#include <brick_mesh.h>
Public Member Functions | |
DummyBrickElement () | |
Constructor: More... | |
DummyBrickElement (const DummyBrickElement &dummy) | |
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 |
Compute vector of FE interpolated local coordinate in tet, s_tet, evaluated at local coordinate s in current element. More... | |
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.
Definition at line 82 of file brick_mesh.h.
|
inline |
Constructor:
Definition at line 89 of file brick_mesh.h.
|
inline |
Broken copy constructor.
Definition at line 93 of file brick_mesh.h.
References oomph::BrokenCopy::broken_copy().
|
inline |
Compute vector of FE interpolated local coordinate in tet, s_tet, evaluated at local coordinate s in current element.
Definition at line 117 of file brick_mesh.h.
References i, and oomph::OneDimLagrange::shape().
|
inline |
Output interpolated tet local coordinates.
Definition at line 142 of file brick_mesh.h.
|
inline |
Broken assignment operator.
Required # of `values' (pinned or dofs) at node n
Definition at line 111 of file brick_mesh.h.