Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dune-fem
dune-fem-dg
Merge requests
!15
Exchange troubled cell
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Exchange troubled cell
feature/exchange-troubled-cell
into
master
Overview
0
Commits
98
Pipelines
75
Changes
3
Merged
Robert K
requested to merge
feature/exchange-troubled-cell
into
master
4 years ago
Overview
0
Commits
98
Pipelines
75
Changes
3
Expand
Some more features for LimitPass.
0
0
Merge request reports
Viewing commit
c4f378fe
Prev
Next
Show latest version
3 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
c4f378fe
[bugfix][TroubledCellIndicator] put the empty default in the right base
· c4f378fe
Robert K
authored
4 years ago
class.
dune/fem-dg/operator/dg/dgpyoperator.hh
+
1
−
0
Options
@@ -97,6 +97,7 @@ namespace Fem
typedef
DGAdaptationIndicatorOperator
<
OpTraits
>
IndicatorType
;
typedef
Estimator
<
DestinationType
,
typename
ModelType
::
ProblemType
>
GradientIndicatorType
;
typedef
AdaptIndicator
<
IndicatorType
,
GradientIndicatorType
>
AdaptIndicatorType
;
typedef
typename
FullOperatorType
::
TroubledCellIndicatorType
TroubledCellIndicatorType
;
// solver selection, available fem, istl, petsc, ...
Loading