Searched refs:FormFunction2_block (Results 1 – 1 of 1) sorted by relevance
50 static PetscErrorCode FormFunction2_block(SNES, Vec, Vec, void *);432 PetscCall(SNESSetFunction(snes, r, FormFunction2_block, NULL)); in block_system()589 static PetscErrorCode FormFunction2_block(SNES snes, Vec x, Vec f, void *dummy) in FormFunction2_block() function