Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A DRDict.py83 …def __init__(self, parentAddr = None, parentDirectory = None, load = 1, autoShutdown = 1, readonly… argument
618 def load(self): member in RDict
H A DsourceDatabase.py247 def load(self): member in SourceDB
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c116 Load *load; in read_data() local
523 Load *load; in FormIFunction() local
779 Load *load; in AlgFunction() local
962 Load *load; in main() local
/petsc/include/petsc/private/
H A Dpcimpl.h30 PetscErrorCode (*load)(PC, PetscViewer); member
H A Disimpl.h27 PetscErrorCode (*load)(IS, PetscViewer); member
H A Dsnesimpl.h30 PetscErrorCode (*load)(SNES, PetscViewer); member
H A Dtsimpl.h49 PetscErrorCode (*load)(TS, PetscViewer); member
346 PetscErrorCode (*load)(TSAdapt, PetscViewer); member
H A Dvecimpl.h60 PetscErrorCode (*load)(Vec, PetscViewer); member
H A Dkspimpl.h36 PetscErrorCode (*load)(KSP, PetscViewer); member
H A Ddmimpl.h38 PetscErrorCode (*load)(DM, PetscViewer); member
H A Dmatimpl.h131 PetscErrorCode (*load)(Mat, PetscViewer); member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DIS.pyx281 def load(self, Viewer viewer) -> Self: member in IS
1223 def load(self, Viewer viewer) -> Self: member in LGMap
H A DDM.pyx95 def load(self, Viewer viewer) -> Self: member in DM
H A DVec.pyx1750 def load(self, Viewer viewer) -> Self: member in Vec
H A DTS.pyx190 def load(self, Viewer viewer) -> None: member in TS
H A DMat.pyx2145 def load(self, Viewer viewer) -> Self: member in Mat
/petsc/src/snes/tutorials/network/power/
H A Dpffunctions.c251 LOAD load; in FormFunction_Power() local
H A Dpower2.c29 LOAD load; in FormFunction_Subnet() local
H A Dpower.h138 LOAD load; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c42 char load[PETSC_MAX_PATH_LEN] = {'\0'}; in PCSetFromOptions_BDDC() local
H A Dbddcprivate.c9616 PetscErrorCode PCBDDCLoadOrViewCustomization(PC pc, PetscBool load, const char *outfile) in PCBDDCLoadOrViewCustomization()
/petsc/src/ts/tutorials/
H A Dex30.c885 PetscBool load; member