Go to the documentation of this file.
12 #include "AuxKernel.h"
49 MooseSharedPointer<EBSDAvgDataFunctor>
_val;
const GrainTrackerInterface & _grain_tracker
Grain tracker user object.
This class defines the interface for the GrainTracking objects.
MooseEnum _data_name
MooseEnum that stores the type of data this AuxKernel extracts.
MooseSharedPointer< EBSDAvgDataFunctor > _val
Accessor functor to fetch the selected data field form the EBSD data point.
Mix-in class that adds so called access functors to select a field from an EBSDPointData or EBSDPoint...
A GeneralUserObject that reads an EBSD file and stores the centroid data in a data structure which in...
const Real _invalid
Value to return for points without active grains.
const unsigned int _phase
Optional phase number needed for global grain index retrieval.
EBSDReaderAvgDataAux(const InputParameters ¶meters)
This kernel makes data from the EBSDReader GeneralUserObject available as AuxVariables.
virtual void precalculateValue()
virtual Real computeValue()
InputParameters validParams< EBSDReaderAvgDataAux >()
Real _value
precalculated element value
const EBSDReader & _ebsd_reader
EBSD reader user object.