Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
5576913a
Commit
5576913a
authored
Mar 13, 2018
by
Lukas Riedel
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set default upwinding method to 'none'
parent
e09f0b28
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/default_files/parameters.xml
doc/default_files/parameters.xml
+1
-1
dune/dorie/solver/operator_DG.hh
dune/dorie/solver/operator_DG.hh
+1
-1
No files found.
doc/default_files/parameters.xml
View file @
5576913a
...
...
@@ -425,7 +425,7 @@ adding an empty line, make text **bold** or ``monospaced``.
**fullUpwind:** Apply upwinding on numeric flux and conductivity.
</definition>
<values>
none, semiUpwind, fullUpwind
</values>
<suggestion>
semiUpwind
</suggestion>
<suggestion>
none
</suggestion>
</parameter>
<parameter
name=
"weights"
>
...
...
dune/dorie/solver/operator_DG.hh
View file @
5576913a
...
...
@@ -184,7 +184,7 @@ public:
RichardsDGSpatialOperator
(
const
Dune
::
ParameterTree
&
config
,
const
Parameter
&
param_
,
const
GridView
view_
,
Boundary
&
boundary_
,
const
SourceTerm
&
sourceTerm_
,
RichardsDGMethod
::
Type
method_
=
RichardsDGMethod
::
SIPG
,
RichardsDGUpwinding
::
Type
upwinding_
=
RichardsDGUpwinding
::
semiUpwind
,
RichardsDGUpwinding
::
Type
upwinding_
=
RichardsDGUpwinding
::
none
,
RichardsDGWeights
::
Type
weights_
=
RichardsDGWeights
::
weightsOn
,
int
intorderadd_
=
2
,
int
quadrature_factor_
=
2
)
:
Dune
::
PDELab
::
NumericalJacobianVolume
<
RichardsDGSpatialOperator
<
Traits
,
Parameter
,
Boundary
,
SourceTerm
,
FEM
,
adjoint
>
>
(
1.e-7
),
...
...
Lukas Riedel
@lriedel
mentioned in commit
118d9bce
·
Mar 15, 2018
mentioned in commit
118d9bce
mentioned in commit 118d9bce8bbeaac642a13ce14b51abf5fe8b660c
Toggle commit list
Lukas Riedel
@lriedel
mentioned in merge request
!34 (merged)
·
Mar 15, 2018
mentioned in merge request
!34 (merged)
mentioned in merge request !34
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment