Searched defs:Xref (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 453 static inline PetscErrorCode QuadMap_Private(SNES snes, Vec Xref, Vec Xreal, PetscCtx ctx) in QuadMap_Private() 490 static inline PetscErrorCode QuadJacobian_Private(SNES snes, Vec Xref, Mat J, Mat M, PetscCtx ctx) in QuadJacobian_Private() 623 static inline PetscErrorCode HexMap_Private(SNES snes, Vec Xref, Vec Xreal, PetscCtx ctx) in HexMap_Private() 692 static inline PetscErrorCode HexJacobian_Private(SNES snes, Vec Xref, Mat J, Mat M, PetscCtx ctx) in HexJacobian_Private()
|