timestepping (not working)
This commit is contained in:
parent
ff2ba09279
commit
6a2db786c5
3 changed files with 57 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue