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

This file exists to instantiate some global QuadratureData objects. More...

#include "serac/numerics/functional/quadrature_data.hpp"
Include dependency graph for quadrature_data.cpp:

Go to the source code of this file.

Namespaces

 serac
 Accelerator functionality.
 

Variables

std::shared_ptr< QuadratureData< Nothing > > serac::NoQData
 a single instance of a QuadratureData container of Nothings, since they are all interchangeable More...
 
std::shared_ptr< QuadratureData< Empty > > serac::EmptyQData
 a single instance of a QuadratureData container of Emptys, since they are all interchangeable
 

Detailed Description

This file exists to instantiate some global QuadratureData objects.

Definition in file quadrature_data.cpp.