Overload CrouzeixRaviart element to modify output. More...
  
 Public Member Functions | |
| MyCrouzeixRaviartElement () | |
| 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 CrouzeixRaviart element to modify output.
Definition at line 55 of file adaptive_drop_in_channel.cc.
      
  | 
  inline | 
Constructor initialise error.
Definition at line 68 of file adaptive_drop_in_channel.cc.
      
  | 
  inline | 
Overload output function.
Definition at line 106 of file adaptive_drop_in_channel.cc.
      
  | 
  inline | 
Set error value for post-processing.
Definition at line 75 of file adaptive_drop_in_channel.cc.
      
  | 
  inline | 
Get square of L2 norm of velocity.
Definition at line 252 of file adaptive_drop_in_channel.cc.
      
  | 
  inline | 
Return variable identifier.
Definition at line 78 of file adaptive_drop_in_channel.cc.
      
  | 
  private | 
Storage for elemental error estimate – used for post-processing.
Definition at line 63 of file adaptive_drop_in_channel.cc.