Loading [MathJax]/extensions/tex2jax.js
www.mooseframework.org
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Functions
LevelSetBiMaterialReal.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "XFEMApp"  ,
LevelSetBiMaterialReal   
)

◆ validParams< LevelSetBiMaterialReal >()

template<>
InputParameters validParams< LevelSetBiMaterialReal > ( )

Definition at line 16 of file LevelSetBiMaterialReal.C.

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