Searched refs:GetRho (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex4.c | 33 PetscScalar (*GetRho)(struct CtxData_ *, PetscScalar, PetscScalar, PetscScalar); member 510 ctx->GetRho = GetRho_layers; in CtxCreateAndSetFromOptions() 515 ctx->GetRho = GetRho_blob3; in CtxCreateAndSetFromOptions() 520 ctx->GetRho = GetRho_sinker_box2; in CtxCreateAndSetFromOptions() 523 ctx->GetRho = GetRho_sinker_box3; in CtxCreateAndSetFromOptions() 529 ctx->GetRho = GetRho_sinker_sphere3; in CtxCreateAndSetFromOptions() 1899 …arr_coefficients[ey][ex][slot_rho_downleft] = ctx->GetRho(ctx, arr_coordinates_x[ex][slot_prev], a… in PopulateCoefficientData() 1924 … arr_coefficients[ez][ey][ex][slot_rho_downleft] = ctx->GetRho(ctx, x_prev, y_prev, z_center); in PopulateCoefficientData() 1926 … arr_coefficients[ez][ey][ex][slot_rho_backleft] = ctx->GetRho(ctx, x_prev, y_center, z_prev); in PopulateCoefficientData() 1928 … arr_coefficients[ez][ey][ex][slot_rho_backdown] = ctx->GetRho(ctx, x_center, y_prev, z_prev); in PopulateCoefficientData()
|