Home
last modified time | relevance | path

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

/petsc/src/vec/vec/interface/
H A Dvecreg.c3 PetscFunctionList VecList = NULL; variable
139 PetscCall(PetscFunctionListFind(VecList, newType, &r)); in VecSetType()
254 PetscCall(PetscFunctionListAdd(&VecList, sname, function)); in VecRegister()
H A Ddlregisvec.c288 PetscCall(PetscFunctionListDestroy(&VecList)); in VecFinalizePackage()
H A Dvector.c1410 …PetscCall(PetscOptionsFList("-vec_type", "Vector type", "VecSetType", VecList, defaultType, typeNa… in VecSetTypeFromOptions_Private()
/petsc/include/
H A Dpetscvec.h405 PETSC_EXTERN PetscFunctionList VecList; variable
/petsc/src/dm/interface/
H A Ddm.c899 …("-dm_vec_type", "Vector type used for created vectors", "DMSetVecType", VecList, dm->vectype, typ… in DMSetFromOptions()