Home
last modified time | relevance | path

Searched defs:value (Results 76 – 100 of 204) sorted by relevance

123456789

/petsc/src/ksp/ksp/tests/
H A Dex58.c18 PetscScalar one = 1.0, value[3]; in main() local
H A Dex7.c38 PetscScalar one = 1.0, value[3]; in main() local
H A Dex28.c14 PetscScalar one = 1.0, value[3]; in main() local
/petsc/src/sys/perfstubs/
H A Dpstimer.c323 void ps_sample_counter_(const void *counter, const double value) { in ps_sample_counter_()
331 void ps_sample_counter_fortran_(const void **counter, const double value) { in ps_sample_counter_fortran_()
337 void ps_set_metadata_(const char *name, const char *value) { in ps_set_metadata_()
/petsc/src/dm/dt/tests/
H A Dex12.c43 const PetscInt value = 3, field = 1, part = 2; in TestSetIndex() local
133 const PetscInt value = 3, field = 1, part = 2; in TestAdd() local
217 const PetscInt value = 3, field = 1, part = 2; in TestSetIndexAdd() local
/petsc/src/vec/vec/tests/
H A Dex64.c5 static PetscErrorCode CheckLog(Vec v, PetscInt n, PetscScalar *arr, PetscScalar value) in CheckLog()
H A Dex63.c5 static PetscErrorCode CheckExp(Vec v, PetscInt n, PetscScalar *arr, PetscScalar value) in CheckExp()
H A Dex28.c22 PetscScalar two = 2.0, result1, result2, results[40], value, ten = 10.0; in main() local
/petsc/src/mat/utils/
H A Dpheap.c6 PetscInt value; member
156 PetscInt id = Id(h, h->stash), value = Value(h, h->stash); in PetscHeapUnstash() local
/petsc/src/vec/vec/tutorials/
H A Dex9.c24 PetscScalar value, *array, *tarray = 0; in main() local
/petsc/src/binding/petsc4py/demo/legacy/petsc-examples/ksp/
H A Dex23.py85 value = np.zeros(3,dtype=PETSc.ScalarType) variable
/petsc/src/dm/tests/
H A Dex51.c15 PetscScalar value, *vlocal; in main() local
H A Dex7.c14 PetscScalar value; in main() local
/petsc/src/mat/tests/
H A Dex110.c12 PetscScalar value; in main() local
H A Dex28.c11 PetscScalar value[3]; in main() local
/petsc/src/dm/tutorials/
H A Dex10.c26 PetscScalar value = 1.0, dx, dy; in main() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DObject.pyx539 def __set__(self, value): argument
547 def __set__(self, value): argument
560 def __set__(self, value): argument
H A DTS.pyx3150 def __set__(self, value) -> None: argument
3160 def __set__(self, value) -> None: argument
3170 def __set__(self, value) -> None: argument
3178 def __set__(self, value) -> None: argument
3203 def __set__(self, value) -> None: argument
3211 def __set__(self, value): argument
3219 def __set__(self, value) -> None: argument
3227 def __set__(self, value) -> None: argument
3235 def __set__(self, value) -> None: argument
3245 def __set__(self, value) -> None: argument
[all …]
/petsc/src/dm/impls/plex/tests/
H A Dex56.c179 static PetscErrorCode MarkBoundary(DM dm, const char name[], PetscInt value, PetscBool verticesOnly… in MarkBoundary()
247 static PetscErrorCode DMLabelGetCoordinateRepresentation(DM dm, DMLabel label, PetscInt value, Vec … in DMLabelGetCoordinateRepresentation()
258 …ode DMLabelCompareWithCoordinateRepresentation(DM dm, DMLabel label, PetscInt value, Vec allCoords… in DMLabelCompareWithCoordinateRepresentation()
/petsc/config/BuildSystem/
H A DsourceDatabase.py84 def checkValue(self, value): argument
109 def __setitem__(self, key, value): argument
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c12 static PetscErrorCode DMLabelEphemeralComputeStratumSize_Private(DMLabel label, PetscInt value) in DMLabelEphemeralComputeStratumSize_Private()
134 const PetscInt value = values[v]; in DMLabelView_Ephemeral_Ascii() local
/petsc/src/mat/impls/aij/seq/
H A Dseqhashmat.h6 PetscScalar value, *values; in MatCopyHashToXAIJ_Seq_Hash() local
/petsc/src/sys/webclient/
H A Dclient.c329 PetscErrorCode PetscPullJSONValue(const char buff[], const char key[], char value[], size_t valuele… in PetscPullJSONValue()
386 PetscErrorCode PetscPushJSONValue(char buff[], const char key[], const char value[], size_t bufflen) in PetscPushJSONValue()
/petsc/share/petsc/saws/js/
H A DPETSc.js113 jQuery.each(sub,function(key,value){ argument
/petsc/src/vec/vec/impls/shared/
H A Dshvec.c109 char *value; in PetscSharedMalloc() local

123456789