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