![]() |
NuTo
Numerics Tool
|
dof container that is also capable of performing calculations. More...
#include <DofMatrixContainer.h>
Public Member Functions | |
| T & | operator() (DofType d0, DofType d1) |
| const T & | operator() (DofType d0, DofType d1) const |
| DofMatrixContainer & | operator+= (const DofMatrixContainer &rhs) |
performs uninitialized addition that resizes the data to the length of rhs More... | |
| DofMatrixContainer & | operator*= (double scalar) |
| void | AddScaled (const DofMatrixContainer &rhs, double scalar) |
calculates (*this) += rhs * scalar More... | |
| std::vector< DofType > | DofTypes () const |
Friends | |
| DofMatrixContainer | operator+ (DofMatrixContainer lhs, const DofMatrixContainer &rhs) |
| DofMatrixContainer | operator* (DofMatrixContainer lhs, double scalar) |
| std::ostream & | operator<< (std::ostream &out, const DofMatrixContainer< T > &dofMatrix) |
dof container that is also capable of performing calculations.
|
inline |
calculates (*this) += rhs * scalar
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
performs uninitialized addition that resizes the data to the length of rhs
|
friend |
|
friend |
|
friend |
1.8.11