Skip to content
Snippets Groups Projects
Commit 2cf90a26 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[discretization] add fem as discretization method

parent 94d477a7
No related branches found
No related tags found
1 merge request!1614Feature/fem gridgeometry
...@@ -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
......
...@@ -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
......
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