Searched defs:dac (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 39 static PetscErrorCode DMCreateInterpolation_DA_1D_Q1(DM dac, DM daf, Mat *A) in DMCreateInterpolation_DA_1D_Q1() 170 static PetscErrorCode DMCreateInterpolation_DA_1D_Q0(DM dac, DM daf, Mat *A) in DMCreateInterpolation_DA_1D_Q0() 256 static PetscErrorCode DMCreateInterpolation_DA_2D_Q1(DM dac, DM daf, Mat *A) in DMCreateInterpolation_DA_2D_Q1() 484 static PetscErrorCode DMCreateInterpolation_DA_2D_Q0(DM dac, DM daf, Mat *A) in DMCreateInterpolation_DA_2D_Q0() 605 static PetscErrorCode DMCreateInterpolation_DA_3D_Q0(DM dac, DM daf, Mat *A) in DMCreateInterpolation_DA_3D_Q0() 734 static PetscErrorCode DMCreateInterpolation_DA_3D_Q1(DM dac, DM daf, Mat *A) in DMCreateInterpolation_DA_3D_Q1() 1007 PetscErrorCode DMCreateInterpolation_DA(DM dac, DM daf, Mat *A, Vec *scale) in DMCreateInterpolation_DA() 1052 static PetscErrorCode DMCreateInjection_DA_1D(DM dac, DM daf, VecScatter *inject) in DMCreateInjection_DA_1D() 1108 static PetscErrorCode DMCreateInjection_DA_2D(DM dac, DM daf, VecScatter *inject) in DMCreateInjection_DA_2D() 1174 static PetscErrorCode DMCreateInjection_DA_3D(DM dac, DM daf, VecScatter *inject) in DMCreateInjection_DA_3D() [all …]
|
| H A D | dacreate.c | 127 DM dac; in DMLoad_DA() local
|
| H A D | gr2.c | 118 DM da, dac, dag; in VecView_MPI_Draw_DA2d() local
|
| H A D | da.c | 1342 PetscErrorCode DMCoarsenHierarchy_DA(DM da, PetscInt nlevels, DM dac[]) in DMCoarsenHierarchy_DA()
|
| /petsc/src/dm/tests/ |
| H A D | ex11.c | 9 DM da, dac; in main() local
|
| H A D | ex21.c | 10 DM dac, daf; in test1_DAInjection3d() local
|
| H A D | ex36.c | 311 DM dac, daf; in da_test_RefineCoords1D() local 391 DM dac, daf; in da_test_RefineCoords2D() local 477 DM dac, daf; in da_test_RefineCoords3D() local
|
| /petsc/src/dm/tutorials/ |
| H A D | ex3.c | 94 DM dac, daf; in main() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 1251 DM dac, daf; local 1285 static PetscErrorCode DMCreateInterpolation_DA_THI(DM dac, DM daf, Mat *A, Vec *scale)
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 1265 PetscErrorCode DMCreateInterpolationScale(DM dac, DM daf, Mat mat, Vec *scale) in DMCreateInterpolationScale() 1355 PetscErrorCode DMCreateInjection(DM dac, DM daf, Mat *mat) in DMCreateInjection()
|