Reference documentation for deal.II version 9.3.3
|
This is the complete list of members for parallel::CellWeights< dim, spacedim >, including all inherited members.
CellWeights(const ::DoFHandler< dim, spacedim > &dof_handler, const WeightingFunction &weighting_function) | parallel::CellWeights< dim, spacedim > | |
CellWeights(const ::DoFHandler< dim, spacedim > &dof_handler) | parallel::CellWeights< dim, spacedim > | |
connection | parallel::CellWeights< dim, spacedim > | private |
constant_weighting(const unsigned int factor=1000) | parallel::CellWeights< dim, spacedim > | static |
dof_handler | parallel::CellWeights< dim, spacedim > | private |
make_weighting_callback(const DoFHandler< dim, spacedim > &dof_handler, const WeightingFunction &weighting_function) | parallel::CellWeights< dim, spacedim > | static |
ndofs_weighting(const std::pair< float, float > &coefficients) | parallel::CellWeights< dim, spacedim > | static |
ndofs_weighting(const std::vector< std::pair< float, float > > &coefficients) | parallel::CellWeights< dim, spacedim > | static |
register_constant_weighting(const unsigned int factor=1000) | parallel::CellWeights< dim, spacedim > | |
register_custom_weighting(const std::function< unsigned int(const FiniteElement< dim, spacedim > &, const typename DoFHandler< dim, spacedim >::cell_iterator &)> custom_function) | parallel::CellWeights< dim, spacedim > | |
register_ndofs_squared_weighting(const unsigned int factor=1000) | parallel::CellWeights< dim, spacedim > | |
register_ndofs_weighting(const unsigned int factor=1000) | parallel::CellWeights< dim, spacedim > | |
reinit(const DoFHandler< dim, spacedim > &dof_handler, const WeightingFunction &weighting_function) | parallel::CellWeights< dim, spacedim > | |
triangulation | parallel::CellWeights< dim, spacedim > | private |
weighting_callback(const typename ::Triangulation< dim, spacedim >::cell_iterator &cell, const typename ::Triangulation< dim, spacedim >::CellStatus status, const DoFHandler< dim, spacedim > &dof_handler, const parallel::TriangulationBase< dim, spacedim > &triangulation, const WeightingFunction &weighting_function) | parallel::CellWeights< dim, spacedim > | privatestatic |
WeightingFunction typedef | parallel::CellWeights< dim, spacedim > | |
~CellWeights() | parallel::CellWeights< dim, spacedim > |