Reference documentation for deal.II version 9.2.0
|
Namespaces | |
BoundingBoxPredicate | |
distributed_cptloc | |
FixUpDistortedChildCells | |
Classes | |
struct | CellDataComparator |
class | FaceDataHelper |
class | FaceDataHelper< 1 > |
class | Rotate3d |
class | Scale |
class | Shift |
Functions | |
void | append_face_data (const CellData< 1 > &face_data, SubCellData &subcell_data) |
void | append_face_data (const CellData< 2 > &face_data, SubCellData &subcell_data) |
void | laplace_solve (const SparseMatrix< double > &S, const AffineConstraints< double > &constraints, Vector< double > &u) |
template<int spacedim> | |
bool | compare_point_association (const unsigned int a, const unsigned int b, const Tensor< 1, spacedim > &point_direction, const std::vector< Tensor< 1, spacedim >> ¢er_directions) |
template<class IT > | |
void | set_subdomain_id_in_zorder_recursively (IT cell, unsigned int ¤t_proc_idx, unsigned int ¤t_cell_idx, const unsigned int n_active_cells, const unsigned int n_partitions) |
template<int dim, int spacedim> | |
double | diameter (const typename Triangulation< dim, spacedim >::cell_iterator &cell, const Mapping< dim, spacedim > &mapping) |
|
inline |
Definition at line 291 of file grid_tools.cc.
|
inline |
Definition at line 299 of file grid_tools.cc.
|
inline |
Solve the Laplace equation for the laplace_transform
function for one of the dim
space dimensions. Factorized into a function of its own in order to allow parallel execution.
Definition at line 853 of file grid_tools.cc.
bool GridTools::internal::compare_point_association | ( | const unsigned int | a, |
const unsigned int | b, | ||
const Tensor< 1, spacedim > & | point_direction, | ||
const std::vector< Tensor< 1, spacedim >> & | center_directions | ||
) |
Definition at line 1549 of file grid_tools.cc.
void GridTools::internal::set_subdomain_id_in_zorder_recursively | ( | IT | cell, |
unsigned int & | current_proc_idx, | ||
unsigned int & | current_cell_idx, | ||
const unsigned int | n_active_cells, | ||
const unsigned int | n_partitions | ||
) |
recursive helper function for partition_triangulation_zorder
Definition at line 2787 of file grid_tools.cc.
double GridTools::internal::diameter | ( | const typename Triangulation< dim, spacedim >::cell_iterator & | cell, |
const Mapping< dim, spacedim > & | mapping | ||
) |
Definition at line 3007 of file grid_tools.cc.