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 739 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 740 of file EshelbianPlasticity.cpp.

740  {
742  return p_data + p_data + (p_data - 1);
743  else
744  return 2 * p_data;
745  }

The documentation for this struct was generated from the following file:
EshelbianPlasticity::EshelbianCore::gradApperoximator
static enum RotSelector gradApperoximator
Definition: EshelbianPlasticity.hpp:865
EshelbianPlasticity::MODERATE_ROT
@ MODERATE_ROT
Definition: EshelbianPlasticity.hpp:20