Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex14.c246 PetscReal inertia; member
606 …ation term in velocity system, physical is almost zero", NULL, thi->inertia, &thi->inertia, NULL)); in THICreate()
806 fn[l]->u += pp * jw * udot * thi->inertia * pp; in THIFunctionLocal_3D()
807 fn[l]->v += pp * jw * vdot * thi->inertia * pp; in THIFunctionLocal_3D()
1153 Ke[l * 2 + 0][ll * 2 + 0] += pp * jw * thi->inertia * pp; in THIJacobianLocal_Momentum()
1154 Ke[l * 2 + 1][ll * 2 + 1] += pp * jw * thi->inertia * pp; in THIJacobianLocal_Momentum()
/petsc/doc/manual/
H A Dadvanced.md264 as the inertia of a matrix via `MatGetInertia()`.
/petsc/doc/community/meetings/2023/
H A Dindex.md394 magnetohydrodynamic (MHD) model, which ignores the plasma inertia. In this
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx4879 """Return the inertia from a factored matrix.