Searched refs:CellPropertiesGetCell (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42.c | 87 PetscErrorCode CellPropertiesGetCell(CellProperties C, PetscInt II, PetscInt J, PetscInt K, GaussPo… in CellPropertiesGetCell() function 928 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &props)); in AssembleA_Stokes() 1015 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &props)); in AssembleA_PCStokes() 1104 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &props)); in AssembleF_Stokes() 1830 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &cell)); in solve_stokes_3d_coupled() 1867 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &cell)); in solve_stokes_3d_coupled() 1892 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &cell)); in solve_stokes_3d_coupled() 1921 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &cell)); in solve_stokes_3d_coupled() 1945 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &cell)); in solve_stokes_3d_coupled() 1988 PetscCall(CellPropertiesGetCell(cell_properties, ei, ej, ek, &cell)); in solve_stokes_3d_coupled()
|