This UserObject computes a volumes and centers of grains.
More...
#include <ComputeGrainCenterUserObject.h>
This UserObject computes a volumes and centers of grains.
Definition at line 23 of file ComputeGrainCenterUserObject.h.
◆ ComputeGrainCenterUserObject()
ComputeGrainCenterUserObject::ComputeGrainCenterUserObject |
( |
const InputParameters & |
parameters | ) |
|
◆ execute()
void ComputeGrainCenterUserObject::execute |
( |
| ) |
|
|
virtual |
◆ finalize()
void ComputeGrainCenterUserObject::finalize |
( |
| ) |
|
|
virtual |
◆ getGrainCenters()
const std::vector< Point > & ComputeGrainCenterUserObject::getGrainCenters |
( |
| ) |
const |
◆ getGrainVolumes()
const std::vector< Real > & ComputeGrainCenterUserObject::getGrainVolumes |
( |
| ) |
const |
◆ initialize()
void ComputeGrainCenterUserObject::initialize |
( |
| ) |
|
|
virtual |
◆ threadJoin()
void ComputeGrainCenterUserObject::threadJoin |
( |
const UserObject & |
y | ) |
|
|
virtual |
◆ _grain_centers
std::vector<Point> ComputeGrainCenterUserObject::_grain_centers |
|
protected |
◆ _grain_data
std::vector<Real> ComputeGrainCenterUserObject::_grain_data |
|
protected |
◆ _grain_volumes
std::vector<Real> ComputeGrainCenterUserObject::_grain_volumes |
|
protected |
◆ _ncomp
unsigned int ComputeGrainCenterUserObject::_ncomp |
|
protected |
◆ _ncrys
unsigned int ComputeGrainCenterUserObject::_ncrys |
|
protected |
◆ _qp
unsigned int ComputeGrainCenterUserObject::_qp |
|
protected |
◆ _vals
std::vector<const VariableValue *> ComputeGrainCenterUserObject::_vals |
|
protected |
The documentation for this class was generated from the following files: