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

Go to the source code of this file.

Classes

class  LevelSetProblem
 Problem that defines a custom call to MultiAppTransfers to allow for adaptivity to be transferred from master to sub-application. More...
 

Functions

template<>
InputParameters validParams< LevelSetProblem > ()
 

Function Documentation

◆ validParams< LevelSetProblem >()

template<>
InputParameters validParams< LevelSetProblem > ( )

Definition at line 19 of file LevelSetProblem.C.

20 {
21  InputParameters params = validParams<FEProblem>();
22  params.addClassDescription("A specilized problem class that adds a custom call to "
23  "MultiAppTransfer execution to transfer adaptivity for the level set "
24  "reinitialization.");
25  return params;
26 }