|
MPI_Datatype | big_mpi::mpi_type_id (const char *) |
|
template<typename T > |
void | big_mpi::broadcast (T *buffer, const size_t count, const unsigned int root, const MPI_Comm &comm) |
|
template<int dim> |
std::ostream & | dealii::VectorTools::internal::operator<< (std::ostream &out, const VectorDoFTuple< dim > &vdt) |
|
template<int dim> |
void | dealii::VectorTools::internal::add_constraint (const VectorDoFTuple< dim > &dof_indices, const Tensor< 1, dim > &constraining_vector, AffineConstraints< double > &constraints, const double inhomogeneity=0) |
|
template<int dim> |
void | dealii::VectorTools::internal::add_tangentiality_constraints (const VectorDoFTuple< dim > &dof_indices, const Tensor< 1, dim > &tangent_vector, AffineConstraints< double > &constraints, const Vector< double > &b_values=Vector< double >(dim)) |
|
template<int dim, int spacedim> |
void | dealii::VectorTools::internal::map_dofs_to_normal_vectors_and_normal_fluxes (const typename DoFHandler< dim, spacedim >::cell_iterator &cell, const unsigned int first_vector_component, const std::set< types::boundary_id > &boundary_ids, const std::map< types::boundary_id, const Function< spacedim > *> &function_map, hp::FEFaceValues< dim, spacedim > &x_fe_face_values, const unsigned int n_dofs, const IndexSet &refinement_edge_indices, const unsigned int level, std::multimap< internal::VectorDoFTuple< dim >, std::pair< Tensor< 1, dim >, typename DoFHandler< dim, spacedim >::cell_iterator >> &dof_to_normals_map, std::map< internal::VectorDoFTuple< dim >, Vector< double >> &dof_vector_to_b_values) |
|
template<int dim, int spacedim> |
void | dealii::VectorTools::internal::compute_nonzero_normal_flux_constraints_active_or_level (const DoFHandler< dim, spacedim > &dof_handler, const unsigned int first_vector_component, const std::set< types::boundary_id > &boundary_ids, const std::map< types::boundary_id, const Function< spacedim > *> &function_map, AffineConstraints< double > &constraints, const Mapping< dim, spacedim > &mapping, const IndexSet &refinement_edge_indices=IndexSet(), const unsigned int level=numbers::invalid_unsigned_int) |
|
template<int dim, int spacedim> |
void | dealii::VectorTools::compute_no_normal_flux_constraints_on_level (const DoFHandler< dim, spacedim > &dof_handler, const unsigned int first_vector_component, const std::set< types::boundary_id > &boundary_ids, AffineConstraints< double > &constraints, const Mapping< dim, spacedim > &mapping, const IndexSet &refinement_edge_indices, const unsigned int level) |
|