Public Member Functions | Private Attributes | List of all members
oomph::MyTaylorHoodElement Class Reference

Overload TaylorHood element to modify output. More...

#include <my_taylor_hood_elements.h>

Inheritance diagram for oomph::MyTaylorHoodElement:

Public Member Functions

 MyTaylorHoodElement ()
 Constructor initialise error. More...
 
void set_error (const double &error)
 Set error value for post-processing. More...
 
std::string variable_identifier ()
 Return variable identifier. More...
 
void output (std::ostream &outfile, const unsigned &nplot)
 Overload output function. More...
 
double square_of_l2_norm ()
 Get square of L2 norm of velocity. More...
 

Private Attributes

double Error
 Storage for elemental error estimate – used for post-processing. More...
 

Detailed Description

Overload TaylorHood element to modify output.

Definition at line 35 of file my_taylor_hood_elements.h.

Constructor & Destructor Documentation

◆ MyTaylorHoodElement()

oomph::MyTaylorHoodElement::MyTaylorHoodElement ( )
inline

Constructor initialise error.

Definition at line 48 of file my_taylor_hood_elements.h.

References Error.

Member Function Documentation

◆ output()

void oomph::MyTaylorHoodElement::output ( std::ostream &  outfile,
const unsigned &  nplot 
)
inline

Overload output function.

Definition at line 85 of file my_taylor_hood_elements.h.

References Error.

◆ set_error()

void oomph::MyTaylorHoodElement::set_error ( const double &  error)
inline

Set error value for post-processing.

Definition at line 54 of file my_taylor_hood_elements.h.

References Error.

◆ square_of_l2_norm()

double oomph::MyTaylorHoodElement::square_of_l2_norm ( )
inline

Get square of L2 norm of velocity.

Definition at line 231 of file my_taylor_hood_elements.h.

◆ variable_identifier()

std::string oomph::MyTaylorHoodElement::variable_identifier ( )
inline

Return variable identifier.

Definition at line 57 of file my_taylor_hood_elements.h.

Member Data Documentation

◆ Error

double oomph::MyTaylorHoodElement::Error
private

Storage for elemental error estimate – used for post-processing.

Definition at line 43 of file my_taylor_hood_elements.h.

Referenced by MyTaylorHoodElement(), output(), and set_error().


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