dune-fem  2.4.1-rc
space/finitevolume/declaration.hh
Go to the documentation of this file.
1 #ifndef DUNE_FEM_SPACE_FINITEVOLUME_DECLARATION_HH
2 #define DUNE_FEM_SPACE_FINITEVOLUME_DECLARATION_HH
3 
4 namespace Dune
5 {
6 
7  namespace Fem
8  {
9 
10  // FiniteVolumeSpace
11  // -----------------
12 
13  template< class FunctionSpace, class GridPart, int codim, template< class > class Storage >
15 
16  } // namespace Fem
17 
18 } // namespace Dune
19 
20 #endif // #ifndef DUNE_FEM_SPACE_FINITEVOLUME_DECLARATION_HH
Definition: space/finitevolume/declaration.hh:14
Definition: coordinate.hh:4