dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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 ISTL::BCRSMatrixBackend 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, const std::size_t nonzeros)
 
GOgetGO ()
 
const GOgetGO () const
 
GOoperator* ()
 
GOoperator-> ()
 
const GOoperator* () const
 
const GOoperator-> () const
 

Member Typedef Documentation

◆ GO

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

◆ MAT

template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
typedef GO::Jacobian Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::MAT

◆ MBE

template<typename FSU , typename FSV , typename LOP , SolverCategory::Category st>
typedef ISTL::BCRSMatrixBackend Dune::PDELab::GlobalAssembler< FSU, FSV, LOP, st >::MBE

Constructor & Destructor Documentation

◆ GlobalAssembler()

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,
const std::size_t  nonzeros 
)
inline

Member Function Documentation

◆ getGO() [1/2]

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

◆ getGO() [2/2]

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

◆ operator*() [1/2]

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

◆ operator*() [2/2]

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

◆ operator->() [1/2]

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

◆ operator->() [2/2]

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: