www.mooseframework.org
Functions
LevelSetBiMaterialRankFour.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("XFEMApp", LevelSetBiMaterialRankFour)
 
template<>
InputParameters validParams< LevelSetBiMaterialRankFour > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "XFEMApp"  ,
LevelSetBiMaterialRankFour   
)

◆ validParams< LevelSetBiMaterialRankFour >()

template<>
InputParameters validParams< LevelSetBiMaterialRankFour > ( )

Definition at line 16 of file LevelSetBiMaterialRankFour.C.

17 {
18  InputParameters params = validParams<LevelSetBiMaterialBase>();
19  params.addClassDescription(
20  "Compute a RankFourTensor material property for bi-materials problem (consisting of two "
21  "different materials) defined by a level set function.");
22  return params;
23 }
validParams< LevelSetBiMaterialBase >
InputParameters validParams< LevelSetBiMaterialBase >()
Definition: LevelSetBiMaterialBase.C:17