AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Namespaces | |
clipping | |
internal | |
utilities | |
views | |
Classes | |
class | EquiZAlgorithm |
Implements Meredith's Equi-Z algorithm on the GPU using Blueprint inputs/outputs. More... | |
class | MeshTester |
A class used to generate MIRMeshs with specific properties so that the reconstruction output can be validated visually. More... | |
class | MIRAlgorithm |
Base class for Material Interface Reconstruction (MIR) algorithms. More... | |
class | MIROptions |
This class provides a kind of schema over the MIR options, as well as default values, and some utilities functions. More... | |
class | Options |
This class provides a kind of schema over options, as well as default values, and some utilities functions. More... | |
Typedefs | |
using | MaterialID = int |
using | MaterialIDArray = axom::Array< MaterialID > |
using | MaterialIDView = axom::ArrayView< MaterialID > |
using | MaterialVF = float |
using | MaterialVFArray = axom::Array< MaterialVF > |
using | MaterialVFView = axom::ArrayView< MaterialVF > |
Variables | |
constexpr static int | NULL_MATERIAL = -1 |
constexpr static MaterialVF | NULL_MATERIAL_VF = -1.f |
using axom::mir::MaterialID = typedef int |
using axom::mir::MaterialIDArray = typedef axom::Array<MaterialID> |
using axom::mir::MaterialIDView = typedef axom::ArrayView<MaterialID> |
using axom::mir::MaterialVF = typedef float |
using axom::mir::MaterialVFArray = typedef axom::Array<MaterialVF> |
using axom::mir::MaterialVFView = typedef axom::ArrayView<MaterialVF> |
|
staticconstexpr |
|
staticconstexpr |