Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dolist.c29 PetscErrorCode PetscObjectListRemoveReference(PetscObjectList *fl, const char name[]) in PetscObjectListRemoveReference()
69 PetscErrorCode PetscObjectListAdd(PetscObjectList *fl, const char name[], PetscObject obj) in PetscObjectListAdd()
140 PetscObjectList tmp, fl; in PetscObjectListDestroy() local
176 PetscErrorCode PetscObjectListFind(PetscObjectList fl, const char name[], PetscObject *obj) in PetscObjectListFind()
215 PetscErrorCode PetscObjectListReverseFind(PetscObjectList fl, PetscObject obj, const char *name[], … in PetscObjectListReverseFind()
248 PetscErrorCode PetscObjectListDuplicate(PetscObjectList fl, PetscObjectList *nl) in PetscObjectListDuplicate()
/petsc/src/sys/dll/
H A Dreg.c196 static PetscErrorCode PetscFunctionListDLAllPush_Private(PetscFunctionList fl) in PetscFunctionListDLAllPush_Private()
210 static PetscErrorCode PetscFunctionListDLAllPop_Private(PetscFunctionList fl) in PetscFunctionListDLAllPop_Private()
266 static PetscErrorCode PetscFunctionListCreate_Private(PetscInt size, PetscFunctionList *fl) in PetscFunctionListCreate_Private()
304 PetscErrorCode PetscFunctionListAdd_Private(PetscFunctionList *fl, const char name[], PetscErrorCod… in PetscFunctionListAdd_Private()
326 PetscErrorCode PetscFunctionListDestroy(PetscFunctionList *fl) in PetscFunctionListDestroy()
372 PetscErrorCode PetscFunctionListClear(PetscFunctionList fl) in PetscFunctionListClear()
410 PetscErrorCode PetscFunctionListPrintNonEmpty(PetscFunctionList fl) in PetscFunctionListPrintNonEmpty()
445 PetscErrorCode PetscFunctionListFind_Private(PetscFunctionList fl, const char name[], PetscErrorCod… in PetscFunctionListFind_Private()
586 PetscErrorCode PetscFunctionListDuplicate(PetscFunctionList fl, PetscFunctionList *nl) in PetscFunctionListDuplicate()
/petsc/src/sys/tests/
H A Dex65.c30 static PetscErrorCode TestPetscFunctionListCreate(PetscViewer viewer, PetscFunctionList *fl, PetscF… in TestPetscFunctionListCreate()
52 static PetscErrorCode TestPetscFunctionListFind(PetscViewer viewer, PetscFunctionList fl, PetscFunc… in TestPetscFunctionListFind()
110 static PetscErrorCode TestPetscFunctionListGet(PetscViewer viewer, PetscFunctionList fl, PetscFunct… in TestPetscFunctionListGet()
136 PetscFunctionList fl = NULL, fl_dup = NULL; in main() local
/petsc/src/dm/interface/
H A Ddmgenerate.c116 DMGeneratorFunctionList fl = DMGenerateList; in DMGenerateRegister() local
125 DMGeneratorFunctionList next, fl; in DMGenerateRegisterDestroy() local
160 DMGeneratorFunctionList fl; in DMAdaptLabel() local
222 DMGeneratorFunctionList fl; in DMAdaptMetric() local
/petsc/src/dm/impls/plex/
H A Dplexgenerate.c163 DMGeneratorFunctionList fl; in DMPlexGenerate() local
H A Dplexadapt.c166 DMGeneratorFunctionList fl; in DMPlexRefine_Internal() local
/petsc/src/ts/tutorials/multirate/
H A Dex4.c179 PetscScalar fr, fl, dfr, dfl; in PhysicsRiemann_Shallow_Exact() local
/petsc/src/ts/tutorials/
H A Dex9.c883 PetscScalar fr, fl, dfr, dfl; in PhysicsRiemann_IsoGas_Exact() local
1032 PetscScalar fr, fl, dfr, dfl; in PhysicsRiemann_Shallow_Exact() local
/petsc/src/mat/impls/dense/seq/
H A Ddense.c316 static PetscErrorCode MatIsHermitian_SeqDense(Mat A, PetscReal rtol, PetscBool *fl) in MatIsHermitian_SeqDense()
337 static PetscErrorCode MatIsSymmetric_SeqDense(Mat A, PetscReal rtol, PetscBool *fl) in MatIsSymmetric_SeqDense()