Go to the source code of this file.
|
template<int n_components, int dim, int spacedim, typename VectorType > |
std::vector< typename FEPointEvaluation< n_components, dim >::value_type > | VectorTools::point_values (const Mapping< dim > &mapping, const DoFHandler< dim, spacedim > &dof_handler, const VectorType &vector, const std::vector< Point< spacedim > > &evaluation_points, Utilities::MPI::RemotePointEvaluation< dim, spacedim > &cache, const EvaluationFlags::EvaluationFlags flags=EvaluationFlags::avg) |
|
template<int n_components, int dim, int spacedim, typename VectorType > |
std::vector< typename FEPointEvaluation< n_components, dim >::value_type > | VectorTools::point_values (const Utilities::MPI::RemotePointEvaluation< dim, spacedim > &cache, const DoFHandler< dim, spacedim > &dof_handler, const VectorType &vector, const EvaluationFlags::EvaluationFlags flags=EvaluationFlags::avg) |
|