Skip to content
Snippets Groups Projects
Commit 8fc39955 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[baseFVGridGeometry] Export grid type

parent e2ff7e1c
No related branches found
No related tags found
1 merge request!1037Feature/remove grid singleton
......@@ -55,6 +55,8 @@ class BaseFVGridGeometry
using Element = typename GV::template Codim<0>::Entity;
public:
//! export the grid type
using Grid = typename GV::Grid;
//! export the grid view type
using GridView = GV;
//! export the global coordinate type
......
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