25 std::vector<unsigned int> & grains)
const override;
const unsigned int _phase
This object provides the base capability for creating proper polycrystal ICs.
const std::map< dof_id_type, std::vector< Real > > & _node_to_grain_weight_map
virtual Real getVariableValue(unsigned int op_index, const Point &p) const override
Returns the variable value for a given op_index and mesh point.
const EBSDReader & _ebsd_reader
A GeneralUserObject that reads an EBSD file and stores the centroid data in a data structure which in...
static InputParameters validParams()
virtual void getGrainsBasedOnPoint(const Point &point, std::vector< unsigned int > &grains) const override
Method for retrieving active grain IDs based on some point in the mesh.
PolycrystalEBSD(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual unsigned int getNumGrains() const override
Must be overridden by the deriving class to provide the number of grains in the polycrystal structure...
virtual Real getNodalVariableValue(unsigned int op_index, const Node &n) const override
Similarly to the getVariableValue method, this method also returns values but may be optimized for re...
const InputParameters & parameters() const