ReconPhaseVarIC initializes a single order parameter to represent a phase obtained form an EBSDReader object. More...
#include <ReconPhaseVarIC.h>
Public Member Functions | |
ReconPhaseVarIC (const InputParameters ¶meters) | |
virtual Real | value (const Point &) |
Private Attributes | |
MooseMesh & | _mesh |
const EBSDReader & | _ebsd_reader |
unsigned int | _phase |
const std::map< dof_id_type, std::vector< Real > > & | _node_to_phase_weight_map |
ReconPhaseVarIC initializes a single order parameter to represent a phase obtained form an EBSDReader object.
The op will be set to 1 for nodes that are entirely surrounded by the given phase and 0 for nodes that touch no elements with the selected phase (and fractional values for nodes on interfaces)
Definition at line 28 of file ReconPhaseVarIC.h.
ReconPhaseVarIC::ReconPhaseVarIC | ( | const InputParameters & | parameters | ) |
Definition at line 25 of file ReconPhaseVarIC.C.
|
virtual |
Definition at line 35 of file ReconPhaseVarIC.C.
|
private |
Definition at line 38 of file ReconPhaseVarIC.h.
|
private |
Definition at line 36 of file ReconPhaseVarIC.h.
|
private |
Definition at line 42 of file ReconPhaseVarIC.h.
Referenced by value().
|
private |
Definition at line 40 of file ReconPhaseVarIC.h.
Referenced by value().