44 CLASS(mesh_base),
ALLOCATABLE :: Mesh
45 TYPE(DICT_TYP),
POINTER :: config, IO
49 CALL getattr(config,
"meshtype",meshtype)
58 SELECT TYPE(mesh_child => mesh)
60 CALL mesh_child%InitMesh_midpoint(config,io)
constructor for mesh class
mesh module for midpoint quadrature rule
subroutine new_mesh(Mesh, config, IO)
Dictionary for generic data types.