DOpE
Public Member Functions | Protected Attributes
DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim > Class Template Referenceabstract

#include <spacetimehandler.h>

Inheritance diagram for DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >:
DOpE::SpaceTimeHandlerBase< VECTOR > DOpE::MethodOfLines_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >

Public Member Functions

 SpaceTimeHandler (DOpEtypes::ControlType type)
 
 SpaceTimeHandler (dealii::Triangulation< 1 > &times, DOpEtypes::ControlType type)
 
 SpaceTimeHandler (DOpEtypes::ControlType type, const ActiveFEIndexSetterInterface< dopedim, dealdim > &index_setter)
 
 SpaceTimeHandler (dealii::Triangulation< 1 > &times, DOpEtypes::ControlType type, const ActiveFEIndexSetterInterface< dopedim, dealdim > &index_setter)
 
virtual ~SpaceTimeHandler ()
 
virtual void ReInit (unsigned int control_n_blocks, const std::vector< unsigned int > &control_block_component, unsigned int state_n_blocks, const std::vector< unsigned int > &state_block_component)=0
 
virtual const
DOpEWrapper::DoFHandler
< dopedim, DH > & 
GetControlDoFHandler () const =0
 
virtual const
DOpEWrapper::DoFHandler
< dealdim, DH > & 
GetStateDoFHandler () const =0
 
virtual const
DOpEWrapper::Mapping< dealdim,
DH > & 
GetMapping () const =0
 
const std::vector< const
DOpEWrapper::DoFHandler
< dealdim, DH > * > & 
GetDoFHandler () const
 
std::vector< typename
DOpEWrapper::DoFHandler
< dealdim, DH >
::active_cell_iterator > 
GetDoFHandlerBeginActive () const
 
std::vector< typename
DOpEWrapper::DoFHandler
< dealdim, DH >
::active_cell_iterator > 
GetDoFHandlerEnd () const
 
std::vector< typename
DOpEWrapper::DoFHandler
< dealdim, DH >::cell_iterator > 
GetDoFHandlerBeginActiveAllLevels () const
 
std::vector< typename
DOpEWrapper::DoFHandler
< dealdim, DH >::cell_iterator > 
GetDoFHandlerEndAllLevels () const
 
void SetDoFHandlerOrdering (unsigned int control_index, unsigned int state_index)
 
unsigned int GetStateIndex ()
 
const
ActiveFEIndexSetterInterface
< dopedim, dealdim > & 
GetFEIndexSetter () const
 
void SetActiveFEIndicesState (DOpEWrapper::DoFHandler< dealdim, DH > &dof_handler)
 
void SetActiveFEIndicesControl (DOpEWrapper::DoFHandler< dopedim, DH > &dof_handler)
 
virtual unsigned int GetControlDoFsPerBlock (unsigned int b, int time_point=-1) const =0
 
virtual unsigned int GetStateDoFsPerBlock (unsigned int b, int time_point=-1) const =0
 
virtual unsigned int GetConstraintDoFsPerBlock (std::string name, unsigned int b) const =0
 
virtual const std::vector
< unsigned int > & 
GetControlDoFsPerBlock (int time_point=-1) const =0
 
virtual const std::vector
< unsigned int > & 
GetStateDoFsPerBlock (int time_point=-1) const =0
 
virtual const std::vector
< unsigned int > & 
GetConstraintDoFsPerBlock (std::string name) const =0
 
virtual const
dealii::ConstraintMatrix & 
GetControlDoFConstraints () const =0
 
virtual const
dealii::ConstraintMatrix & 
GetStateDoFConstraints () const =0
 
virtual const std::vector
< dealii::Point< dealdim > > & 
GetMapDoFToSupportPoints ()=0
 
virtual void ComputeControlSparsityPattern (SPARSITYPATTERN &sparsity) const =0
 
virtual void ComputeStateSparsityPattern (SPARSITYPATTERN &sparsity) const =0
 
virtual void ComputeMGStateSparsityPattern (dealii::MGLevelObject< dealii::BlockSparsityPattern > &, unsigned int) const
 
