dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st > Class Template Reference

#include <dune/pdelab/boilerplate/pdelab.hh>

Public Types

typedef ISTLMatrixBackend MBE
 
typedef
Dune::PDELab::GridOperator
< typename FSU::GFS, typename
FSV::GFS, LOP, MBE, typename
FSU::NT, typename FSU::NT,
typename FSU::NT, typename
FSU::CC, typename FSV::CC > 
GO
 
typedef GO::Jacobian MAT
 

Public Member Functions

 GlobalAssembler (const FSU &fsu, const FSV &fsv, LOP &lop)
 
GOgetGO ()
 
const GOgetGO () const
 
GOoperator* ()
 
GOoperator-> ()
 
const GOoperator* () const
 
const GOoperator-> () const
 

Member Typedef Documentation

template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
typedef Dune::PDELab::GridOperator<typename FSU::GFS,typename FSV::GFS,LOP,MBE, typename FSU::NT,typename FSU::NT,typename FSU::NT, typename FSU::CC,typename FSV::CC> Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::GO
template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
typedef GO::Jacobian Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::MAT
template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
typedef ISTLMatrixBackend Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::MBE

Constructor & Destructor Documentation

template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::GlobalAssembler ( const FSU &  fsu,
const FSV &  fsv,
LOP &  lop 
)
inline

Member Function Documentation

template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
GO& Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::getGO ( )
inline
template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
const GO& Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::getGO ( ) const
inline
template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
GO& Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::operator* ( )
inline
template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
const GO& Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::operator* ( ) const
inline
template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
GO* Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::operator-> ( )
inline
template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
const GO* Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::operator-> ( ) const
inline

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