|
OOFEM 3.0
|
#include "xfem/propagationlaw.h"Go to the source code of this file.
Classes | |
| class | oofem::PLHoopStressCirc |
Namespaces | |
| namespace | oofem |
Macros | |
| #define | _IFT_PLHoopStressCirc_Name "propagationlawhoopstresscirc" |
| #define | _IFT_PLHoopStressCirc_Radius "radius" |
| Radius of circle used for stress sampling points. | |
| #define | _IFT_PLHoopStressCirc_AngleInc "angleinc" |
| Angle between sampling points on the circle. | |
| #define | _IFT_PLHoopStressCirc_IncLength "incrementlength" |
| Increment length per time step. | |
| #define | _IFT_PLHoopStressCirc_HoopStressThreshold "hoopstressthreshold" |
| Threshold for crack propagation. | |
| #define | _IFT_PLHoopStressCirc_RadialBasisFunc "useradialbasisfunc" |
| If radial basis functions should be used for stress interpolation. | |
| #define _IFT_PLHoopStressCirc_AngleInc "angleinc" |
Angle between sampling points on the circle.
Definition at line 42 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
| #define _IFT_PLHoopStressCirc_HoopStressThreshold "hoopstressthreshold" |
Threshold for crack propagation.
Definition at line 44 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
| #define _IFT_PLHoopStressCirc_IncLength "incrementlength" |
Increment length per time step.
Definition at line 43 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
| #define _IFT_PLHoopStressCirc_Name "propagationlawhoopstresscirc" |
Definition at line 40 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecordName().
| #define _IFT_PLHoopStressCirc_RadialBasisFunc "useradialbasisfunc" |
If radial basis functions should be used for stress interpolation.
Definition at line 45 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().
| #define _IFT_PLHoopStressCirc_Radius "radius" |
Radius of circle used for stress sampling points.
Definition at line 41 of file plhoopstresscirc.h.
Referenced by oofem::PLHoopStressCirc::giveInputRecord(), and oofem::REGISTER_PropagationLaw().