dune-fem
2.8-git
dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82
dune
fem
function
blockvectorfunction
function/blockvectorfunction/declaration.hh
Go to the documentation of this file.
1
#ifndef DUNE_FEM_BLOCKVECTORFUNCTION_DECLARATION_HH
2
#define DUNE_FEM_BLOCKVECTORFUNCTION_DECLARATION_HH
3
4
#include <dune/common/fvector.hh>
5
6
namespace
Dune
7
{
8
namespace
Fem
9
{
10
//**********************************************************************
12
// --ISTLBlockVectorDiscreteFunction
13
//
18
//**********************************************************************
19
template
<
class
DiscreteFunctionSpace
,
20
class
Block = Dune::FieldVector< typename DiscreteFunctionSpace::RangeFieldType, DiscreteFunctionSpace::localBlockSize > >
21
class
ISTLBlockVectorDiscreteFunction;
22
}
23
}
24
#endif
Dune
Definition:
bindguard.hh:11
DiscreteFunctionSpace
discrete function space
Generated by
1.9.3