The script write_inputs.m currently compiles some fortran utilities (WriteIBMfiles, Matchfacetstocells, ...(?)) on the fly. This should instead be performed as part of the build process (e.g. user runs make tools), and the binaries are then stored in u-dales/tools/.
Compiling pre.exe can be done via CMake, such that there exists an appropriately named executable (e.g. mypoly_fortran?) in tools/IBM/in_mypoly_fortran/.
The script write_inputs.m currently compiles some fortran utilities (WriteIBMfiles, Matchfacetstocells, ...(?)) on the fly. This should instead be performed as part of the build process (e.g. user runs
make tools
), and the binaries are then stored in u-dales/tools/.For example, in tools/IBM/writeIBMfiles:
Compiling
pre.exe
can be done via CMake, such that there exists an appropriately named executable (e.g.mypoly_fortran
?) in tools/IBM/in_mypoly_fortran/.