PRISMS-PF Manual v3.0-pre
|
#include <FloodFiller.h>
Public Member Functions | |
void | setGrainIndex (unsigned int _grain_index) |
unsigned int | getGrainIndex () const |
void | setOrderParameterIndex (unsigned int _order_parameter_index) |
unsigned int | getOrderParameterIndex () const |
void | addVertexList (std::vector< dealii::Point< dim > > _vertices) |
std::vector< std::vector< dealii::Point< dim > > > | getVertexList () const |
This class holds information for a grain, including its index and the list of vertices in that grain.
|
inline |
Adds the vertices of a new element to the list.
|
inline |
Gets the grain index.
|
inline |
Gets the order parameter index.
|
inline |
Gets the entire list of elements and the list of vertices per element.
|
inline |
Sets the grain index.
|
inline |
Sets the order parameter index.