|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (Pressure_nm1, "pressure_nm1", array2d< real32 >, 0, NOPLOT, WRITE_AND_READ, "Scalar pressure at time n-1.") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (Pressure_n, "pressure_n", array2d< real32 >, 0, LEVEL_0, WRITE_AND_READ, "Scalar pressure at time n.") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (Pressure_np1, "pressure_np1", array2d< real32 >, 0, LEVEL_0, WRITE_AND_READ, "Scalar pressure at time n+1.") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (AcousticVelocity, "acousticVelocity", array1d< real32 >, 0, NOPLOT, WRITE_AND_READ, "Medium velocity of the cell") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (AcousticDensity, "acousticDensity", array1d< real32 >, 1, NOPLOT, WRITE_AND_READ, "Medium density of the cell") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (AcousticFreeSurfaceFaceIndicator, "acousticFreeSurfaceFaceIndicator", array1d< localIndex >, 0, NOPLOT, WRITE_AND_READ, "Free surface indicator, 1 if a face is on free surface 0 otherwise.") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (ElementToOpposite, "elementToOpposite", array2d< localIndex >, -1, NOPLOT, WRITE_AND_READ, "Map from elements to the neighbor opposite to each vertex. -1 for boundary, -2 for free surface") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (ElementToOppositePermutation, "elementToOppositePermutation", array2d< integer >, 0, NOPLOT, WRITE_AND_READ, "Map from elements to the permutation of the neighboring element, opposite to each vertex.") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (CharacteristicSize, "characteristicSize", array1d< real32 >, 0, NOPLOT, WRITE_AND_READ, "Characteristic size of every given element, used for penalty term computation. Often this is just the radius of the inscribed sphere.") |
|
| geos::fields::acousticfieldsdg::DECLARE_FIELD (MassPlusDampingInvIndex, "massPlusDampingInvIndex", array1d< localIndex >, -1, NOPLOT, WRITE_AND_READ, "Index in the list of the pre-computed mass+damping inverses, or -1 if not a boundary element") |
|