Home
last modified time | relevance | path

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

/dports/math/mfem/mfem-4.3/mesh/
H A Dpncmesh.hpp216 const Array<int>& GetRebalanceOldIndex() const { return old_index_or_rank; } in GetRebalanceOldIndex() function in mfem::ParNCMesh
/dports/math/mfem/mfem-4.3/fem/
H A Dpfespace.cpp2545 const Array<int> &old_index = pncmesh->GetRebalanceOldIndex(); in RebalanceMatrix()