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

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

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

Go to the source code of this file.

Namespaces

 smith
 Accelerator functionality.
 

Variables

std::shared_ptr< QuadratureData< Nothing > > smith::NoQData = ::std::make_shared<QuadratureData<Nothing>>()
 a single instance of a QuadratureData container of Nothings, since they are all interchangeable More...
 
std::shared_ptr< QuadratureData< Empty > > smith::EmptyQData = ::std::make_shared<QuadratureData<Empty>>()
 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.