Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
28
Issues
28
List
Boards
Labels
Milestones
Merge Requests
13
Merge Requests
13
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
b80ec79f
Commit
b80ec79f
authored
Aug 08, 2019
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add local_operator_cfg.hh code to RichardsModel doxygen module
parent
b888c330
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
dune/dorie/model/richards/local_operator_cfg.hh
dune/dorie/model/richards/local_operator_cfg.hh
+10
-0
No files found.
dune/dorie/model/richards/local_operator_cfg.hh
View file @
b80ec79f
...
...
@@ -13,6 +13,11 @@ namespace Dune {
namespace
Dorie
{
namespace
Operator
{
/**
* \addtogroup RichardsModel
* \{
*/
//! Interior penalty type
enum
class
RichardsDGMethod
{
...
...
@@ -106,6 +111,11 @@ inline auto read_operator_settings(
return
std
::
make_tuple
(
upwinding
,
method
,
weights
);
}
/**
* \}
* // group RichardsModel
*/
}
// namespace Operator
}
// namespace Dorie
}
// namespace Dune
...
...
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