Home
last modified time | relevance | path

Searched refs:support_set (Results 1 – 2 of 2) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/dofs/
H A Ddof_tools.cc916 IndexSet support_set(dof_handler.n_dofs()); in extract_dofs_with_support_contained_within() local
917 support_set.add_indices(predicate_dofs.begin(), predicate_dofs.end()); in extract_dofs_with_support_contained_within()
918 support_set.compress(); in extract_dofs_with_support_contained_within()
925 support_set.subtract_set(halo_set); in extract_dofs_with_support_contained_within()
928 return support_set; in extract_dofs_with_support_contained_within()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/gnomon/
H A Dgnomon_model.hpp478 void ReplaceSupport(const CSupportInfoSet& support_set) { m_support = support_set; } in ReplaceSupport() argument