timestepping (not working)

This commit is contained in:
dino.celebic 2026-01-24 23:56:16 +01:00
commit 6a2db786c5
3 changed files with 57 additions and 29 deletions

View file

@ -365,7 +365,7 @@ class FEM_Matrix: public CRS_Matrix
*
* @param[in,out] f (preallocated) rhs/load vector
*/
void AddMass_mult(std::vector<double> &f);
void AddMass_mult(std::vector<double> &f, const double scale_factor);
/**
* Calculates the entries of f.e. stiffness matrix for the Laplace operator