dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
Dune::Python::MMesh::ParallelizedScalarProduct< X, BulkDF, InterfaceDF > Class Template Reference

#include <dune/python/mmesh/jacobian_iterative.hh>

Inheritance diagram for Dune::Python::MMesh::ParallelizedScalarProduct< X, BulkDF, InterfaceDF >:
Inheritance graph

Public Types

typedef X domain_type
 
typedef X::field_type field_type
 
typedef FieldTraits< field_type >::real_type real_type
 

Public Member Functions

 ParallelizedScalarProduct (const BulkDF &uh, const InterfaceDF &th)
 
virtual field_type dot (const X &x, const X &y) const
 
virtual real_type norm (const X &x) const
 
virtual SolverCategory::Category category () const
 

Member Typedef Documentation

◆ domain_type

template<class X , class BulkDF , class InterfaceDF >
typedef X Dune::Python::MMesh::ParallelizedScalarProduct< X, BulkDF, InterfaceDF >::domain_type

◆ field_type

template<class X , class BulkDF , class InterfaceDF >
typedef X::field_type Dune::Python::MMesh::ParallelizedScalarProduct< X, BulkDF, InterfaceDF >::field_type

◆ real_type

template<class X , class BulkDF , class InterfaceDF >
typedef FieldTraits<field_type>::real_type Dune::Python::MMesh::ParallelizedScalarProduct< X, BulkDF, InterfaceDF >::real_type

Constructor & Destructor Documentation

◆ ParallelizedScalarProduct()

template<class X , class BulkDF , class InterfaceDF >
Dune::Python::MMesh::ParallelizedScalarProduct< X, BulkDF, InterfaceDF >::ParallelizedScalarProduct ( const BulkDF &  uh,
const InterfaceDF &  th 
)
inline

Member Function Documentation

◆ dot()

template<class X , class BulkDF , class InterfaceDF >
virtual field_type Dune::Python::MMesh::ParallelizedScalarProduct< X, BulkDF, InterfaceDF >::dot ( const X &  x,
const X &  y 
) const
inlinevirtual

Reimplemented from Dune::ScalarProduct< X >.

◆ norm()

template<class X , class BulkDF , class InterfaceDF >
virtual real_type Dune::Python::MMesh::ParallelizedScalarProduct< X, BulkDF, InterfaceDF >::norm ( const X &  x) const
inlinevirtual

Reimplemented from Dune::ScalarProduct< X >.


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