Home
last modified time | relevance | path

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

/petsc/src/sys/tutorials/
H A Dex17.c6 char version[128]; in main() local
/petsc/src/sys/objects/
H A Dversion.c21 PetscErrorCode PetscGetVersion(char version[], size_t len) in PetscGetVersion()
H A Dinit.c97 char version[256]; in PetscOpenHistoryFile() local
245 char version[256]; in PetscOptionsCheckInitial_Private() local
H A Dpinit.c624 …_MAX_PATH_LEN], root[PETSC_MAX_PATH_LEN], *intro, programname[64], *appline, *options, version[64]; in PetscInitializeSAWs() local
H A Doptions.c3322 …s PetscOptionsObject, const char oldname[], const char newname[], const char version[], const char… in PetscOptionsDeprecated_Private()
/petsc/doc/
H A Dconf.py53 version = git_describe_version variable
56 version = '.'.join([major_version, minor_version]) variable
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c14 …ErrorCode PetscViewerPrintVersion_Private(PetscViewer viewer, DMPlexStorageVersion version, char s… in PetscViewerPrintVersion_Private()
22 …etscViewerParseVersion_Private(PetscViewer viewer, const char str[], DMPlexStorageVersion *version) in PetscViewerParseVersion_Private()
76 …ic PetscErrorCode PetscViewerCheckVersion_Private(PetscViewer viewer, DMPlexStorageVersion version) in PetscViewerCheckVersion_Private()
141 static inline PetscBool DMPlexStorageVersionEQ(DMPlexStorageVersion version, int major, int minor, … in DMPlexStorageVersionEQ()
146 static inline PetscBool DMPlexStorageVersionGE(DMPlexStorageVersion version, int major, int minor, … in DMPlexStorageVersionGE()
167 …ode PetscViewerHDF5SetDMPlexStorageVersionWriting(PetscViewer viewer, DMPlexStorageVersion version) in PetscViewerHDF5SetDMPlexStorageVersionWriting()
229 …de PetscViewerHDF5GetDMPlexStorageVersionWriting(PetscViewer viewer, DMPlexStorageVersion *version) in PetscViewerHDF5GetDMPlexStorageVersionWriting()
284 …ode PetscViewerHDF5SetDMPlexStorageVersionReading(PetscViewer viewer, DMPlexStorageVersion version) in PetscViewerHDF5SetDMPlexStorageVersionReading()
343 …de PetscViewerHDF5GetDMPlexStorageVersionReading(PetscViewer viewer, DMPlexStorageVersion *version) in PetscViewerHDF5GetDMPlexStorageVersionReading()
512 DMPlexStorageVersion version; in VecView_Plex_Local_HDF5_Internal() local
[all …]
/petsc/src/dm/impls/plex/
H A Dplexexodusii.c130 float version; in DMPlexCreateExodusFromFile() local
H A Dplexgmsh.c1119 float version; in GmshReadMeshFormat() local
1503 float version; in DMPlexCreateGmshFromFile() local
H A Dplexcreate.c7063 int magic, dummy[5], len, version, shtype, totlen = 0; in DMPlexCreateShapefile() local
/petsc/
H A Dsetup.py297 def version(): function
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A Dex1.c79 … arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[128], version[256]; in PetscLogView_VecScatter() local
/petsc/src/sys/error/
H A Derrtrace.c51 static char version[256]; variable
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py67 version = release.rsplit('.', 1)[0] variable
/petsc/config/PETSc/
H A Dpetsc.py200 version = property(getVersion, doc = 'The PETSc version') variable in Configure
/petsc/src/dm/impls/plex/tests/
H A Dex55.c119 DMPlexStorageVersion version; in CheckDistributedInterpolated() local
/petsc/config/BuildSystem/config/
H A Dpackage.py1221 def versionToStandardForm(self,version): argument
1226 def versionToTuple(self,version): argument
/petsc/src/ts/impls/mimex/
H A Dmimex.c12 PetscInt version; member
/petsc/src/sys/logging/handler/impls/nested/
H A Dxmlviewer.c117 char version[256], buildoptions[128] = ""; in PetscPrintExeSpecs() local
/petsc/src/mat/impls/baij/seq/
H A Dbaij.c3226 PetscInt version = 1; in MatSeqBAIJSetPreallocation_SeqBAIJ() local
3249 PetscInt version = 1; in MatSeqBAIJSetPreallocation_SeqBAIJ() local
3278 PetscInt version = 1; in MatSeqBAIJSetPreallocation_SeqBAIJ() local
/petsc/src/snes/interface/
H A Dsnes.c583 …atic PetscErrorCode SNESSetUpMatrixFree_Private(SNES snes, PetscBool hasOperator, PetscInt version) in SNESSetUpMatrixFree_Private()
5491 PetscErrorCode SNESKSPSetParametersEW(SNES snes, PetscInt version, PetscReal rtol_0, PetscReal rtol… in SNESKSPSetParametersEW()
5547 PetscErrorCode SNESKSPGetParametersEW(SNES snes, PetscInt *version, PetscReal *rtol_0, PetscReal *r… in SNESKSPGetParametersEW()
/petsc/include/petsc/private/
H A Dsnesimpl.h255 PetscInt version; /* flag indicating version (1,2,3 or 4) */ member
/petsc/src/mat/tests/
H A DcJSON.c120 static char version[15]; in cJSON_Version() local
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c1291 char version[256]; in PetscLogHandlerView_Default_Info() local