libMesh
|
Public Member Functions | |
Integrate (const System &sys, const FEMFunctionBase< Number > &f) | |
Integrate (Integrate &other, Threads::split) | |
void | operator() (const ConstElemRange &range) |
void | join (const Integrate &other) |
Number | integral () const |
Private Attributes | |
const System & | _sys |
std::unique_ptr< FEMFunctionBase< Number > > | _f |
Number | _integral |
Definition at line 104 of file calculator.C.
|
inline |
Definition at line 105 of file calculator.C.
|
inline |
Definition at line 109 of file calculator.C.
|
inline |
Definition at line 152 of file calculator.C.
|
inline |
|
inline |
Definition at line 112 of file calculator.C.
References libMesh::FEMContext::elem_fe_reinit(), libMesh::FEMContext::get_element_fe(), libMesh::FEAbstract::get_JxW(), libMesh::FEAbstract::get_nothing(), libMesh::FEAbstract::get_xyz(), libMesh::index_range(), and libMesh::FEMContext::pre_fe_reinit().
|
private |
Definition at line 157 of file calculator.C.
|
private |
Definition at line 159 of file calculator.C.
Referenced by join().
|
private |
Definition at line 155 of file calculator.C.