Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dwp.c50 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 Dmffddef.c47 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 Dmffdimpl.h21 PetscErrorCode (*compute)(MatMFFD, Vec, Vec, PetscScalar *, PetscBool *zeroa);
H A Dmffd.c308 PetscBool zeroa; in MatMult_MFFD() local
329 PetscUseTypeMethod(ctx, compute, U, a, &h, &zeroa); in MatMult_MFFD()
330 if (zeroa) { in MatMult_MFFD()