Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
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
dumux-repositories
dumux
Commits
2cf90a26
Commit
2cf90a26
authored
5 years ago
by
Dennis Gläser
Committed by
Timo Koch
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[discretization] add fem as discretization method
parent
94d477a7
No related branches found
No related tags found
1 merge request
!1614
Feature/fem gridgeometry
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/doxygen/modules.txt
+5
-0
5 additions, 0 deletions
doc/doxygen/modules.txt
dumux/discretization/method.hh
+1
-1
1 addition, 1 deletion
dumux/discretization/method.hh
with
6 additions
and
1 deletion
doc/doxygen/modules.txt
+
5
−
0
View file @
2cf90a26
...
@@ -452,6 +452,11 @@
...
@@ -452,6 +452,11 @@
* \defgroup StaggeredDiscretization Staggered FV scheme
* \defgroup StaggeredDiscretization Staggered FV scheme
* \brief A staggered finite volume scheme with degrees of freedom at cell-centers and facets.
* \brief A staggered finite volume scheme with degrees of freedom at cell-centers and facets.
*/
*/
/*!
* \ingroup Discretization
* \defgroup FEMDiscretization Finite element method
* \brief The finite element method
*/
/* ***************** Flux ******************/
/* ***************** Flux ******************/
/*!
/*!
* \defgroup Flux Flux
* \defgroup Flux Flux
...
...
This diff is collapsed.
Click to expand it.
dumux/discretization/method.hh
+
1
−
1
View file @
2cf90a26
...
@@ -35,7 +35,7 @@ namespace Dumux {
...
@@ -35,7 +35,7 @@ namespace Dumux {
*/
*/
enum
class
DiscretizationMethod
enum
class
DiscretizationMethod
{
{
none
,
box
,
cctpfa
,
ccmpfa
,
staggered
none
,
box
,
cctpfa
,
ccmpfa
,
staggered
,
fem
};
};
}
// end namespace Dumux
}
// end namespace Dumux
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment