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