Searched refs:prop_coords (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex49.c | 712 Vec prop_coords, vel_coords; in solve_elasticity_2d() local 784 PetscCall(DMGetCoordinatesLocal(da_prop, &prop_coords)); in solve_elasticity_2d() 785 PetscCall(DMDAVecGetArray(prop_cda, prop_coords, &_prop_coords)); in solve_elasticity_2d() 948 PetscCall(DMDAVecRestoreArray(prop_cda, prop_coords, &_prop_coords)); in solve_elasticity_2d()
|
| H A D | ex43.c | 1108 Vec prop_coords, vel_coords; in solve_stokes_2d_coupled() local 1179 PetscCall(DMGetCoordinatesLocal(da_prop, &prop_coords)); in solve_stokes_2d_coupled() 1180 PetscCall(DMDAVecGetArray(prop_cda, prop_coords, &_prop_coords)); in solve_stokes_2d_coupled() 1397 PetscCall(DMDAVecRestoreArray(prop_cda, prop_coords, &_prop_coords)); in solve_stokes_2d_coupled()
|