v0.15.0
Loading...
Searching...
No Matches
NavierStokesElement::VolRule Struct Reference

Set integration rule to volume elements. More...

#include "users_modules/basic_finite_elements/src/NavierStokesElement.hpp"

Public Member Functions

int operator() (int order_row, int order_col, int order_data) const
 

Detailed Description

Set integration rule to volume elements.

Integration rule is order of polynomial which is calculated exactly. Finite element selects integration method based on return of this function.

Examples
navier_stokes.cpp.

Definition at line 261 of file NavierStokesElement.hpp.

Member Function Documentation

◆ operator()()

int NavierStokesElement::VolRule::operator() ( int order_row,
int order_col,
int order_data ) const
inline
Examples
NavierStokesElement.hpp.

Definition at line 262 of file NavierStokesElement.hpp.

262 {
263 return 2 * order_data;
264 }

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