Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Ddof_map.h660 dof_id_type first_old_dof(const processor_id_type proc) const in first_old_dof() function
663 dof_id_type first_old_dof() const in first_old_dof() function
664 { return this->first_old_dof(this->processor_id()); } in first_old_dof()
/dports/math/libmesh/libmesh-1.6.2/tests/systems/
H A Dsystems_test.C1222 int ndofs_old_first = sys.get_dof_map().first_old_dof(sys.processor_id()); in testProjectMatrix1D()
1371 int ndofs_old_first = sys.get_dof_map().first_old_dof(sys.processor_id()); in testProjectMatrix2D()
1547 int ndofs_old_first = sys.get_dof_map().first_old_dof(sys.processor_id()); in testProjectMatrix3D()
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dsystem_projection.C1305 const dof_id_type first_old_dof = dof_map.first_old_dof();
1408 if (di_i < first_old_dof || di_i >= end_old_dof)
/dports/math/libmesh/libmesh-1.6.2/src/solvers/
H A Dpetsc_dm_wrapper.C685 … unsigned int ndofs_old_first = system.get_dof_map().first_old_dof(system.processor_id()); in init_and_attach_petscdm()