14 #ifndef ESYS_LSMINTERACTIONTOSTRESSCONVERTOR_H
15 #define ESYS_LSMINTERACTIONTOSTRESSCONVERTOR_H
136 std::ostream &oStream
void calcDevRegularGrid()
Definition: InteractionToStressConverter.cpp:477
void calcTensorIrregularGrid()
Definition: InteractionToStressConverter.cpp:380
void writeVtkUnstructuredXmlGridInformation(std::ostream &oStream)
Definition: InteractionToStressConverter.cpp:267
void writeVtkStructuredXml(std::ostream &oStream)
Definition: InteractionToStressConverter.cpp:497
Definition: Contact.h:101
double getMaxRadius()
Definition: InteractionToStressConverter.cpp:364
Definition: CheckPointable.cpp:16
BoundingBox m_bBox
Definition: InteractionToStressConverter.h:157
bool operator()(const Vec3 &v1, const Vec3 &v2) const
Definition: InteractionToStressConverter.h:33
StressTensorPtrGrid m_irrStressTensorGrid
Definition: InteractionToStressConverter.h:162
CartesianGrid< Tensor > TensorGrid
Definition: InteractionToStressConverter.h:46
3D bounding box
Definition: BoundingBox.h:27
StressTensorPtrGrid & getTensorIrregularGrid()
Definition: InteractionToStressConverter.cpp:355
StressTensorCollection< ContactPtTensorCalculator > StressTensCollection
Definition: InteractionToStressConverter.h:51
TensorGrid m_regTensorGrid
Definition: InteractionToStressConverter.h:160
DoubleGrid m_regDevStressGrid
Definition: InteractionToStressConverter.h:161
double getRealDevStress(const Tensor &stressTensor) const
Definition: InteractionToStressConverter.cpp:186
TensorGrid & getTensorRegularGrid()
Definition: InteractionToStressConverter.cpp:391
void writeUnstructuredDx(std::ostream &oStream)
Definition: InteractionToStressConverter.cpp:299
Definition: Vec3Comparer.h:23
bool is3d() const
Definition: InteractionToStressConverter.cpp:226
Definition: InteractionToStressConverter.h:48
StressTensCollection m_stressTensorCollection
Definition: InteractionToStressConverter.h:159
void writeVtkUnstructuredXml(std::ostream &oStream)
Definition: InteractionToStressConverter.cpp:240
CartesianGrid< StressTensor * > StressTensorPtrGrid
Definition: InteractionToStressConverter.h:45
void writeFlatStructured(std::ostream &oStream)
Definition: InteractionToStressConverter.cpp:526
void addRaw2Interactions(std::istream &iStream)
Definition: InteractionToStressConverter.cpp:231
double getNormDevStress(const Tensor &stressTensor) const
Definition: InteractionToStressConverter.cpp:211
DoubleGrid & getDevRegularGrid()
Definition: InteractionToStressConverter.cpp:468
double m_gridSpacing
Definition: InteractionToStressConverter.h:156
InteractionToStressConverter(const BoundingBox &box, double gridSpacing)
Definition: InteractionToStressConverter.cpp:175
TmplStressTensorCalculator StressCalculator
Definition: StressTensorCollection.h:33
CartesianGrid< double > DoubleGrid
Definition: InteractionToStressConverter.h:44
StressTensorCalculator m_stressCalculator
Definition: InteractionToStressConverter.h:158
void writeFlatUnstructured(std::ostream &oStream)
Definition: InteractionToStressConverter.cpp:319
Definition: StressTensor.h:29
void calcTensorRegularGrid()
Definition: InteractionToStressConverter.cpp:425
StressTensCollection::StressCalculator StressTensorCalculator
Definition: InteractionToStressConverter.h:52