ITM Grid Service Library: Fortran 90

src/service/itm_grid_simplex.f90 File Reference

Go to the source code of this file.

Modules

module  itm_grid_simplex

Functions/Subroutines

subroutine itm_grid_simplex::gridSetupSimplex (grid, coordtype, nodes, simplexes, id, createSubgrids)
 Write a n-dimensional grid consisting of simplexes (0d: nodes, 1d: edges, 2d: triangles, 3d: tetrahedra) into a grid descriptor, as well as the default subgrids for objects of all dimensions.
subroutine itm_grid_simplex::gridSetupSimplexSpace (space, coordtype, nodes, simplexes)
 Set up a 1d space consisting of simplices.
subroutine itm_grid_simplex::writeSimplexes (simplexes)

Variables

integer, parameter itm_grid_simplex::GRID_SIMPLEX_SUBGRID_0D = 1
 Definition of default subgrids.
integer, parameter itm_grid_simplex::GRID_SIMPLEX_SUBGRID_1D = 2
integer, parameter itm_grid_simplex::GRID_SIMPLEX_SUBGRID_2D = 3
integer, parameter itm_grid_simplex::GRID_SIMPLEX_SUBGRID_3D = 4
integer, parameter itm_grid_simplex::GRID_SIMPLEX_NODES = GRID_SIMPLEX_SUBGRID_0D
integer, parameter itm_grid_simplex::GRID_SIMPLEX_EDGES = GRID_SIMPLEX_SUBGRID_1D
integer, parameter itm_grid_simplex::GRID_SIMPLEX_TRIANGLES = GRID_SIMPLEX_SUBGRID_2D
integer, parameter itm_grid_simplex::GRID_SIMPLEX_TETRAEDER = GRID_SIMPLEX_SUBGRID_3D
 All Classes Namespaces Files Functions Variables