www.mooseframework.org
Functions
LevelSetCFLCondition.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("LevelSetApp", LevelSetCFLCondition)
 
template<>
InputParameters validParams< LevelSetCFLCondition > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "LevelSetApp"  ,
LevelSetCFLCondition   
)

◆ validParams< LevelSetCFLCondition >()

template<>
InputParameters validParams< LevelSetCFLCondition > ( )

Definition at line 16 of file LevelSetCFLCondition.C.

17 {
18  InputParameters params = validParams<ElementPostprocessor>();
19  params.addClassDescription("Compute the minimum timestep from the Courant-Friedrichs-Lewy (CFL) "
20  "condition for the level-set equation.");
21  params += validParams<LevelSetVelocityInterface<>>();
22  return params;
23 }