cleanup
This commit is contained in:
parent
c53335074d
commit
ff2ba09279
2 changed files with 2 additions and 2 deletions
|
|
@ -348,7 +348,7 @@ class FEM_Matrix: public CRS_Matrix
|
|||
*
|
||||
* @param[in,out] f (preallocated) rhs/load vector
|
||||
*/
|
||||
void CalculateLaplaceMult(std::vector<double> &f);
|
||||
void CalculateLaplace_mult(std::vector<double> &f);
|
||||
|
||||
// Returns thermal conductivity coefficient of subdomain [ kg * m / (s^3 * K) ]
|
||||
double ThermalConductivity(const int subdomain);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue