ceanwang

Results 10 comments of ceanwang

Here is a report from Intel Fortran: ![P9](https://user-images.githubusercontent.com/4224442/134896749-b3950037-3a65-49b2-b95f-1944dfe6e06f.jpg)

>azure it's not possible to build for osx-arm directly. But as mystran builds the tool f2c for osx-arm it's not possible to use this >tool with osx64. Not sure how...

You can try my CMakeLists.txt https://github.com/ceanwang/MYSTRAN

Have you solved the problem to build with ninja? I tried, got the same error.

OK. I updated my CMakeLists.txt. Now it can be build with Ninja under Windows 10's Ubuntu sub system. But I still can't make Ninja working directly under Windows 10.

To use find_package(superlu), where should I save libSuperLU.a under Windows 10? This is build with gFortran. If I change to build with Intel Fortran, will the find_package still work?

Seems CMakeLists.txt is updated.

Yes, keep the meshing and FEA solver itself as an external program. For meshing, I tried to use 'system' call, but need to pass on the file name to it....

Yes, I want to use SS to apply boundary condition and export the geometry and conditions into Gmsh's 'geo' file format. First, just test to export geometry into a Gmsh's...

https://github.com/ceanwang/solvespace/blob/89867daf9d892a5834d2145a038a5464c102e801/src/export.cpp#L1266