Namespaces | Functions
NewmarkBetaIntegrator.h File Reference
#include <algorithm>
Include dependency graph for NewmarkBetaIntegrator.h:

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...