Home
last modified time | relevance | path

Searched refs:prop_dof (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c715 PetscInt prop_dof, prop_stencil_width; in solve_elasticity_2d() local
760prop_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 Dex43.c1111 PetscInt prop_dof, prop_stencil_width; in solve_stokes_2d_coupled() local
1156prop_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()