Home
last modified time | relevance | path

Searched refs:lumped (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex45.c29 PetscBool lumped; /* Lump the mass matrix */ member
207 options->lumped = PETSC_TRUE; in ProcessOptions()
215 …OptionsBool("-lumped", "Lump the mass matrix", "ex45.c", options->lumped, &options->lumped, NULL)); in ProcessOptions()
467 if (ctx.lumped) PetscCall(DMTSCreateRHSMassMatrixLumped(dm)); in main()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c721 PetscBool lumped = PETSC_FALSE; in PCBDDCSetupFETIDPPCContext() local
757 PetscCall(PetscOptionsGetBool(NULL, ((PetscObject)fetimat)->prefix, "-pc_lumped", &lumped, NULL)); in PCBDDCSetupFETIDPPCContext()
758 if (!lumped) { in PCBDDCSetupFETIDPPCContext()
/petsc/doc/community/bofs/
H A D2026_Feb_CASS.md83 …ementation supports key electromagnetic analysis capabilities, including lumped-port excitation, p…
/petsc/doc/manual/
H A Dts.md1100 …ot u = M^{-1} G(t, u)$ or $\dot u = \hat M^{-1} G(t, u)$, where $\hat M$ is the lumped mass matrix.
1101 …x generally has a dense inverse and thus must be solved iteratively, the lumped mass matrix is dia…
1102 To have PETSc create and apply a (lumped) mass matrix automatically, first use `DMTSSetRHSFunction(…
H A Dksp.md2049 …- `-fieldsplit_1_mat_schur_complement_ainv_type` \<diag|lump:diag> Use the lumped diagonal of $A_{…