dune-pdelab
2.4.1
|
#include <dune/pdelab/backend/istl/novlpistlsolverbackend.hh>
Public Types | |
enum | { category =Dune::SolverCategory::nonoverlapping } |
define the category More... | |
typedef X | domain_type |
export types More... | |
typedef X::ElementType | field_type |
Public Member Functions | |
NonoverlappingScalarProduct (const GFS &gfs_, const istl::ParallelHelper< GFS > &helper_) | |
Constructor needs to know the grid function space. More... | |
virtual field_type | dot (const X &x, const X &y) |
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition. More... | |
virtual double | norm (const X &x) |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition. More... | |
void | make_consistent (X &x) const |
make additive vector consistent More... | |
typedef X Dune::PDELab::NonoverlappingScalarProduct< GFS, X >::domain_type |
export types
typedef X::ElementType Dune::PDELab::NonoverlappingScalarProduct< GFS, X >::field_type |
|
inline |
Constructor needs to know the grid function space.
|
inlinevirtual |
Dot product of two vectors. It is assumed that the vectors are consistent on the interior+border partition.
|
inline |
make additive vector consistent
|
inlinevirtual |
Norm of a right-hand side vector. The vector must be consistent on the interior+border partition.