Searched refs:zeroa (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/mffd/ |
| H A D | wp.c | 50 static PetscErrorCode MatMFFDCompute_WP(MatMFFD ctx, Vec U, Vec a, PetscScalar *h, PetscBool *zeroa) in MatMFFDCompute_WP() argument 63 *zeroa = PETSC_TRUE; in MatMFFDCompute_WP() 66 *zeroa = PETSC_FALSE; in MatMFFDCompute_WP()
|
| H A D | mffddef.c | 47 static PetscErrorCode MatMFFDCompute_DS(MatMFFD ctx, Vec U, Vec a, PetscScalar *h, PetscBool *zeroa) in MatMFFDCompute_DS() argument 68 *zeroa = PETSC_TRUE; in MatMFFDCompute_DS() 71 *zeroa = PETSC_FALSE; in MatMFFDCompute_DS()
|
| H A D | mffdimpl.h | 21 PetscErrorCode (*compute)(MatMFFD, Vec, Vec, PetscScalar *, PetscBool *zeroa);
|
| H A D | mffd.c | 308 PetscBool zeroa; in MatMult_MFFD() local 329 PetscUseTypeMethod(ctx, compute, U, a, &h, &zeroa); in MatMult_MFFD() 330 if (zeroa) { in MatMult_MFFD()
|