Overload TaylorHood element to modify output. More...
#include <my_taylor_hood_elements.h>
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... | |
Overload TaylorHood element to modify output.
Definition at line 39 of file my_taylor_hood_elements.h.
|
inline |
Constructor initialise error.
Definition at line 52 of file my_taylor_hood_elements.h.
|
inline |
Overload output function.
Definition at line 89 of file my_taylor_hood_elements.h.
|
inline |
Set error value for post-processing.
Definition at line 58 of file my_taylor_hood_elements.h.
|
inline |
Get square of L2 norm of velocity.
Definition at line 235 of file my_taylor_hood_elements.h.
|
inline |
Return variable identifier.
Definition at line 61 of file my_taylor_hood_elements.h.
|
private |
Storage for elemental error estimate – used for post-processing.
Definition at line 47 of file my_taylor_hood_elements.h.