core
core copied to clipboard
parallel finite element unstructured meshes
This PR adds support for using the EGADS geometry system ([acdl.mit.edu/ESP](https://acdl.mit.edu/ESP/)). I've previously spoken to @cwsmith and @mortezah about the implementation, which is now fairly complete. Since this is my...
Hi, I'm trying to install pumi with: ``` spack install pumi@master +int64 simmodsuite=kernels +zoltan ~fortran ~simmodsuite_version_check %[email protected] ^[email protected] ``` For that, I updated this line https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/pumi/package.py#L97 to `mpi_id = 'mpich3'`...
Thanks to @KennethEJansen for providing an initiail implementation of the topo model's function for `gmi_is_in_closure_of`. I think it could be added to [`gmi_base.c`](https://github.com/SCOREC/core/blob/fc75be06a7b7dbcc7e947b4979beeb597ac6af77/gmi/gmi_base.c). [test/inClosureOf_test.cc](https://github.com/SCOREC/core/blob/fc75be06a7b7dbcc7e947b4979beeb597ac6af77/test/inClosureOf_test.cc) should then be supported by Simmetrix...
The PUMI cmake command fails when it can't find `SimParititonedMesh-mpi` as done here: https://github.com/SCOREC/core/blob/fc75be06a7b7dbcc7e947b4979beeb597ac6af77/cmake/FindSimModSuite.cmake#L101-L104 The `base` install of SimModSuite via Spack does not appear to include this lib. (to be...
[outModel.txt](https://github.com/SCOREC/core/files/9128424/outModel.txt) I am trying to extend this capability or find a comparable way to introduce slightly more complicated geometric models. As I am not a strong C++ coder, I am...
So while working on PR #234 to support complex fields @cwsmith and I discussed the fact that the get/set(Scalar,Vector,Matrix) API functions are not type safe in that a Scalar/Vector/Matrix/Packed field...
Fixes mesh reordering for with ghosting #364 . This pull request should be considered a draft until a test case is provided.
Calling `apf::reorderMdsMesh` after creating a ghosting leaves the data structure in an inconsistent state. The attached file fixes it (I tried to create a branch with the change, but Github...
Dear SCOREC colleagues, Hi =) While I was trying to create a PRISM type curved element, I encoutered a seg fault in writing it into VTK using `pumi_mesh_write`. My source...
Hi, I'm trying to compile core with relatively recent compilers, and get errors due to `cast between incompatible function types`. These errors can be bypassed by removing Werror from the...