Searched refs:eta_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 809 PetscCall(DMGlobalToLocalBegin(dm, eta_v, INSERT_VALUES, eta_l)); in MaterialPoint_Interpolate() 810 PetscCall(DMGlobalToLocalEnd(dm, eta_v, INSERT_VALUES, eta_l)); in MaterialPoint_Interpolate() 862 Vec eta_v, rho_v; in SolveTimeDepStokes() local 1089 eta_v = pfields[0]; in SolveTimeDepStokes() 1091 PetscCall(PetscObjectSetName((PetscObject)eta_v, "eta")); in SolveTimeDepStokes() 1093 PetscCall(MaterialPoint_Interpolate(dm_coeff, eta_v, rho_v, dms_quadrature)); in SolveTimeDepStokes() 1103 PetscCall(VecView(eta_v, viewer)); in SolveTimeDepStokes() 1224 eta_v = pfields[0]; in SolveTimeDepStokes() 1227 PetscCall(MaterialPoint_Interpolate(dm_coeff, eta_v, rho_v, dms_quadrature)); in SolveTimeDepStokes() [all …]
|