Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c41 typedef struct _p_CellProperties *CellProperties; typedef
50 PetscErrorCode CellPropertiesCreate(DM da_stokes, CellProperties *C) in CellPropertiesCreate()
52 CellProperties cells; in CellPropertiesCreate()
74 PetscErrorCode CellPropertiesDestroy(CellProperties *C) in CellPropertiesDestroy()
76 CellProperties cells; in CellPropertiesDestroy()
87 PetscErrorCode CellPropertiesGetCell(CellProperties C, PetscInt II, PetscInt J, PetscInt K, GaussPo… in CellPropertiesGetCell()
896 static PetscErrorCode AssembleA_Stokes(Mat A, DM stokes_da, CellProperties cell_properties) in AssembleA_Stokes()
982 static PetscErrorCode AssembleA_PCStokes(Mat A, DM stokes_da, CellProperties cell_properties) in AssembleA_PCStokes()
1067 static PetscErrorCode AssembleF_Stokes(Vec F, DM stokes_da, CellProperties cell_properties) in AssembleF_Stokes()
1789 CellProperties cell_properties; in solve_stokes_3d_coupled()