openEMS using CSX mesh type definition
This commit is contained in:
parent
326e0aaa31
commit
eb74757789
@ -20,7 +20,7 @@
|
|||||||
Operator_Base::Operator_Base()
|
Operator_Base::Operator_Base()
|
||||||
{
|
{
|
||||||
Init();
|
Init();
|
||||||
m_MeshType = Processing::CARTESIAN_MESH;
|
m_MeshType = CARTESIAN;
|
||||||
m_StoreMaterial[0]=false;
|
m_StoreMaterial[0]=false;
|
||||||
m_StoreMaterial[1]=false;
|
m_StoreMaterial[1]=false;
|
||||||
m_StoreMaterial[2]=false;
|
m_StoreMaterial[2]=false;
|
||||||
|
@ -115,7 +115,7 @@ protected:
|
|||||||
//! bool flag array to store material data for post-processing
|
//! bool flag array to store material data for post-processing
|
||||||
bool m_StoreMaterial[4];
|
bool m_StoreMaterial[4];
|
||||||
|
|
||||||
Processing::MeshType m_MeshType;
|
CoordinateSystem m_MeshType;
|
||||||
unsigned int numLines[3];
|
unsigned int numLines[3];
|
||||||
double* discLines[3];
|
double* discLines[3];
|
||||||
double gridDelta;
|
double gridDelta;
|
||||||
|
@ -32,7 +32,7 @@ Operator_Cylinder* Operator_Cylinder::New(unsigned int numThreads)
|
|||||||
|
|
||||||
Operator_Cylinder::Operator_Cylinder() : Operator_Multithread()
|
Operator_Cylinder::Operator_Cylinder() : Operator_Multithread()
|
||||||
{
|
{
|
||||||
m_MeshType = ProcessFields::CYLINDRICAL_MESH;
|
m_MeshType = CYLINDRICAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
Operator_Cylinder::~Operator_Cylinder()
|
Operator_Cylinder::~Operator_Cylinder()
|
||||||
|
Loading…
Reference in New Issue
Block a user