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

Go to the source code of this file.

Classes

class  FauxGrainTracker
 This class is a fake grain tracker object, it will not actually track grains nor remap them but will provide the same interface as the grain tracker and can be used as a lightweight replacement when neither of those methods are needed. More...
 

Functions

template<>
InputParameters validParams< FauxGrainTracker > ()
 

Function Documentation

◆ validParams< FauxGrainTracker >()

template<>
InputParameters validParams< FauxGrainTracker > ( )

Definition at line 20 of file FauxGrainTracker.C.

21 {
22  InputParameters params = validParams<GrainTrackerInterface>();
23  params.addClassDescription("Fake grain tracker object for cases where the number of grains is "
24  "equal to the number of order parameters.");
25 
26  return params;
27 }
validParams< GrainTrackerInterface >
InputParameters validParams< GrainTrackerInterface >()
Definition: GrainTrackerInterface.C:15