Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ms/
H A Dms.c519 static PetscErrorCode SNESMSSetDamping_MS(SNES snes, PetscReal damping) in SNESMSSetDamping_MS() function
624 …PetscCall(PetscObjectComposeFunction((PetscObject)snes, "SNESMSSetDamping_C", SNESMSSetDamping_MS)… in SNESCreate_MS()