virtual void ComputeMGStateSparsityPattern (dealii::MGLevelObject< dealii::SparsityPattern > &, unsigned int) const
 
virtual const FE< dealdim,
dealdim > & 
GetFESystem (std::string name) const =0
 
DOpEWrapper::DataOut< dealdim,
DH > & 
GetDataOut ()
 
- Public Member Functions inherited from DOpE::SpaceTimeHandlerBase< VECTOR >
 SpaceTimeHandlerBase (DOpEtypes::ControlType control_type=DOpEtypes::stationary)
 
 SpaceTimeHandlerBase (dealii::Triangulation< 1 > &times, DOpEtypes::ControlType type=DOpEtypes::stationary)
 
 SpaceTimeHandlerBase (dealii::Triangulation< 1 > &times, const dealii::FiniteElement< 1 > &fe, DOpEtypes::ControlType type=DOpEtypes::stationary)
 
virtual ~SpaceTimeHandlerBase ()
 
void ReInitTime ()
 
unsigned int GetMaxTimePoint () const
 
unsigned int GetNbrOfIntervals () const
 
void SetInterval (const TimeIterator &it)
 
const TimeIteratorGetInterval () const
 
double GetTime (unsigned int time_point) const
 
const TimeDoFHandlerGetTimeDoFHandler () const
 
const std::vector< double > & GetTimes () const
 
void GetTimes (const TimeIterator &interval, std::vector< double > &local_times) const
 
bool IsValidStateTicket (unsigned int &ticket) const
 
bool IsValidControlTicket (unsigned int &ticket) const
 
DOpEtypes::ControlType GetControlType () const
 
virtual void InterpolateControl (VECTOR &, const std::vector< VECTOR * > &, double, const TimeIterator &) const
 
virtual void InterpolateState (VECTOR &, const std::vector< VECTOR * > &, double, const TimeIterator &) const =0
 
virtual void InterpolateConstraint (VECTOR &, const std::vector< VECTOR * > &, double, const TimeIterator &) const
 
virtual unsigned int GetControlNDoFs (int=-1) const
 
virtual unsigned int GetStateNDoFs (int time_point=-1) const =0
 
virtual unsigned int GetConstraintNDoFs (std::string) const
 
virtual unsigned int GetNGlobalConstraints () const
 
virtual unsigned int GetNLocalConstraints () const
 
double GetStepSize () const
 
double GetNextStepSize () const
 
double GetPreviousStepSize () const
 
virtual unsigned int NewTimePointToOldTimePoint (unsigned int t) const =0
 
virtual void SpatialMeshTransferControl (const VECTOR &, VECTOR &) const
 
virtual void SpatialMeshTransferState (const VECTOR &, VECTOR &) const
 
void RefineTime (DOpEtypes::RefinementType=DOpEtypes::RefinementType::global)
 
void RefineTime (const RefinementContainer &ref_container)
 

Protected Attributes

DOpEWrapper::DataOut< dealdim, DH > data_out_
 
unsigned int control_index_
 
unsigned int state_index_
 
const
ActiveFEIndexSetterInterface
< dopedim, dealdim > * 
fe_index_setter_
 
std::vector< const
DOpEWrapper::DoFHandler
< dealdim, DH > * > 
domain_dofhandler_vector_
 

Additional Inherited Members

- Protected Member Functions inherited from DOpE::SpaceTimeHandlerBase< VECTOR >
void IncrementStateTicket ()
 
void IncrementControlTicket ()
 

Detailed Description

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
class DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >

Interface to the dimension depended functionality of a SpaceTimeDoFHandler.

Template Parameters
<FE>The finite element type we use (i.e. 'normal' finite elements vs. hp::FECollections)
<DH>The dofhandler type we use (i.e. 'normal' dofhandler vs. hp::dofhandler)
<SPARSITYPATTERN>The sparsity pattern for control & state. This is needed as a class template, because member function templates are not allowed for virtual member functions.
<VECTOR>The vector type for control & state (i.e. dealii::Vector<double> or dealii::BlockVector<double>)
The dimension for the control variable.
The dimension for the state variable. This is the dimension the mesh is in.

