dune-pdelab  2.5-dev
Public Types | Public Member Functions | List of all members
Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit > Class Template Reference

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

Public Types

typedef ISTL::BCRSMatrixBackend MBE
 
typedef Dune::PDELab::OneStepGridOperator< typename GO1::GO, typename GO2::GO, implicit > GO
 
typedef GO::Jacobian MAT
 

Public Member Functions

 OneStepGlobalAssembler (GO1 &go1, GO2 &go2)
 
GOgetGO ()
 
const GOgetGO () const
 
GOoperator* ()
 
GOoperator-> ()
 
const GOoperator* () const
 
const GOoperator-> () const
 

Member Typedef Documentation

◆ GO

template<typename GO1 , typename GO2 , bool implicit = true>
typedef Dune::PDELab::OneStepGridOperator<typename GO1::GO,typename GO2::GO,implicit> Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::GO

◆ MAT

template<typename GO1 , typename GO2 , bool implicit = true>
typedef GO::Jacobian Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::MAT

◆ MBE

template<typename GO1 , typename GO2 , bool implicit = true>
typedef ISTL::BCRSMatrixBackend Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::MBE

Constructor & Destructor Documentation

◆ OneStepGlobalAssembler()

template<typename GO1 , typename GO2 , bool implicit = true>
Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::OneStepGlobalAssembler ( GO1 &  go1,
GO2 &  go2 
)
inline

Member Function Documentation

◆ getGO() [1/2]

template<typename GO1 , typename GO2 , bool implicit = true>
GO& Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::getGO ( )
inline

◆ getGO() [2/2]

template<typename GO1 , typename GO2 , bool implicit = true>
const GO& Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::getGO ( ) const
inline

◆ operator*() [1/2]

template<typename GO1 , typename GO2 , bool implicit = true>
GO& Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::operator* ( )
inline

◆ operator*() [2/2]

template<typename GO1 , typename GO2 , bool implicit = true>
const GO& Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::operator* ( ) const
inline

◆ operator->() [1/2]

template<typename GO1 , typename GO2 , bool implicit = true>
GO* Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::operator-> ( )
inline

◆ operator->() [2/2]

template<typename GO1 , typename GO2 , bool implicit = true>
const GO* Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::operator-> ( ) const
inline

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