Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
serac::Nothing Struct Reference

these classes are a little confusing. These two special types represent the similar (but different) cases of: More...

#include <quadrature_data.hpp>

Detailed Description

these classes are a little confusing. These two special types represent the similar (but different) cases of:

Nothing: for qfunctions that have no notion of quadrature data (e.g. body forces). QuadratureData<Nothing> will store no data, and Nothing will never appear as an argument to a q-function (it will be omitted)

Empty: for qfunctions associated with material models (where quadrature data is part of the interface) that do not actually need to store internal variables. QuadratureData<Empty> will also store no data, but it will still appear as an argument to the q-function (to make the material model interface consistent).

Definition at line 38 of file quadrature_data.hpp.


The documentation for this struct was generated from the following file: