Searched refs:FormFunction1_block (Results 1 – 1 of 1) sorted by relevance
48 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