Home
last modified time | relevance | path

Searched refs:DMInterpolationInfo (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c25 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()
[all …]
/petsc/include/
H A Dpetscdm.h381 typedef struct _n_DMInterpolationInfo *DMInterpolationInfo; typedef
383 PETSC_EXTERN PetscErrorCode DMInterpolationCreate(MPI_Comm, DMInterpolationInfo *);
384 PETSC_EXTERN PetscErrorCode DMInterpolationSetDim(DMInterpolationInfo, PetscInt);
385 PETSC_EXTERN PetscErrorCode DMInterpolationGetDim(DMInterpolationInfo, PetscInt *);
386 PETSC_EXTERN PetscErrorCode DMInterpolationSetDof(DMInterpolationInfo, PetscInt);
387 PETSC_EXTERN PetscErrorCode DMInterpolationGetDof(DMInterpolationInfo, PetscInt *);
388 PETSC_EXTERN PetscErrorCode DMInterpolationAddPoints(DMInterpolationInfo, PetscInt, PetscReal[]);
389 PETSC_EXTERN PetscErrorCode DMInterpolationSetUp(DMInterpolationInfo, DM, PetscBool, PetscBool);
390 PETSC_EXTERN PetscErrorCode DMInterpolationGetCoordinates(DMInterpolationInfo, Vec *);
391 PETSC_EXTERN PetscErrorCode DMInterpolationGetVector(DMInterpolationInfo, Vec *);
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmutils.pxi5 ctypedef _n_DMInterpolationInfo* PetscDMInterpolation "DMInterpolationInfo"
/petsc/src/snes/tests/
H A Dex2.c262 DMInterpolationInfo interpolator; in main()
/petsc/src/ts/tutorials/
H A Dex77.c435 DMInterpolationInfo ictx; in FreeStreaming()