- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/istl/overlappingschwarz.hh>
Public Types | |
typedef BCRSMatrix < FieldMatrix< K, n, n >, Al > | matrix_type |
typedef K | field_type |
typedef Y | range_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< K, n, n >, Al > &mat_, const X &b_, Y &x_) | |
Constructor. | |
void | deallocate () |
Deallocates memory of the local vector. | |
void | resetIndexForNextDomain () |
DynamicVector< K > & | lhs () |
Get the local left hand side. | |
DynamicVector< K > & | rhs () |
Get the local right hand side. | |
void | relaxResult (field_type relax) |
relax the result. | |
void | operator() (const size_type &domainIndex) |
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. |
typedef range_type::block_type Dune::OverlappingAssigner< DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y > >::block_type |
typedef K Dune::OverlappingAssigner< DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y > >::field_type |
typedef BCRSMatrix< FieldMatrix<K,n,n>, Al> Dune::OverlappingAssigner< DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y > >::matrix_type |
typedef Y Dune::OverlappingAssigner< DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y > >::range_type |
typedef matrix_type::size_type Dune::OverlappingAssigner< DynamicMatrixSubdomainSolver< BCRSMatrix< FieldMatrix< K, n, n >, Al >, X, Y > >::size_type |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].