My Project
|
Dune linear operator that assumes ghost rows are ordered after interior rows. More...
#include <WellOperators.hpp>
Public Types | |
typedef M | matrix_type |
typedef X | domain_type |
typedef Y | range_type |
typedef X::field_type | field_type |
typedef C | communication_type |
Dune linear operator that assumes ghost rows are ordered after interior rows.
Avoids some computations because of this.
This is similar to WellModelGhostLastMatrixAdapter, with the difference that here we do not have a well model, and also do calcilate the interiorSize using the parallel index set. Created for use in AMG/CPR smoothers.