fran-pena

Results 13 comments of fran-pena

Hi, depending on your shell configuration file, the OS could require that you run ./feconv instad of feconv. Best, Francisco Pena El dom., 24 feb. 2019 a las 21:49, fkoushan...

Hi, you have to include the path to the library in the variable DYLD_LIBRARY_PATH. That is, write something like export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH: where is the path to the lib/ folder inside...

Hi, The problem is how to find a dynamic library in OS X. I cannot make a test in that platform at this moment. To redefine the variable DYLD_LIBRARY_PATH was...

Hi, there is a not stressed enough hole in the documentation: you cannot directly convert from one MSH format to another MSH one. You have to use a third format...

Hi, I cannot give you a realistic prediction: it depends on your machine, the format (ANSYS is quite slow since a surface-volume conversion), the compiler (ifort is faster than gfortran),...

Hi, so the step that is failing is the first one: *feconv -gm mesh.msh mesh.unv*, right? Is any warning or error in the output? The format is correct (ASCII Version...

Dear Christoph, it seems that the type of the finite element is not being properly recognized. In order to give you a more accurate answer I need the mesh file...

Dear Christoph, Sorry I couldn't reply yesterday. I do not find your files neither in my GitHub account nor in the e-mail. Best, Fran

Dear Christoph, Now I have your meshes! Let me have some time to study the problem. I'll give you an answer. Best, Fran

Dear Christoph, I think I found the reason why your mesh is not properly parsed. The Mesh type specifications are explained in the page 657 of the [COMSOL Reference Guide](http://www.lmn.pub.ro/~daniel/ElectromagneticModelingDoctoral/Books/COMSOL4.3/mph/COMSOLMultiphysicsReferenceGuide.pdf)...