DISPATCH
|
Template module for mesh. More...
Data Types | |
type | cartesian_mesh |
type | cylindrical_mesh |
interface | cylindricaltocartesian |
interface | init_geometryInterface |
type | mesh_t |
type | spherical_mesh |
Functions/Subroutines | |
subroutine, public | meshfactory (meshtype, collection, n, ng, s, p, llc_native, nml) |
Create a mesh collection. This method creates three orthogonal meshes to form an 3-dimensional grid. It is possible for up to 2 of the meshes to have extent one. | |
subroutine, public | meshrecycler (collection) |
A means to entirely deallocate a collection of meshes. | |
Variables | |
type(mesh_type), public | mesh_types |
Template module for mesh.