Searched refs:daview (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | grglvis.c | 144 DM da = (DM)oda, daview; in DMSetUpGLVisViewer_DMDA() local 147 PetscCall(PetscObjectQuery(oda, "GLVisGraphicsDMDAGhosted", (PetscObject *)&daview)); in DMSetUpGLVisViewer_DMDA() 148 if (!daview) { in DMSetUpGLVisViewer_DMDA() 173 …etscCall(DMDACreate1d(PetscObjectComm((PetscObject)da), DM_BOUNDARY_NONE, M, dof, 1, lx, &daview)); in DMSetUpGLVisViewer_DMDA() 177 …t)da), DM_BOUNDARY_NONE, DM_BOUNDARY_NONE, DMDA_STENCIL_BOX, M, N, m, n, dof, 1, lx, ly, &daview)); in DMSetUpGLVisViewer_DMDA() 181 …BOUNDARY_NONE, DM_BOUNDARY_NONE, DMDA_STENCIL_BOX, M, N, P, m, n, p, dof, 1, lx, ly, lz, &daview)); in DMSetUpGLVisViewer_DMDA() 187 PetscCall(DMSetApplicationContext(daview, dactx)); in DMSetUpGLVisViewer_DMDA() 188 PetscCall(DMSetApplicationContextDestroy(daview, DMDAGhostedDestroyGLVisViewerCtx_Private)); in DMSetUpGLVisViewer_DMDA() 189 PetscCall(DMSetUp(daview)); in DMSetUpGLVisViewer_DMDA() 191 PetscCall(DMDASetUniformCoordinates(daview, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0)); in DMSetUpGLVisViewer_DMDA() [all …]
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 335 …D89D1DC8207AA1AB00FACC19 /* daview.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1AE0207AA1… 1087 …AE0207AA1AA00FACC19 /* daview.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1858 D89D1AE0207AA1AA00FACC19 /* daview.c */, 2800 D89D1DC8207AA1AB00FACC19 /* daview.c in Sources */,
|