![]() |
|
#include <brick_mesh.h>
Inheritance diagram for oomph::DummyBrickElement:Public Member Functions | |
| DummyBrickElement () | |
| Constructor: More... | |
| DummyBrickElement (const DummyBrickElement &dummy)=delete | |
| Broken copy constructor. More... | |
| unsigned | required_nvalue (const unsigned &n) const |
| Broken assignment operator. More... | |
| void | interpolated_s_tet (const Vector< double > &s, Vector< double > &s_tet) const |
| void | output (std::ostream &outfile, const unsigned &nplot=5) |
| Output interpolated tet local coordinates. More... | |
//////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////// Dummy QElement to interpolate local coordinates – used in construction of brickified tet mesh.
|
inline |
Constructor:
|
delete |
Broken copy constructor.
|
inline |
Compute vector of FE interpolated local coordinate in tet, s_tet, evaluated at local coordinate s in current element.
References i, s, and oomph::OneDimLagrange::shape().
Referenced by output().
|
inline |
Output interpolated tet local coordinates.
References i, interpolated_s_tet(), and s.