Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex17.c48 static PetscErrorCode FormFunction1_block(SNES, Vec, Vec, void *);
425 PetscCall(SNESSetFunction(snes, r, FormFunction1_block, NULL)); in block_system()
507 static PetscErrorCode FormFunction1_block(SNES snes, Vec x, Vec f, void *dummy) in FormFunction1_block() function