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

[cleanup][LimitPass] Avoid output of AdaptationMethod.

parent d5f18418
No related branches found
No related tags found
1 merge request!58features for p4estgrid integration.
......@@ -425,7 +425,7 @@ namespace Fem
matrixCacheVec_( gridPart_.grid().maxLevel() + 1 ),
factors_(),
numbers_(),
adaptive_((AdaptationMethodType(gridPart_.grid())).adaptive()),
adaptive_((AdaptationMethodType(gridPart_.grid(), parameter, /* noOutput */ true )).adaptive()),
cartesianGrid_( CheckCartesianType::check( gridPart_ ) ),
stepTime_(3, 0.0),
calcIndicator_(discreteModel_.calculateIndicator()),
......
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