Home
last modified time | relevance | path

Searched refs:prop_cda (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c711 DM prop_cda, vel_cda; in solve_elasticity_2d() local
783 PetscCall(DMGetCoordinateDM(da_prop, &prop_cda)); in solve_elasticity_2d()
785 PetscCall(DMDAVecGetArray(prop_cda, prop_coords, &_prop_coords)); in solve_elasticity_2d()
787 PetscCall(DMDAGetGhostCorners(prop_cda, &si, &sj, 0, &nx, &ny, 0)); in solve_elasticity_2d()
948 PetscCall(DMDAVecRestoreArray(prop_cda, prop_coords, &_prop_coords)); in solve_elasticity_2d()
H A Dex43.c1107 DM prop_cda, vel_cda; in solve_stokes_2d_coupled() local
1178 PetscCall(DMGetCoordinateDM(da_prop, &prop_cda)); in solve_stokes_2d_coupled()
1180 PetscCall(DMDAVecGetArray(prop_cda, prop_coords, &_prop_coords)); in solve_stokes_2d_coupled()
1182 PetscCall(DMDAGetGhostCorners(prop_cda, &si, &sj, 0, &nx, &ny, 0)); in solve_stokes_2d_coupled()
1397 PetscCall(DMDAVecRestoreArray(prop_cda, prop_coords, &_prop_coords)); in solve_stokes_2d_coupled()