Go to the source code of this file.
|
template<int dim, typename Number , typename VectorizedArrayType = VectorizedArray<Number>> |
FERemoteEvaluationCommunicator< dim > | Utilities::compute_remote_communicator_faces_point_to_point_interpolation (const MatrixFree< dim, Number, VectorizedArrayType > &matrix_free, const std::vector< std::pair< types::boundary_id, std::function< std::vector< bool >()> > > &non_matching_faces_marked_vertices, const unsigned int quad_no=0, const unsigned int dof_no=0, const double tolerance=1e-9) |
|
template<int dim, typename Number , typename VectorizedArrayType = VectorizedArray<Number>> |
FERemoteEvaluationCommunicator< dim > | Utilities::compute_remote_communicator_faces_nitsche_type_mortaring (const MatrixFree< dim, Number, VectorizedArrayType > &matrix_free, const std::vector< std::pair< types::boundary_id, std::function< std::vector< bool >()> > > &non_matching_faces_marked_vertices, const unsigned int n_q_pnts_1D, const unsigned int dof_no=0, NonMatching::MappingInfo< dim, dim, Number > *nm_mapping_info=nullptr, const double tolerance=1e-9) |
|