|
template<int n_components, int dim, int spacedim, typename VectorType > |
std::vector< typename FEPointEvaluation< n_components, dim, spacedim, typename VectorType::value_type >::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, spacedim, typename VectorType::value_type >::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) |
|
template<int n_components, int dim, int spacedim, typename VectorType > |
std::vector< typename FEPointEvaluation< n_components, dim, spacedim, typename VectorType::value_type >::gradient_type > | VectorTools::point_gradients (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, spacedim, typename VectorType::value_type >::gradient_type > | VectorTools::point_gradients (const Utilities::MPI::RemotePointEvaluation< dim, spacedim > &cache, const DoFHandler< dim, spacedim > &dof_handler, const VectorType &vector, const EvaluationFlags::EvaluationFlags flags=EvaluationFlags::avg) |
|