Home
last modified time | relevance | path

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

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Ddynamic_sparsity_pattern.h752 ->lines[sparsity_pattern->rowset.index_within_set(current_row)] in Accessor()
759 ->lines[sparsity_pattern->rowset.index_within_set(current_row)] in Accessor()
774 ->lines[sparsity_pattern->rowset.index_within_set(current_row)] in Accessor()
826 ->lines[sparsity_pattern->rowset.index_within_set(current_row)] in index()
1038 rowset.size() == 0 ? i : rowset.index_within_set(i); in add()
1060 rowset.size() == 0 ? row : rowset.index_within_set(row); in add_entries()
1078 rowset.size() == 0 ? row : rowset.index_within_set(row); in row_length()
1092 rowset.size() ? rowset.index_within_set(row) : row; in column_number()
1143 size_type rowindex = rowset.index_within_set(*it); in begin()
H A Dread_write_vector.h653 stored_elements.index_within_set(global_index)); in global_to_local()
H A Dpetsc_vector_base.h1201 ghost_indices.index_within_set(index); in extract_subvector_to()
H A Dla_parallel_vector.templates.h192 data.values[locally_owned_elem.index_within_set(
201 data.values[locally_owned_elem.index_within_set(
316 indices[i] = locally_owned_elem.index_within_set(
H A Daffine_constraints.h2116 return local_lines.index_within_set(line_n); in calculate_line_index()
H A Daffine_constraints.templates.h294 const size_type row = filter.index_within_set(line.index); in add_selected_constraints()
299 add_entry(row, filter.index_within_set(entry.first), entry.second); in add_selected_constraints()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dmpi_noncontiguous_partitioner.templates.h154 send_indices.push_back(indexset_has.index_within_set(cell_index)); in reinit()
224 temp_map_send[index_set_has.index_within_set(indices_has[i])] = i; in reinit()
236 temp_map_recv[index_set_want.index_within_set(indices_want[i])] = i; in reinit()
H A Dpartitioner.h839 ghost_indices_data.index_within_set(global_index))); in global_to_local()
H A Dindex_set.h271 index_within_set(const size_type global_index) const;
1919 IndexSet::index_within_set(const size_type n) const in index_within_set() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/lac/
H A Ddynamic_sparsity_pattern.cc376 rowset.size() == 0 ? i : rowset.index_within_set(i); in exists()
423 rowset.size() == 0 ? row : rowset.index_within_set(row); in clear_row()
443 rowset.size() == 0 ? *it : rowset.index_within_set(*it); in get_view()
665 rowset.size() ? rowset.index_within_set(row) : row; in column_index()
H A Dpetsc_vector_base.cc77 vector.ghost_indices.index_within_set(index); in operator PetscScalar()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/dofs/
H A Ddof_handler_policy.cc1970 .index_within_set( in renumber_vertex_dofs()
2007 new_numbers[indices_we_care_about.index_within_set( in renumber_cell_dofs()
2093 new_numbers[indices_we_care_about.index_within_set( in renumber_face_dofs()
2162 .index_within_set( in renumber_face_dofs()
2202 new_numbers[indices_we_care_about.index_within_set( in renumber_face_dofs()
2269 .index_within_set( in renumber_face_dofs()
2349 .index_within_set( in renumber_face_dofs()
2478 .index_within_set(idx)])); in renumber_vertex_mg_dofs()
2593 .index_within_set(idx)])); in renumber_face_mg_dofs()
2657 .index_within_set(idx)])); in renumber_face_mg_dofs()
[all …]
H A Ddof_renumbering.cc491 row_entries.push_back(index_set_to_use.index_within_set(col)); in compute_Cuthill_McKee()
504 index_set_to_use.index_within_set(starting_indices[i]); in compute_Cuthill_McKee()
531 const auto index = index_set_to_use.index_within_set(p); in compute_Cuthill_McKee()
930 Assert(locally_owned_dofs.index_within_set(*dof_index) < in compute_component_wise()
933 new_indices[locally_owned_dofs.index_within_set(*dof_index)] = in compute_component_wise()
1194 Assert(locally_owned_dofs.index_within_set(*dof_index) < in compute_block_wise()
1197 new_indices[locally_owned_dofs.index_within_set(*dof_index)] = in compute_block_wise()
1287 locally_owned_dof_indices.index_within_set( in compute_hierarchical_recursive()
1592 const auto local_dof = owned_dofs.index_within_set(dof); in compute_cell_wise()
H A Ddof_tools.cc236 dofs_by_component[dof.locally_owned_dofs().index_within_set( in get_component_association()
296 dofs_by_block[dof.locally_owned_dofs().index_within_set( in get_block_association()
1310 locally_owned_dofs.index_within_set(dof_indices[i]); in extract_constant_modes()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dpartitioner.cc391 larger_ghost_index_set.index_within_set(index) < in set_ghost_indices()
397 larger_ghost_index_set.index_within_set(index)); in set_ghost_indices()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/multigrid/
H A Dmg_transfer_internal.cc157 .index_within_set( in fill_copy_indices()
167 globally_relevant.index_within_set( in fill_copy_indices()
482 ghosted_dofs.index_within_set( in reinit_level_partitioner()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/particles/
H A Dparticle_handler.cc737 const unsigned int index_within_set = in insert_global_particles() local
739 .index_within_set(local_id_on_calling_process); in insert_global_particles()
746 [index_within_set]; in insert_global_particles()
759 [calling_process][index_within_set]; in insert_global_particles()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Doperators.h1295 locally_owned.index_within_set(interface_index)); in initialize()
H A Ddof_info.templates.h441 ghost_indices.index_within_set(ghost_dofs[i]), in assign_ghosts()