Home
last modified time | relevance | path

Searched defs:parameters (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c554 static PetscErrorCode SystemParametersCreate(SystemParameters *parameters, Ctx ctx) in SystemParametersCreate()
565 static PetscErrorCode SystemParametersDestroy(SystemParameters *parameters) in SystemParametersDestroy()
573 static PetscErrorCode CreateSystem2d(SystemParameters parameters, Mat *pA, Vec *pRhs) in CreateSystem2d()
991 static PetscErrorCode CreateSystem3d(SystemParameters parameters, Mat *pA, Vec *pRhs) in CreateSystem3d()
1846 static PetscErrorCode CreateSystem(SystemParameters parameters, Mat *pA, Vec *pRhs) in CreateSystem()