dune-istl  2.2.1
Public Types | Public Member Functions | List of all members
Dune::OverlappingAssigner< SuperLU< BCRSMatrix< FieldMatrix< T, n, m >, A > > > Struct Template Reference

#include <dune/istl/overlappingschwarz.hh>

Public Types

typedef BCRSMatrix
< FieldMatrix< T, n, m >, A
matrix_type
typedef SuperLU< BCRSMatrix
< FieldMatrix< T, n, m >, A >
>::range_type 
range_type
typedef range_type::field_type field_type
typedef range_type::block_type block_type
typedef matrix_type::size_type size_type

Public Member Functions

 OverlappingAssigner (std::size_t maxlength, const BCRSMatrix< FieldMatrix< T, n, m >, A > &mat, const range_type &b, range_type &x)
 Constructor.
void deallocate ()
 Deallocates memory of the local vector.
void resetIndexForNextDomain ()
field_typelhs ()
 Get the local left hand side.
field_typerhs ()
 Get the local right hand side.
void relaxResult (field_type relax)
 relax the result.
void operator() (const size_type &domain)
 calculate one entry of the local defect.
void assignResult (block_type &res)
 Assigns the block to the current local index. At the same time the local defect is calculated for the index and stored in the rhs. Afterwards the is incremented for the next block.

Member Typedef Documentation

template<typename T , typename A , int n, int m>
typedef range_type::block_type Dune::OverlappingAssigner< SuperLU< BCRSMatrix< FieldMatrix< T, n, m >, A > > >::block_type
template<typename T , typename A , int n, int m>
typedef range_type::field_type Dune::OverlappingAssigner< SuperLU< BCRSMatrix< FieldMatrix< T, n, m >, A > > >::field_type
template<typename T , typename A , int n, int m>
typedef BCRSMatrix<FieldMatrix<T,n,m>,A> Dune::OverlappingAssigner< SuperLU< BCRSMatrix< FieldMatrix< T, n, m >, A > > >::matrix_type
template<typename T , typename A , int n, int m>
typedef SuperLU<BCRSMatrix<FieldMatrix<T,n,m>,A> >::range_type Dune::OverlappingAssigner< SuperLU< BCRSMatrix< FieldMatrix< T, n, m >, A > > >::range_type
template<typename T , typename A , int n, int m>
typedef matrix_type::size_type Dune::OverlappingAssigner< SuperLU< BCRSMatrix< FieldMatrix< T, n, m >, A > > >::size_type

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