DUNE-FEM (unstable)

declaration.hh
1#ifndef DUNE_FEM_SPACE_FINITEVOLUME_DECLARATION_HH
2#define DUNE_FEM_SPACE_FINITEVOLUME_DECLARATION_HH
3
4namespace Dune
5{
6
7 namespace Fem
8 {
9
10 // FiniteVolumeSpace
11 // -----------------
12
13 template< class FunctionSpace, class GridPart, int codim, class Storage >
14 class FiniteVolumeSpace;
15
16 } // namespace Fem
17
18} // namespace Dune
19
20#endif // #ifndef DUNE_FEM_SPACE_FINITEVOLUME_DECLARATION_HH
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)