deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
#include <deal.II/matrix_free/fe_remote_evaluation.h>
Public Member Functions | |
std::vector< unsigned int > | get_communication_object_pntrs () const |
Public Attributes | |
std::shared_ptr< Utilities::MPI::RemotePointEvaluation< dim > > | rpe |
std::vector< unsigned int > | indices |
Similar as FERemoteCommunicationObjectEntityBatches
. To relate the points from RemotePointEvaluation
to quadrature points on corresponding entities, entity indices have to be stored.
Definition at line 229 of file fe_remote_evaluation.h.
std::vector< unsigned int > FERemoteCommunicationObject< dim >::get_communication_object_pntrs | ( | ) | const |
Function that gives access to indices
. The function is only used for a unified access to the vector that stores additional information on the points that are processed via rpe
.
Definition at line 744 of file fe_remote_evaluation.h.
std::shared_ptr<Utilities::MPI::RemotePointEvaluation<dim> > FERemoteCommunicationObject< dim >::rpe |
Object that is reinitialized with the remote points we want to access.
Definition at line 234 of file fe_remote_evaluation.h.
std::vector<unsigned int> FERemoteCommunicationObject< dim >::indices |
A vector that stores the entity indices related to the the remote points.
Definition at line 239 of file fe_remote_evaluation.h.