Lines Matching refs:DMInterpolationInfo
25 PetscErrorCode DMInterpolationCreate(MPI_Comm comm, DMInterpolationInfo *ctx) in DMInterpolationCreate()
54 PetscErrorCode DMInterpolationSetDim(DMInterpolationInfo ctx, PetscInt dim) in DMInterpolationSetDim()
77 PetscErrorCode DMInterpolationGetDim(DMInterpolationInfo ctx, PetscInt *dim) in DMInterpolationGetDim()
98 PetscErrorCode DMInterpolationSetDof(DMInterpolationInfo ctx, PetscInt dof) in DMInterpolationSetDof()
121 PetscErrorCode DMInterpolationGetDof(DMInterpolationInfo ctx, PetscInt *dof) in DMInterpolationGetDof()
146 PetscErrorCode DMInterpolationAddPoints(DMInterpolationInfo ctx, PetscInt n, PetscReal points[]) in DMInterpolationAddPoints()
173 PetscErrorCode DMInterpolationSetUp(DMInterpolationInfo ctx, DM dm, PetscBool redundantPoints, Pets… in DMInterpolationSetUp()
305 PetscErrorCode DMInterpolationGetCoordinates(DMInterpolationInfo ctx, Vec *coordinates) in DMInterpolationGetCoordinates()
332 PetscErrorCode DMInterpolationGetVector(DMInterpolationInfo ctx, Vec *v) in DMInterpolationGetVector()
357 PetscErrorCode DMInterpolationRestoreVector(DMInterpolationInfo ctx, Vec *v) in DMInterpolationRestoreVector()
366 static inline PetscErrorCode DMInterpolate_Segment_Private(DMInterpolationInfo ctx, DM dm, PetscInt… in DMInterpolate_Segment_Private()
394 static inline PetscErrorCode DMInterpolate_Triangle_Private(DMInterpolationInfo ctx, DM dm, PetscIn… in DMInterpolate_Triangle_Private()
423 static inline PetscErrorCode DMInterpolate_Tetrahedron_Private(DMInterpolationInfo ctx, DM dm, Pets… in DMInterpolate_Tetrahedron_Private()
526 static inline PetscErrorCode DMInterpolate_Quad_Private(DMInterpolationInfo ctx, DM dm, PetscInt p,… in DMInterpolate_Quad_Private()
761 static inline PetscErrorCode DMInterpolate_Hex_Private(DMInterpolationInfo ctx, DM dm, PetscInt p, … in DMInterpolate_Hex_Private()
853 PetscErrorCode DMInterpolationEvaluate(DMInterpolationInfo ctx, DM dm, Vec x, Vec v) in DMInterpolationEvaluate()
982 PetscErrorCode DMInterpolationDestroy(DMInterpolationInfo *ctx) in DMInterpolationDestroy()