Morteza Hakimi Siboni
Morteza Hakimi Siboni
@sshiraiwa should I merge the changes from https://github.com/mfem/PyMFEM/tree/mfem_42_dev and test my workflow?
@cwsmith I will test this on MIT machines today and let you know.
@cwsmith It did not work, still the same problem. The SCOREC install tree for SimModSuite has the following structure ``` | lib |------ x64_rhel6_gcc44 |------ x64_rhel7_gcc48 ``` and the purpose...
@cwsmith There is no drawback when compared to the current approach. It makes things a lot cleaner though. For example we won't need two different outputs to load to paraview...
@KennethEJansen I was able to compile this with gcc without any problems. Can you tell me your gcc version?
@JaredCrean2: Can you send me the call stack? Or better yet, can you send me your example code/ meshes/models?
@JaredCrean2 I don't think we ever use ma::adapt for anything but linear meshes. For higher order meshes one has to use crv::adapt. To do that the following steps are required:...
I remember (I might be wrong though) in the past that was actually the case. I will look into it. But, yes we should be able to detect the order...
When the mesh is converted to Bezier the `getPoint` api will return the position of the control points. Control points are the same as interpolation points only for the vertices...
I think getPoint always returned the position of control points for Bezier meshes. Note that if you have Quadratic Lagrange mesh, getPoint would actually return the (physical) position of the...