|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
This file contains the declaration of the structures that manage quadrature point data. More...
#include <cstddef>#include <array>#include <cstdint>#include <map>#include <memory>#include <string_view>#include "mfem.hpp"#include "axom/core.hpp"#include "serac/serac_config.hpp"#include "serac/infrastructure/accelerator.hpp"

Go to the source code of this file.
Classes | |
| struct | serac::Nothing |
| these classes are a little confusing. These two special types represent the similar (but different) cases of: More... | |
| struct | serac::Empty |
see Nothing for a complete description of this class and when to use it More... | |
| struct | serac::QuadratureData< T > |
| A class for storing and access user-defined types at quadrature points. More... | |
Namespaces | |
| serac | |
| Accelerator functionality. | |
Variables | |
| constexpr std::array< mfem::Geometry::Type, 5 > | serac::detail::qdata_geometries |
| a list of mfem::Geometry types supported by QuadratureData More... | |
| constexpr std::array< std::string_view, 5 > | serac::detail::qdata_geometry_names |
| a list of strings associated with the corresponding mfem::Geometry type supported by QuadratureData More... | |
This file contains the declaration of the structures that manage quadrature point data.
Definition in file quadrature_data.hpp.
|
constexpr |
a list of mfem::Geometry types supported by QuadratureData
Definition at line 111 of file quadrature_data.hpp.
|
constexpr |
a list of strings associated with the corresponding mfem::Geometry type supported by QuadratureData
Definition at line 115 of file quadrature_data.hpp.