Home
last modified time | relevance | path

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

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Daffine_constraints.templates.h1422 AffineConstraints<number>::condense(const VectorType &vec_ghosted, in condense() argument
1429 if (&vec != &vec_ghosted) in condense()
1430 vec = vec_ghosted; in condense()
1445 const typename VectorType::value_type old_value = vec_ghosted(line.index); in condense()
H A Daffine_constraints.h1050 condense(const VectorType &vec_ghosted, VectorType &output) const;