//////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////// More...
#include <brick_mesh.h>
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 |
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 75 of file brick_mesh.h.
|
inline |
Constructor:
Definition at line 79 of file brick_mesh.h.
|
delete |
Broken copy constructor.
|
inline |
Compute vector of FE interpolated local coordinate in tet, s_tet, evaluated at local coordinate s in current element.
Definition at line 103 of file brick_mesh.h.
References i, s, and oomph::OneDimLagrange::shape().
Referenced by output().
|
inline |
Output interpolated tet local coordinates.
Definition at line 129 of file brick_mesh.h.
References i, interpolated_s_tet(), and s.
|
inline |
Broken assignment operator.
Required # of ‘values’ (pinned or dofs) at node n
Definition at line 95 of file brick_mesh.h.