www.mooseframework.org
Classes | Functions
LevelSetBiMaterialRankTwo.h File Reference

Go to the source code of this file.

Classes

class  LevelSetBiMaterialRankTwo
 Compute a RankTwoTensor material property for bi-materials problem (consisting of two different materials) defined by a level set function. More...
 

Functions

template<>
InputParameters validParams< LevelSetBiMaterialRankTwo > ()
 

Function Documentation

◆ validParams< LevelSetBiMaterialRankTwo >()

template<>
InputParameters validParams< LevelSetBiMaterialRankTwo > ( )

Definition at line 16 of file LevelSetBiMaterialRankTwo.C.

17 {
18  InputParameters params = validParams<LevelSetBiMaterialBase>();
19  params.addClassDescription(
20  "Compute a RankTwoTensor 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