Searched refs:rho_v (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 789 PetscErrorCode MaterialPoint_Interpolate(DM dm, Vec eta_v, Vec rho_v, DM dm_quadrature) in MaterialPoint_Interpolate() argument 811 PetscCall(DMGlobalToLocalBegin(dm, rho_v, INSERT_VALUES, rho_l)); in MaterialPoint_Interpolate() 812 PetscCall(DMGlobalToLocalEnd(dm, rho_v, INSERT_VALUES, rho_l)); in MaterialPoint_Interpolate() 862 Vec eta_v, rho_v; in SolveTimeDepStokes() local 1090 rho_v = pfields[1]; in SolveTimeDepStokes() 1092 PetscCall(PetscObjectSetName((PetscObject)rho_v, "rho")); in SolveTimeDepStokes() 1093 PetscCall(MaterialPoint_Interpolate(dm_coeff, eta_v, rho_v, dms_quadrature)); in SolveTimeDepStokes() 1104 PetscCall(VecView(rho_v, viewer)); in SolveTimeDepStokes() 1225 rho_v = pfields[1]; in SolveTimeDepStokes() 1227 PetscCall(MaterialPoint_Interpolate(dm_coeff, eta_v, rho_v, dms_quadrature)); in SolveTimeDepStokes() [all …]
|