Constructor & Destructor Documentation

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::SpaceTimeHandler ( DOpEtypes::ControlType  type)
inline
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::SpaceTimeHandler ( dealii::Triangulation< 1 > &  times,
DOpEtypes::ControlType  type 
)
inline
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::SpaceTimeHandler ( DOpEtypes::ControlType  type,
const ActiveFEIndexSetterInterface< dopedim, dealdim > &  index_setter 
)
inline
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::SpaceTimeHandler ( dealii::Triangulation< 1 > &  times,
DOpEtypes::ControlType  type,
const ActiveFEIndexSetterInterface< dopedim, dealdim > &  index_setter 
)
inline
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::~SpaceTimeHandler ( )
inlinevirtual

Member Function Documentation

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual void DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::ComputeControlSparsityPattern ( SPARSITYPATTERN &  sparsity) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual void DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::ComputeMGStateSparsityPattern ( dealii::MGLevelObject< dealii::BlockSparsityPattern > &  ,
unsigned  int 
) const
inlinevirtual

Experimental status: Needed for MG prec.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual void DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::ComputeMGStateSparsityPattern ( dealii::MGLevelObject< dealii::SparsityPattern > &  ,
unsigned  int 
) const
inlinevirtual

Experimental status: Needed for MG prec.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual void DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::ComputeStateSparsityPattern ( SPARSITYPATTERN &  sparsity) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual unsigned int DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetConstraintDoFsPerBlock ( std::string  name,
unsigned int  b 
) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const std::vector<unsigned int>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetConstraintDoFsPerBlock ( std::string  name) const
pure virtual

Returns the DoFs per block for the constraint vector at the current time which has to be set prior to calling this function using SetTime.

Reimplemented from DOpE::SpaceTimeHandlerBase< VECTOR >.

Implemented in DOpE::MethodOfLines_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >, and DOpE::MethodOfLines_MultiMesh_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dim >.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const dealii::ConstraintMatrix& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetControlDoFConstraints ( ) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const DOpEWrapper::DoFHandler<dopedim, DH>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetControlDoFHandler ( ) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual unsigned int DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetControlDoFsPerBlock ( unsigned int  b,
int  time_point = -1 
) const
pure virtual

Returns the control dofs in Block b at the time given through time_point. Default value for the time is now.

Implemented in DOpE::MethodOfLines_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >, and DOpE::MethodOfLines_MultiMesh_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dim >.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const std::vector<unsigned int>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetControlDoFsPerBlock ( int  time_point = -1) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
DOpEWrapper::DataOut<dealdim, DH>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetDataOut ( )
inline
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
const std::vector<const DOpEWrapper::DoFHandler<dealdim, DH>*>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetDoFHandler ( ) const
inline

Returns a reference to a vector of DoFHandlers, the order of the DoFHandlers must be set prior by SetDoFHandlerOrdering

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
std::vector< typename DOpEWrapper::DoFHandler<dealdim, DH>::active_cell_iterator> DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetDoFHandlerBeginActive ( ) const
inline

Returns a vector of the begin_active-celliterators of the DoFHandlers in use.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
std::vector< typename DOpEWrapper::DoFHandler<dealdim, DH>::cell_iterator> DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetDoFHandlerBeginActiveAllLevels ( ) const
inline

Experimental status: Returns a vector of the begin_celliterators of the DoFHandlers in use. Iterator for multigrid's matrix assembling running over all elements on all levels.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
std::vector< typename DOpEWrapper::DoFHandler<dealdim, DH>::active_cell_iterator> DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetDoFHandlerEnd ( ) const
inline

Returns a vector of the end-celliterators of the DoFHandlers in use.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
std::vector< typename DOpEWrapper::DoFHandler<dealdim, DH>::cell_iterator> DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetDoFHandlerEndAllLevels ( ) const
inline

