dune-pdelab  2.4.1
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

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
template<typename GO1 , typename GO2 , bool implicit = true>
typedef GO::Jacobian Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::MAT
template<typename GO1 , typename GO2 , bool implicit = true>
typedef istl::BCRSMatrixBackend Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::MBE

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename GO1 , typename GO2 , bool implicit = true>
GO& Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::getGO ( )
inline
template<typename GO1 , typename GO2 , bool implicit = true>
const GO& Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::getGO ( ) const
inline
template<typename GO1 , typename GO2 , bool implicit = true>
GO& Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::operator* ( )
inline
template<typename GO1 , typename GO2 , bool implicit = true>
const GO& Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::operator* ( ) const
inline
template<typename GO1 , typename GO2 , bool implicit = true>
GO* Dune::PDELab::OneStepGlobalAssembler< GO1, GO2, implicit >::operator-> ( )
inline
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: