Go to the documentation of this file.
27 std::vector<unsigned int> & grains)
const override;
28 virtual Real
getVariableValue(
unsigned int op_index,
const Point & p)
const override;
InputParameters validParams< PolycrystalEBSD >()
virtual unsigned int getNumGrains() const override
Must be overridden by the deriving class to provide the number of grains in the polycrystal structure...
const std::map< dof_id_type, std::vector< Real > > & _node_to_grain_weight_map
const EBSDReader & _ebsd_reader
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.
This object provides the base capability for creating proper polycrystal ICs.
const unsigned int _phase
A GeneralUserObject that reads an EBSD file and stores the centroid data in a data structure which in...
virtual Real getVariableValue(unsigned int op_index, const Point &p) const override
Returns the variable value for a given op_index and mesh point.
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...
PolycrystalEBSD(const InputParameters ¶meters)