Go to the documentation of this file.
14 #ifndef ESYS_LSMSTRESSTENSORCOLLECTION_H
15 #define ESYS_LSMSTRESSTENSORCOLLECTION_H
29 template <
typename TmplStressTensorCalculator>
43 template <
typename TmplContactIterator>
49 template <
typename TmplContactIteratorIterator>
StressTensorVector m_stressTensorVector
Definition: StressTensorCollection.h:69
void addContactIterators(TmplContactIteratorIterator it)
Definition: StressTensorCollection.h:50
StressCalculator * m_pStressCalculator
Definition: StressTensorCollection.h:70
ForwardIterator< StressTensorVector > StressTensorIterator
Definition: StressTensorCollection.h:35
Definition: CheckPointable.cpp:17
TmplStressTensorCalculator StressCalculator
Definition: StressTensorCollection.h:33
Definition: StlIterator.h:30
Definition: StressTensorCollection.h:31
StressTensorIterator getIterator()
Definition: StressTensorCollection.h:58
StressTensorCollection(StressCalculator &stressCalculator)
Definition: StressTensorCollection.h:37
void addContactIterator(TmplContactIterator it)
Definition: StressTensorCollection.h:44
int size() const
Definition: StressTensorCollection.h:63
std::vector< StressTensor > StressTensorVector
Definition: StressTensorCollection.h:34