Searched refs:VecList (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/vec/interface/ |
| H A D | vecreg.c | 3 PetscFunctionList VecList = NULL; variable 139 PetscCall(PetscFunctionListFind(VecList, newType, &r)); in VecSetType() 254 PetscCall(PetscFunctionListAdd(&VecList, sname, function)); in VecRegister()
|
| H A D | dlregisvec.c | 288 PetscCall(PetscFunctionListDestroy(&VecList)); in VecFinalizePackage()
|
| H A D | vector.c | 1410 …PetscCall(PetscOptionsFList("-vec_type", "Vector type", "VecSetType", VecList, defaultType, typeNa… in VecSetTypeFromOptions_Private()
|
| /petsc/include/ |
| H A D | petscvec.h | 405 PETSC_EXTERN PetscFunctionList VecList; variable
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 899 …("-dm_vec_type", "Vector type used for created vectors", "DMSetVecType", VecList, dm->vectype, typ… in DMSetFromOptions()
|