Data type contain 1D growing array of points for each dimension. In general, they are space coordinate in the treelmesh but for Ateles solver variables, they are used to store local coordinate with in a reference element.
Points are stored in growing array since same spacetime function or state variables can be used by multiple boundaries or sources
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(grw_realarray_type), | private | :: | coordX | X-coordinate points |
|||
type(grw_realarray_type), | private | :: | coordY | Y-coordinate points |
|||
type(grw_realarray_type), | private | :: | coordZ | Z-coordinate points |