![]() |
#include <algorithm>
Go to the source code of this file.
Namespaces | |
Marmot | |
This file includes functions needed for calculations with stress and strain tensors written in voigt notation. | |
Marmot::TimeIntegration | |
Functions | |
template<int nDim> | |
void | Marmot::TimeIntegration::newmarkBetaIntegration (const double *du, double *v, double *a, double dT, double newmarkBeta, double newmarkGamma, double *da_ddu) |
Newmark-Beta time integration. More... | |