Searched refs:prop_dof (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex49.c | 715 PetscInt prop_dof, prop_stencil_width; in solve_elasticity_2d() local 760 …prop_dof = (PetscInt)(sizeof(GaussPointCoefficients) / sizeof(PetscScalar)); /* gauss po… in solve_elasticity_2d() 762 …OUNDARY_NONE, DM_BOUNDARY_NONE, DMDA_STENCIL_BOX, mx, my, cpu_x, cpu_y, prop_dof, prop_stencil_wid… in solve_elasticity_2d()
|
| H A D | ex43.c | 1111 PetscInt prop_dof, prop_stencil_width; in solve_stokes_2d_coupled() local 1156 …prop_dof = (PetscInt)(sizeof(GaussPointCoefficients) / sizeof(PetscScalar)); /* gauss po… in solve_stokes_2d_coupled() 1158 …OUNDARY_NONE, DM_BOUNDARY_NONE, DMDA_STENCIL_BOX, mx, my, cpu_x, cpu_y, prop_dof, prop_stencil_wid… in solve_stokes_2d_coupled()
|