|
ExaDG
|
Public Member Functions | |
| void | setup (std::shared_ptr< ContainerInterfaceData< rank, dim, double > > interface_data_dst_, dealii::DoFHandler< dim > const &dof_handler_src_, dealii::Mapping< dim > const &mapping_src_, std::vector< bool > const &marked_vertices_src_, double const tolerance_) |
| void | update_data (VectorType const &dof_vector_src) |
| void ExaDG::InterfaceCoupling< rank, dim, Number >::setup | ( | std::shared_ptr< ContainerInterfaceData< rank, dim, double > > | interface_data_dst_, |
| dealii::DoFHandler< dim > const & | dof_handler_src_, | ||
| dealii::Mapping< dim > const & | mapping_src_, | ||
| std::vector< bool > const & | marked_vertices_src_, | ||
| double const | tolerance_ ) |
setup() function.
The aim of
| marked_vertices_src_ | is to make the search of points on the src side computationally more efficient. If no useful information can be provided for this parameter, an empty vector has to be passed to this function. |
| tolerance_ | is a geometric tolerance passed to dealii::RemotePointEvaluation and used for the search of points on the src side. |