Searched refs:opts_E1 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex49.c | 850 PetscScalar opts_E1, opts_nu1; in solve_elasticity_2d() local 852 opts_E0 = opts_E1 = 1.0; in solve_elasticity_2d() 857 PetscCall(PetscOptionsGetScalar(NULL, NULL, "-step_E1", &opts_E1, &flg)); in solve_elasticity_2d() 872 element_props[j][i].E[p] = opts_E1; in solve_elasticity_2d() 912 PetscScalar opts_E1, opts_nu1; in solve_elasticity_2d() local 916 opts_E0 = opts_E1 = 1.0; in solve_elasticity_2d() 920 PetscCall(PetscOptionsGetScalar(NULL, NULL, "-sponge_E1", &opts_E1, &flg)); in solve_elasticity_2d() 940 element_props[j][i].E[p] = opts_E1; in solve_elasticity_2d()
|