Skip to content
Snippets Groups Projects
Commit 613a493e authored by Robert K's avatar Robert K
Browse files

[bugfix][Threading] Make diffusion flux implementation thread safe.

parent 1149d28f
No related branches found
No related tags found
1 merge request!48[feature][FVOperator] A specialized FV operator for finite volume.
......@@ -245,7 +245,7 @@ namespace Fem
const ParameterType& parameter() const { return param_; }
protected:
const Model &model_;
Model model_;
const ParameterType& param_;
DomainType upwind_;
const double cflDiffinv_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment