Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/tests/systems/
H A Dsystems_test.C1196 int n_old_dofs = sys.n_dofs(); in testProjectMatrix1D() local
1230 proj_mat.init(n_new_dofs, n_old_dofs, n_new_dofs_local, n_old_dofs_local); in testProjectMatrix1D()
1238 gold_mat.init(n_new_dofs, n_old_dofs, n_new_dofs_local, n_old_dofs_local); in testProjectMatrix1D()
1345 int n_old_dofs = sys.n_dofs(); in testProjectMatrix2D() local
1379 proj_mat.init(n_new_dofs, n_old_dofs, n_new_dofs_local, n_old_dofs_local); in testProjectMatrix2D()
1387 gold_mat.init(n_new_dofs, n_old_dofs, n_new_dofs_local, n_old_dofs_local); in testProjectMatrix2D()
1521 int n_old_dofs = sys.n_dofs(); in testProjectMatrix3D() local
1555 proj_mat.init(n_new_dofs, n_old_dofs, n_new_dofs_local, n_old_dofs_local); in testProjectMatrix3D()
1563 gold_mat.init(n_new_dofs, n_old_dofs, n_new_dofs_local, n_old_dofs_local); in testProjectMatrix3D()
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Ddof_map.h1376 dof_id_type n_old_dofs() const { return _n_old_dfs; } in n_old_dofs() function
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dsystem_projection.C1371 libmesh_assert(old_id < dof_map.n_old_dofs() ||
1407 libmesh_assert_less(di_i, dof_map.n_old_dofs());
/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Ddof_map.C2530 libmesh_assert_greater_equal(n_old_dofs(), n_SCALAR_dofs()); in SCALAR_dof_indices()