Skip to content

Commit

Permalink
Return internal cell_data in RPE
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrmrc committed Apr 27, 2023
1 parent d4d2562 commit a27579a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/deal.II/base/mpi_remote_point_evaluation.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@ namespace Utilities
std::vector<Point<dim>> reference_point_values;
};

/**
* Return internal data structure storing the data of points
* positioned in cells.
*/
const CellData &
get_cell_data() const
{
return cell_data;
}

/**
* Evaluate function @p evaluation_function in the given points and
* triangulation. The result is stored in @p output.
Expand Down

0 comments on commit a27579a

Please sign in to comment.