#include <dune/fem/solver/communication/fem.hh>
|
| FemCommunication (const DiscreteFunctionSpaceType &dfSpace, Dune::SolverCategory::Category solverCategory=Dune::SolverCategory::sequential) |
|
const DiscreteFunctionSpace::GridPartType::CollectiveCommunicationType & | communicator () const |
|
template<class T > |
void | copyOwnerToAll (const T &x, T &y) const |
|
template<class T > |
void | project (T &x) const |
|
template<class T , class F > |
void | dot (const T &x, const T &y, F &scp) const |
|
template<class T > |
Dune::FieldTraits< typenameT::field_type >::real_type | norm (const T &x) const |
|
Dune::SolverCategory::Category | getSolverCategory () const |
|
◆ DiscreteFunctionSpaceType
◆ FemCommunication()
◆ communicator()
◆ copyOwnerToAll()
◆ dot()
template<class T , class F >
◆ getSolverCategory()
◆ norm()
◆ project()
The documentation for this class was generated from the following file: