svalinn / r2s-act

Rigorous 2 Step Activation Workflow
4 stars 7 forks source link

Read MOAB mesh directly with source.F90 #42

Closed erelson closed 11 years ago

erelson commented 11 years ago

Currently am using the Fortran iTaps API to do this. All hurdles in implementing this have been taken care of, and am currently working on smaller implementation details/testing

Code for tets/hexahedra:

erelson commented 11 years ago

This is done, and implemented in source_moab.F90. In particular, the mesh reading is done in read_moab() and source_setup(). Both tetrahedra and parallelepiped hexahedra are supported.