v0.14.0
Public Member Functions | List of all members
EshelbianPlasticity::FaceRule Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 1362 of file EshelbianPlasticity.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 1363 of file EshelbianPlasticity.cpp.

1363  {
1364  return 2 * (p_data + 1);
1365  }

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