Experimental status: Returns a vector of the end-celliterators of the DoFHandlers in use. Iterator for multigrid's matrix assembling running over all elements on all levels.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
const ActiveFEIndexSetterInterface<dopedim, dealdim>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetFEIndexSetter ( ) const
inline

Returns a const reference to the ActiveFEIndexSetterInterface object stored in this class. This function is only useful in the hp case.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const FE<dealdim, dealdim>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetFESystem ( std::string  name) const
pure virtual

Returns a const Smartpointer to the FESystem indicated by the string 'name', i.e. state oder control.

Implemented in DOpE::MethodOfLines_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >, and DOpE::MethodOfLines_MultiMesh_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dim >.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const std::vector<dealii::Point<dealdim> >& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetMapDoFToSupportPoints ( )
pure virtual

Returns a Reference to a vector of points where the FEs have their support points. on the current spatial mesh (if they do have that compare dealii::DoFTools>>map_dofs_to_support_points!).

Implemented in DOpE::MethodOfLines_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >, and DOpE::MethodOfLines_MultiMesh_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dim >.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const DOpEWrapper::Mapping<dealdim, DH>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetMapping ( ) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const dealii::ConstraintMatrix& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetStateDoFConstraints ( ) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const DOpEWrapper::DoFHandler<dealdim, DH>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetStateDoFHandler ( ) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual unsigned int DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetStateDoFsPerBlock ( unsigned int  b,
int  time_point = -1 
) const
pure virtual

Returns the state dofs in Block b at at the time given through time_point. Default value for the time is now.

Implemented in DOpE::MethodOfLines_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >, and DOpE::MethodOfLines_MultiMesh_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dim >.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual const std::vector<unsigned int>& DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetStateDoFsPerBlock ( int  time_point = -1) const
pure virtual
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
unsigned int DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::GetStateIndex ( )
inline

Returns the order of the StateDofHandler set by SetDoFHandlerOrdering.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
virtual void DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::ReInit ( unsigned int  control_n_blocks,
const std::vector< unsigned int > &  control_block_component,
unsigned int  state_n_blocks,
const std::vector< unsigned int > &  state_block_component 
)
pure virtual

Initializes the dof handlers corresponding to the finite elements.

Parameters
control_n_blocksNumber of Blocks for the control variable
control_block_componentsComponent to Block mapping for the control
state_n_blocksNumber of Blocks for the state variable
state_block_componentsComponent to Block mapping for the state

Implemented in DOpE::MethodOfLines_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >, and DOpE::MethodOfLines_MultiMesh_SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dim >.

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
void DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::SetActiveFEIndicesControl ( DOpEWrapper::DoFHandler< dopedim, DH > &  dof_handler)
inline
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
void DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::SetActiveFEIndicesState ( DOpEWrapper::DoFHandler< dealdim, DH > &  dof_handler)
inline
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
void DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::SetDoFHandlerOrdering ( unsigned int  control_index,
unsigned int  state_index 
)
inline

Sets the ordering of the DofHandlers in GetDoFHandler. Indices must start at zero and be consecutive numbers. If dealdim != dopedim the control_index doesn't matter.

Parameters
control_indexIndex for the control
state_indexIndex for the state

Field Documentation

template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
unsigned int DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::control_index_
protected
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
DOpEWrapper::DataOut<dealdim, DH> DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::data_out_
protected
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
std::vector<const DOpEWrapper::DoFHandler<dealdim, DH>*> DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::domain_dofhandler_vector_
mutableprotected
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
const ActiveFEIndexSetterInterface<dopedim, dealdim>* DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::fe_index_setter_
protected
template<template< int, int > class FE, template< int, int > class DH, typename SPARSITYPATTERN, typename VECTOR, int dopedim, int dealdim>
unsigned int DOpE::SpaceTimeHandler< FE, DH, SPARSITYPATTERN, VECTOR, dopedim, dealdim >::state_index_
protected

The documentation for this class was generated from the following file: