Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_general_type), | public | :: | general |
general data coming from treelem |
|||
type(ply_sampled_tracking_type), | public | :: | plySampleTrack |
Tracking objects to capture subsets of the overall simulation, or derived quantities. |
|||
type(tem_BC_prop_type), | public | :: | boundary |
Boundary properties of elements in the mesh. |
|||
integer, | public, | allocatable | :: | var_degree(:) |
Polynomial degree for each variable in the variable system. Needed for subsampled tracking, currently all have the same degree. |
||
integer, | public, | allocatable | :: | lvl_degree(:) |
Polynomial degree for each level in the mesh. |
||
integer, | public, | allocatable | :: | var_space(:) |
Polynomial space for each variable in the variable system. Needed for subsampled tracking, currently all have the same space. |
||
character(len=PathLen), | public | :: | weights_file |
Type for balanciing weights |