CalculateAll
From KratosWiki
This functopn is called by CalculateLocalSystem to calculate RHS & LHS of the element. The function's body is presented in .cpp file.
void CalculateAll(MatrixType& rLeftHandSideMatrix, VectorType& rRightHandSideVector, ProcessInfo& rCurrentProcessInfo, bool CalculateStiffnessMatrixFlag, bool CalculateResidualVectorFlag);