| c3dd00c7 | 27-Feb-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Modifying the BoxMesh creation function to also generate simplices (triangles and tets) in a structured fashion. This complements the quad, hex generation. Now the createmesh function takes an option
Modifying the BoxMesh creation function to also generate simplices (triangles and tets) in a structured fashion. This complements the quad, hex generation. Now the createmesh function takes an optional isSimplex argument.
show more ...
|
| 2e4e7c01 | 26-Nov-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
Adding DMSetFromOptions_Moab to unify all options database retrieval from command line. Added appropriate storage fields in data-structures and made sure that they are universally used, consistently.
Adding DMSetFromOptions_Moab to unify all options database retrieval from command line. Added appropriate storage fields in data-structures and made sure that they are universally used, consistently. Still need to figure out: how to propagate read options to DM before DMSetFromOptions is called.
show more ...
|
| f28b2503 | 22-Nov-2013 |
Vijay Mahadevan <vijay.m@gmail.com> |
API change, bug fix and new test file along with output. Fixing a nasty bug in DMMoabSetGlobalFieldVector when using MoabVec. Slight modification of the DMMoabSetFieldNames interface. Bug was f
API change, bug fix and new test file along with output. Fixing a nasty bug in DMMoabSetGlobalFieldVector when using MoabVec. Slight modification of the DMMoabSetFieldNames interface. Bug was found using the new test file ex2.c which does the following: - Creates a mesh in memory or optionally from a user specified input file - Propagates tags with variable names as specified by user or assumes a single variable by default - The variables defined on the mesh are populated with random data - User can optionally write out the resulting mesh database for visualization/analysis. - Test output added for future reference.
show more ...
|