Public Member Functions | List of all members
oomph::DummyBrickElement Class Reference

//////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////// More...

#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
 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...
 

Detailed Description

//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////

Dummy QElement to interpolate local coordinates – used in construction of brickified tet mesh.

Definition at line 75 of file brick_mesh.h.

Constructor & Destructor Documentation

◆ DummyBrickElement() [1/2]

oomph::DummyBrickElement::DummyBrickElement ( )
inline

Constructor:

Definition at line 79 of file brick_mesh.h.

◆ DummyBrickElement() [2/2]

oomph::DummyBrickElement::DummyBrickElement ( const DummyBrickElement dummy)
delete

Broken copy constructor.

Member Function Documentation

◆ interpolated_s_tet()

void oomph::DummyBrickElement::interpolated_s_tet ( const Vector< double > &  s,
Vector< double > &  s_tet 
) const
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().

◆ output()

void oomph::DummyBrickElement::output ( std::ostream &  outfile,
const unsigned &  nplot = 5 
)
inline

Output interpolated tet local coordinates.

Definition at line 129 of file brick_mesh.h.

References i, interpolated_s_tet(), and s.

◆ required_nvalue()

unsigned oomph::DummyBrickElement::required_nvalue ( const unsigned &  n) const
inline

Broken assignment operator.

Required # of ‘values’ (pinned or dofs) at node n

Definition at line 95 of file brick_mesh.h.


The documentation for this class was generated from the following file: