Home
last modified time | relevance | path

Searched refs:neighbor_child_on_subface (Results 1 – 19 of 19) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/dofs/
H A Ddof_accessor.cc143 DoFCellAccessor<dim, spacedim, lda>::neighbor_child_on_subface( in neighbor_child_on_subface() function in DoFCellAccessor
148 CellAccessor<dim, spacedim>::neighbor_child_on_subface(face, subface); in neighbor_child_on_subface()
H A Ddof_tools_constraints.cc633 if (!cell->neighbor_child_on_subface(face, c) in make_oldstyle_hanging_node_constraints()
643 if (!cell->neighbor_child_on_subface(face, c) in make_oldstyle_hanging_node_constraints()
695 if (cell->neighbor_child_on_subface(face, child) in make_oldstyle_hanging_node_constraints()
794 if (!cell->neighbor_child_on_subface(face, c) in make_oldstyle_hanging_node_constraints()
804 if (!cell->neighbor_child_on_subface(face, c) in make_oldstyle_hanging_node_constraints()
937 if (cell->neighbor_child_on_subface(face, child) in make_oldstyle_hanging_node_constraints()
1072 if (!cell->neighbor_child_on_subface(face, c) in make_hp_hanging_node_constraints()
1099 cell->neighbor_child_on_subface(face, c); in make_hp_hanging_node_constraints()
1136 if (cell->neighbor_child_on_subface(face, c) in make_hp_hanging_node_constraints()
1369 if (cell->neighbor_child_on_subface(face, sf) in make_hp_hanging_node_constraints()
[all …]
H A Ddof_tools_sparsity.cc617 cell->neighbor_child_on_subface(face, sub_nr); in make_flux_sparsity_pattern()
925 cell->neighbor_child_on_subface(face_n, in make_flux_sparsity_pattern()
1242 cell->neighbor_child_on_subface(face, in make_flux_sparsity_pattern()
H A Ddof_tools.cc977 if (cell->neighbor_child_on_subface(face, child) in extract_hanging_node_dofs()
1014 if (!cell->neighbor_child_on_subface(f, child) in extract_hanging_node_dofs()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-46/
H A Dstep-46.cc383 cell->neighbor_child_on_subface(face_no, sf))) in setup_dofs()
706 cell->neighbor_child_on_subface(f, subface))) in assemble_system()
710 cell->neighbor_child_on_subface(f, subface), in assemble_system()
720 cell->neighbor_child_on_subface(f, subface) in assemble_system()
963 cell->neighbor_child_on_subface(f, 0)))) || in refine_mesh()
977 cell->neighbor_child_on_subface(f, 0)))) || in refine_mesh()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dface_setup_internal.h231 dcell->neighbor_child_on_subface(f, c); in initialize()
607 dcell->neighbor_child_on_subface(f, 0) in initialize()
671 if (dcell->neighbor_child_on_subface(f, s) in initialize()
697 dcell->neighbor_child_on_subface(f, s); in initialize()
806 dcell->neighbor_child_on_subface(f, c); in generate_faces()
H A Dcuda_hanging_nodes_internal.h303 if (neighbor->neighbor_child_on_subface(neighbor_face, in setup_constraints()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-30/
H A Dstep-30.cc511 cell->neighbor_child_on_subface(face_no, subface_no); in assemble_system()
759 cell->neighbor_child_on_subface(face_no, in set_anisotropic_flags()
848 Assert(neighbor->neighbor_child_on_subface( in set_anisotropic_flags()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Derror_estimator.templates.h790 neighbor_child = cell->neighbor_child_on_subface(face_no, subface_no); in integrate_over_irregular_face()
945 if (((cell->neighbor_child_on_subface(face_no, sf) in estimate_one_cell()
948 ((cell->neighbor_child_on_subface(face_no, sf) in estimate_one_cell()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-9/
H A Dstep-9.cc1106 cell->neighbor_child_on_subface(face_n, subface_n)); in estimate_cell()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/dofs/
H A Ddof_accessor.h1496 neighbor_child_on_subface(const unsigned int face_no,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-33/
H A Dstep-33.cc1551 cell->neighbor_child_on_subface(face_no, subface_no); in assemble_system()
1596 Assert(neighbor->neighbor_child_on_subface( in assemble_system()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/grid/
H A Dtria_accessor.h2923 neighbor_child_on_subface(const unsigned int face_no,
H A Dgrid_tools.h3339 cell->neighbor_child_on_subface(n, c)); in get_active_neighbors()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-30/doc/
H A Dintro.dox268 is call the CellAccessor::neighbor_child_on_subface()
328 However, fortunately, CellAccessor::neighbor_child_on_subface() takes care of
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-14/
H A Dstep-14.cc2508 cell->neighbor_child_on_subface(face_no, subface_no); in integrate_over_irregular_face()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_tools_dof_handlers.cc1424 cell->neighbor_child_on_subface(face_number, subface)); in get_patch_around_cell()
H A Dtria_accessor.cc2919 CellAccessor<dim, spacedim>::neighbor_child_on_subface( in neighbor_child_on_subface() function in CellAccessor
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-46/doc/
H A Dintro.dox485 if (cell_is_in_solid_domain (cell->neighbor_child_on_subface(f, sf)))