Skip to content
Snippets Groups Projects
Commit 050f2791 authored by mattijs's avatar mattijs
Browse files

ENH: advectionDiffusionPatch: default mesh checking. Fixes #3204

parent 483e9892
Branches
Tags
1 merge request!722RELEASE: develop branch to master
......@@ -79,7 +79,7 @@ Foam::patchDistMethods::advectionDiffusion::advectionDiffusion
tolerance_(coeffs_.getOrDefault<scalar>("tolerance", 1e-3)),
maxIter_(coeffs_.getOrDefault<int>("maxIter", 10)),
predicted_(false),
checkAndWriteMesh_(coeffs_.getOrDefault("checkAndWriteMesh", true))
checkAndWriteMesh_(coeffs_.getOrDefault("checkAndWriteMesh", false))
{}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment