Home
last modified time | relevance | path

Searched refs:max_children_per_cell (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dintergrid_map.cc113 GeometryInfo<MeshType::dimension>::max_children_per_cell, in set_mapping()
116 GeometryInfo<MeshType::dimension>::max_children_per_cell, in set_mapping()
121 c < GeometryInfo<MeshType::dimension>::max_children_per_cell; in set_mapping()
H A Dgrid_refinement.cc132 GeometryInfo<dim>::max_children_per_cell - 1.0; in adjust_refine_and_coarsen_number_fraction()
134 1.0 - 1.0 / GeometryInfo<dim>::max_children_per_cell; in adjust_refine_and_coarsen_number_fraction()
326 refine_cells * (GeometryInfo<dim>::max_children_per_cell - 1) - in refine_and_coarsen_fixed_fraction()
327 (coarsen_cells * (GeometryInfo<dim>::max_children_per_cell - 1) / in refine_and_coarsen_fixed_fraction()
328 GeometryInfo<dim>::max_children_per_cell)) > max_n_cells) in refine_and_coarsen_fixed_fraction()
H A Dtria.cc1587 unsigned int max_children_per_cell = 1; in reserve_space() local
1599 max_children_per_cell = GeometryInfo<1>::max_children_per_cell; in reserve_space()
1601 max_children_per_cell = GeometryInfo<2>::max_children_per_cell; in reserve_space()
1603 max_children_per_cell = GeometryInfo<3>::max_children_per_cell; in reserve_space()
1624 const unsigned int factor = max_children_per_cell / 2; in reserve_space()
2570 const unsigned int max_children_per_cell = in reserve_space_() local
2572 GeometryInfo<1>::max_children_per_cell : in reserve_space_()
2573 (structdim == 2 ? GeometryInfo<2>::max_children_per_cell : in reserve_space_()
2592 obj.children.assign(max_children_per_cell / 2 * size, -1); in reserve_space_()
3774 subcells[GeometryInfo<dim>::max_children_per_cell]; in create_children()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Dtime_dependent.cc888 previous_cells += (GeometryInfo<dim>::max_children_per_cell - 1); in refine_grid()
891 GeometryInfo<dim>::max_children_per_cell - 1) / in refine_grid()
892 GeometryInfo<dim>::max_children_per_cell; in refine_grid()
915 estimated_cells += (GeometryInfo<dim>::max_children_per_cell - 1); in refine_grid()
918 GeometryInfo<dim>::max_children_per_cell - 1) / in refine_grid()
919 GeometryInfo<dim>::max_children_per_cell; in refine_grid()
983 i += GeometryInfo<dim>::max_children_per_cell - 1) in refine_grid()
1045 i += (GeometryInfo<dim>::max_children_per_cell - 1)) in refine_grid()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/multigrid/
H A Dmg_transfer_global_coarsening.templates.h258 GeometryInfo<dim>::max_children_per_cell, in get_child_offsets()
299 (GeometryInfo<dim>::max_children_per_cell - 1)); in convert_cell_id_binary_type_to_level_coarse_cell_id()
362 Utilities::pow(GeometryInfo<dim>::max_children_per_cell, i) * in CellIDTranslator()
370 (Utilities::pow(GeometryInfo<dim>::max_children_per_cell, in size()
394 GeometryInfo<dim>::max_children_per_cell + in translate()
418 id_temp /= GeometryInfo<dim>::max_children_per_cell; in to_cell_id()
676 i < GeometryInfo<MeshType::dimension>::max_children_per_cell; in get_cell()
925 c < GeometryInfo<dim>::max_children_per_cell; in reinit_geometric_transfer()
949 GeometryInfo<dim>::max_children_per_cell; in reinit_geometric_transfer()
1082 if (c + 1 == GeometryInfo<dim>::max_children_per_cell) in reinit_geometric_transfer()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dfe_tools_extrapolate.templates.h629 p4est_child[GeometryInfo<dim>::max_children_per_cell];
635 for (unsigned int c = 0; c < GeometryInfo<dim>::max_children_per_cell;
765 p4est_child[GeometryInfo<dim>::max_children_per_cell];
770 for (unsigned int c = 0; c < GeometryInfo<dim>::max_children_per_cell;
904 p4est_child[GeometryInfo<dim>::max_children_per_cell];
909 for (unsigned int c = 0; c < GeometryInfo<dim>::max_children_per_cell;
941 p4est_child[GeometryInfo<dim>::max_children_per_cell];
946 for (unsigned int c = 0; c < GeometryInfo<dim>::max_children_per_cell;
1119 p4est_child[GeometryInfo<dim>::max_children_per_cell];
1512 p4est_child[GeometryInfo<dim>::max_children_per_cell];
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/distributed/
H A Dtria.cc411 p4est_child[GeometryInfo<dim>::max_children_per_cell]; in determine_level_subdomain_id_recursively()
478 p4est_child[GeometryInfo<dim>::max_children_per_cell]; in match_tree_recursively()
480 c < GeometryInfo<dim>::max_children_per_cell; in match_tree_recursively()
499 c < GeometryInfo<dim>::max_children_per_cell; in match_tree_recursively()
726 p4est_child[GeometryInfo<dim>::max_children_per_cell]; in build_lists()
1016 p4est_child[GeometryInfo<dim>::max_children_per_cell]; in update_quadrant_cell_relations_recursively()
1062 p4est_child[GeometryInfo<dim>::max_children_per_cell]; in update_quadrant_cell_relations_recursively()
1212 c < GeometryInfo<dim>::max_children_per_cell; in pack_data()
2405 p4est_child[GeometryInfo<dim>::max_children_per_cell]; in fill_vertices_recursively()
2411 c < GeometryInfo<dim>::max_children_per_cell; in fill_vertices_recursively()
[all …]
H A Dp4est_wrappers.inst.in31 [GeometryInfo<deal_II_dimension>::max_children_per_cell]);
H A Dp4est_wrappers.cc716 &p4est_children)[dealii::GeometryInfo<dim>::max_children_per_cell]) in init_quadrant_children()
719 c < dealii::GeometryInfo<dim>::max_children_per_cell; in init_quadrant_children()
829 &p4est_children)[dealii::GeometryInfo<1>::max_children_per_cell]) in init_quadrant_children()
H A Dshared_tria.cc250 c < GeometryInfo<dim>::max_children_per_cell; in partition()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/multigrid/
H A Dmg_transfer_prebuilt.cc228 GeometryInfo<dim>::max_children_per_cell, in build()
318 GeometryInfo<dim>::max_children_per_cell, in build()
H A Dmg_transfer_internal.cc634 for (unsigned int c = 0; c < GeometryInfo<1>::max_children_per_cell; ++c) in setup_element_info()
777 c < GeometryInfo<dim>::max_children_per_cell; in setup_transfer()
796 GeometryInfo<dim>::max_children_per_cell); in setup_transfer()
804 c < GeometryInfo<dim>::max_children_per_cell; in setup_transfer()
H A Dmg_transfer_block.cc348 GeometryInfo<dim>::max_children_per_cell, in build()
391 GeometryInfo<dim>::max_children_per_cell, in build()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Devaluation_kernels.h1699 (subface_index >= GeometryInfo<dim>::max_children_per_cell ?
1705 (subface_index >= GeometryInfo<dim>::max_children_per_cell ?
1712 (subface_index >= GeometryInfo<dim>::max_children_per_cell ?
1718 (subface_index >= GeometryInfo<dim>::max_children_per_cell ?
1864 (subface_index >= GeometryInfo<dim>::max_children_per_cell ?
1870 (subface_index >= GeometryInfo<dim>::max_children_per_cell ?
1877 (subface_index >= GeometryInfo<dim>::max_children_per_cell ?
1883 (subface_index >= GeometryInfo<dim>::max_children_per_cell ?
2341 subface_index >= GeometryInfo<dim>::max_children_per_cell &&
2529 (subface_index < GeometryInfo<dim>::max_children_per_cell ||
[all …]
H A Dface_setup_internal.h784 GeometryInfo<dim>::max_children_per_cell; in generate_faces()
962 info.subface_index = GeometryInfo<dim>::max_children_per_cell; in create_face()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dgeometry_info.cc23 constexpr unsigned int GeometryInfo<dim>::max_children_per_cell; member in GeometryInfo<dim>
H A Dbounding_box.cc260 AssertIndexRange(index, GeometryInfo<spacedim>::max_children_per_cell); in child()
H A Dqprojector.cc1080 AssertIndexRange(child_no, GeometryInfo<dim>::max_children_per_cell); in project_to_child()
1095 weights[i] *= (1. / GeometryInfo<dim>::max_children_per_cell); in project_to_child()
1122 n_children = GeometryInfo<dim>::max_children_per_cell; in project_to_all_children()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/fe/
H A Dfe_q_hierarchical.cc96 GeometryInfo<1>::max_children_per_cell, in FE_Q_Hierarchical()
101 GeometryInfo<1>::max_children_per_cell, in FE_Q_Hierarchical()
450 for (unsigned int c = 0; c < GeometryInfo<1>::max_children_per_cell; ++c) in build_dofs_cell()
534 for (unsigned int c = 0; c < GeometryInfo<1>::max_children_per_cell; in initialize_constraints()
695 for (unsigned int c = 0; c < GeometryInfo<dim>::max_children_per_cell; ++c) in initialize_embedding_and_restriction()
707 for (unsigned int c = 0; c < GeometryInfo<dim>::max_children_per_cell; in initialize_embedding_and_restriction()
733 c < GeometryInfo<2>::max_children_per_cell; in initialize_embedding_and_restriction()
763 c < GeometryInfo<3>::max_children_per_cell; in initialize_embedding_and_restriction()
H A Dfe_raviart_thomas.cc263 for (unsigned int i = 0; i < GeometryInfo<1>::max_children_per_cell; ++i) in initialize_restriction()
396 for (unsigned int child = 0; child < GeometryInfo<dim>::max_children_per_cell; in initialize_restriction()
H A Dfe_abf.cc334 for (unsigned int i = 0; i < GeometryInfo<dim>::max_children_per_cell; in initialize_restriction()
450 for (unsigned int child = 0; child < GeometryInfo<dim>::max_children_per_cell; in initialize_restriction()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/particles/
H A Dparticle_handler.cc1697 child_index < GeometryInfo<dim>::max_children_per_cell; in store_particles()
1708 child_index < GeometryInfo<dim>::max_children_per_cell; in store_particles()
1813 position_hints(GeometryInfo<dim>::max_children_per_cell); in load_particles()
1815 child_index < GeometryInfo<dim>::max_children_per_cell; in load_particles()
1827 child_index < GeometryInfo<dim>::max_children_per_cell; in load_particles()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/distributed/
H A Dp4est_wrappers.h504 &p4est_children)[dealii::GeometryInfo<dim>::max_children_per_cell]);
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/grid/
H A Dtria_accessor.templates.h1230 GeometryInfo<structdim>::max_children_per_cell / 2; in child_index()
1242 AssertIndexRange(i, GeometryInfo<structdim>::max_children_per_cell); in isotropic_child_index()
1418 GeometryInfo<structdim>::max_children_per_cell / 2; in has_children()
1482 GeometryInfo<structdim>::max_children_per_cell / 2; in set_children()
1511 GeometryInfo<structdim>::max_children_per_cell / 2; in clear_children()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dgeometry_info.h1241 static constexpr unsigned int max_children_per_cell = 1;
1964 static constexpr unsigned int max_children_per_cell = 1 << dim;
1998 GeometryInfo<dim - 1>::max_children_per_cell;

12