v0.14.0
Public Member Functions | List of all members
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 1353 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 1354 of file EshelbianPlasticity.cpp.

1354  {
1355  // if (EshelbianCore::gradApproximator > MODERATE_ROT)
1356  // return p_data + p_data + (p_data - 1);
1357  // else
1358  return 2 * p_data + 1;
1359  }

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