Go to the documentation of this file.
12 #include "GeneratedMesh.h"
27 EBSDMesh(
const InputParameters & parameters);
35 std::array<Real, 3>
d;
37 std::array<Real, 3>
min;
41 std::array<unsigned int, 3>
n;
EBSDMesh(const InputParameters ¶meters)
InputParameters validParams< EBSDMesh >()
std::string _filename
Name of the file containing the EBSD data.
Mesh generated from parameters.
EBSDMeshGeometry _geometry
EBSD data file mesh information.
std::array< unsigned int, 3 > n
const std::string & getEBSDFilename() const
void readEBSDHeader()
Read the EBSD data file header.
std::array< Real, 3 > min
const EBSDMeshGeometry & getEBSDGeometry() const