|
class | Dune::Fem::CombinedSpace< DiscreteFunctionSpace, N, policy > |
|
class | Dune::Fem::CombinedSpace< DiscreteFunctionSpace, N, PointBased > |
| Combined Space Function Space. More...
|
|
class | Dune::Fem::CombinedSpace< DiscreteFunctionSpace, N, VariableBased > |
|
struct | Dune::Fem::DifferentDiscreteFunctionSpace< CombinedSpace< ContainedSpace, N, policy >, NewFunctionSpace > |
|
class | Dune::Fem::DefaultLocalRestrictProlong< CombinedSpace< DiscreteFunctionSpace, N, PointBased > > |
|
class | Dune::Fem::DefaultLocalRestrictProlong< CombinedSpace< DiscreteFunctionSpace, N, VariableBased > > |
|
Class to combine N scalar discrete function spaces. Policies PointBased and VariableBased decide, how dof are stored in vectors. PointBased stores all local dofs consecutive, VectorBased stores all dofs for one component consecutive.