Home
last modified time | relevance | path

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

/dports/math/mfem/mfem-4.3/fem/
H A Dfespace.cpp1465 Array<int> dofs, vdofs, old_dofs, old_vdofs; in Mult() local
1487 old_dofs.Copy(old_vdofs); in Mult()
1488 fespace->DofsToVDofs(vd, old_vdofs, old_ndofs); in Mult()
1489 x.GetSubVector(old_vdofs, subX); in Mult()
1716 Array<int> dofs, old_dofs, old_vdofs; in DerefinementMatrix() local
1752 old_dofs.Copy(old_vdofs); in DerefinementMatrix()
1753 DofsToVDofs(vd, old_vdofs, old_ndofs); in DerefinementMatrix()
1765 R->SetRow(r, old_vdofs, row); in DerefinementMatrix()
H A Dpfespace.cpp2673 Array<int> dofs, old_dofs, old_vdofs; in ParallelDerefinementMatrix() local
2768 old_dofs.Copy(old_vdofs); in ParallelDerefinementMatrix()
2769 DofsToVDofs(vd, old_vdofs, old_ndofs); in ParallelDerefinementMatrix()
2781 diag->SetRow(r, old_vdofs, row); in ParallelDerefinementMatrix()
H A Dgridfunc.cpp3744 Array<int> old_vdofs, new_vdofs; in LegacyNCReorder() local
3747 fes->GetVertexVDofs(i, old_vdofs); in LegacyNCReorder()
3752 tmp(new_vdofs[j]) = (*this)(old_vdofs[j]); in LegacyNCReorder()