|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Classes | |
| class | InOutOctreeMeshDumper |
| class | InOutOctreeMeshDumperBase |
| class | PointInCellMeshWrapper |
| A wrapper class for accessing the mesh instance associated with a PointInCell query. More... | |
| struct | InterleavedOrStridedPoints |
| Utility class to enable processing an array of points whose layout is either interleaved or separated strided arrays. More... | |
| struct | UcdMeshData |
| Helper class for handling unstructured surface meshes on the GPU. More... | |
Enumerations | |
| enum class | ClosestPointLocType { uninitialized = -1 , vertex = 0 , edge = 1 , face = 2 } |
| Enum for different 'location' types returned by primal::closest_point() More... | |
Functions | |
| constexpr int | get_num_moment_entries (int ndim, int ord) |
| bool | SD_GetUcdMeshData (const mint::Mesh *surfaceMesh, UcdMeshData &outSurfData) |
| Creates a POD UcdMeshData object from a polymorphic mint::Mesh pointer. More... | |
| AXOM_HOST_DEVICE ClosestPointLocType | getClosestPointLocType (int loc) |
| Converts from loc code returned by primal::closest_point() to a ClosestPointLocType enum. More... | |
| AXOM_HOST_DEVICE bool | isClosestPointTypeShared (ClosestPointLocType cpt) |
| A ClosestPointLocType is shared for a vertex or edge, unshared otherwise. More... | |
|
strong |
|
constexpr |
Computes the total number of moments for a given degree and order, i.e. ndim + ndim^2 + ... + ndim^(ord + 1)
| bool axom::quest::detail::SD_GetUcdMeshData | ( | const mint::Mesh * | surfaceMesh, |
| UcdMeshData & | outSurfData | ||
| ) |
Creates a POD UcdMeshData object from a polymorphic mint::Mesh pointer.
| [in] | surfaceMesh | the mint::Mesh pointer with the surface mesh |
| [out] | outSurfData | the UcdMeshData object with underlying mesh data |
|
inline |
Converts from loc code returned by primal::closest_point() to a ClosestPointLocType enum.
References edge, face, SLIC_ASSERT_MSG, and vertex.
|
inline |