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

Set integration rule on element. More...

Public Member Functions

int operator() (int p_row, int p_col, int p_data) const
 

Detailed Description

Set integration rule on element.

Parameters
orderon row
orderon column
orderon data

Use maximal oder on data in order to determine integration rule

Definition at line 2185 of file EshelbianPlasticity.cpp.

Member Function Documentation

◆ operator()()

int EshelbianPlasticity::VolRule::operator() ( int p_row,
int p_col,
int p_data ) const
inline

Definition at line 2186 of file EshelbianPlasticity.cpp.

2186 {
2187 return 2 * p_data + 1;
2188 }

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