added Robin BC, disabled cuthill_mckee_reordering for now
This commit is contained in:
parent
c321dbc271
commit
b78c3f9aff
5 changed files with 46 additions and 46 deletions
|
|
@ -410,11 +410,10 @@ class FEM_Matrix: public CRS_Matrix
|
|||
* The <a href="https://www.jstor.org/stable/2005611?seq=1#metadata_info_tab_contents">penalty method</a>
|
||||
* is used for incorporating the given values @p u.
|
||||
*
|
||||
* @param[in] u (global) vector with Dirichlet data
|
||||
* @param[in] u_out outside temperature
|
||||
* @param[in,out] f load vector
|
||||
*/
|
||||
void ApplyRobinBC_mult(std::vector<double> const &u, std::vector<double> &f, const double u_out);
|
||||
void ApplyRobinBC_mult(std::vector<double> &f, const double u_out);
|
||||
|
||||
double Heat_transfer_coefficient(const int subdomain);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue