Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Classes | Namespaces
quadrature_data.hpp File Reference

This file contains the declaration of the structures that manage quadrature point data. More...

#include "mfem.hpp"
#include "axom/core.hpp"
#include "serac/serac_config.hpp"
#include "serac/infrastructure/accelerator.hpp"
Include dependency graph for quadrature_data.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file contains the declaration of the structures that manage quadrature point data.

Definition in file quadrature_data.hpp.