Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Ddof_map_constraints.C1580 for (auto dirichlet_id : index_range(dirichlets)) in operator() local
1583 const auto & dirichlet = dirichlets[dirichlet_id]; in operator()
1587 boundary_id_to_ordered_dirichlet_boundaries[b_id].emplace(dirichlet_id, dirichlet); in operator()