#include <eval_subset.hh>
Base integral class holds common data members and methods.
Definition at line 38 of file eval_subset.hh.
BaseIntegral::BaseIntegral |
( |
| ) |
|
|
inline |
BaseIntegral::BaseIntegral |
( |
std::shared_ptr< EvalPoints > |
eval_points, |
|
|
unsigned int |
dim |
|
) |
| |
|
inline |
Constructor of bulk (n_permutations==0) or side subset.
Definition at line 49 of file eval_subset.hh.
BaseIntegral::~BaseIntegral |
( |
| ) |
|
|
virtual |
BaseIntegral::DECLARE_EXCEPTION |
( |
ExcElementNotInCache |
, |
|
|
<< "Element of Idx: "<< EI_ElementIdx::val<< " is not stored in 'Field value data cache'.\n"<< "Value can't be computed.\n" |
|
|
) |
| |
unsigned int BaseIntegral::dim |
( |
| ) |
const |
|
inline |
std::shared_ptr<EvalPoints> BaseIntegral::eval_points |
( |
| ) |
const |
|
inline |
BaseIntegral::TYPEDEF_ERR_INFO |
( |
EI_ElementIdx |
, |
|
|
unsigned |
int |
|
) |
| |
unsigned int BaseIntegral::dim_ |
|
protected |
std::shared_ptr<EvalPoints> BaseIntegral::eval_points_ |
|
protected |
The documentation for this class was generated from the following files: