dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, SolverCategory::nonoverlapping > 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,
true > 
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 >
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,true> Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, SolverCategory::nonoverlapping >::GO
template<typename FSU , typename FSV , typename LOP >
typedef GO::Jacobian Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, SolverCategory::nonoverlapping >::MAT
template<typename FSU , typename FSV , typename LOP >
typedef ISTLMatrixBackend Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, SolverCategory::nonoverlapping >::MBE

Constructor & Destructor Documentation

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

Member Function Documentation

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

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