Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscfvimpl.h61 typedef struct _PetscFVOps *PetscFVOps;
62 struct _PetscFVOps { struct
72 PETSCHEADER(struct _PetscFVOps); argument
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1165 PetscCall(PetscMemzero(f->ops, sizeof(struct _PetscFVOps))); in PetscFVCreate()