Home
last modified time | relevance | path

Searched defs:value (Results 101 – 125 of 204) sorted by relevance

123456789

/petsc/src/snes/interface/
H A Dsnesj.c51 PetscInt i, N, start, end, j, value, max_funcs = snes->max_funcs; in SNESComputeJacobianDefault() local
/petsc/src/sys/dll/
H A Ddlimpl.c209 PetscErrorCode PetscDLSym(PetscDLHandle handle, const char symbol[], void **value) in PetscDLSym()
/petsc/src/dm/impls/plex/tests/
H A Dex101.c15 PetscScalar value = c % 2 ? PetscSinReal(2 * M_PI * x_tot) : PetscCosReal(2 * M_PI * x_tot); in project_function() local
/petsc/src/mat/tests/
H A Dex55.c15 PetscScalar value[3]; in main() local
H A Dex77.c12 PetscScalar neg_one = -1.0, value[3], alpha = 0.1; in main() local
H A Dex76.c13 PetscScalar neg_one = -1.0, four = 4.0, value[3]; in main() local
H A Dex75.c11 PetscScalar one = 1.0, neg_one = -1.0, value[3], four = 4.0, alpha = 0.1; in main() local
H A Dex302k.kokkos.cxx20 PetscScalar value; in main() local
H A Dex74.c13 PetscScalar neg_one = -1.0, four = 4.0, value[3]; in main() local
/petsc/src/dm/tests/
H A Dex4.c19 PetscScalar value; in main() local
H A Dex6.c18 PetscScalar value; in main() local
/petsc/src/sys/tests/
H A Dex64.cxx236 auto &value = key_value.second; in test_insert() local
663 const auto double_printer = [](double value, std::string &buf) { in main()
673 const auto bar_printer = [](const Bar &value, std::string &buf) { in main()
678 const auto pair_printer = [](const std::pair<int, double> &value, std::string &buf) { in main()
/petsc/src/dm/impls/plex/
H A Dplexvtu.c76 PetscInt value; in DMPlexGetVTKConnectivity() local
211 PetscInt value; in DMPlexVTKWriteAll_VTU() local
586 PetscInt value; in DMPlexVTKWriteAll_VTU() local
611 PetscInt value; in DMPlexVTKWriteAll_VTU() local
/petsc/src/snes/tests/
H A Dex241.cxx15 PetscReal value; /* parameter in nonlinear function */ member
/petsc/src/sys/objects/device/tests/
H A Dex7.c7 static PetscErrorCode IncrementSize(PetscRandom rand, PetscInt *value) in IncrementSize()
/petsc/config/BuildSystem/config/
H A Dbase.py157 def addMakeMacro(self, name, value): argument
172 def addDefine(self, name, value): argument
185 def addTypedef(self, name, value): argument
202 def addSubstitution(self, name, value): argument
H A DcompilersFortran.py43 def __setattr__(self, name, value): argument
/petsc/src/mat/impls/aij/mpi/
H A Dmpihashmat.h23 PetscScalar value; in MatSetValues_MPI_Hash() local
/petsc/src/ts/tests/
H A Dex35.c53 PetscReal speed, value, *x, *v; in main() local
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c1182 …scViewer viewer, const char parent[], const char name[], PetscDataType datatype, const void *value) in PetscViewerHDF5WriteAttribute()
1241 …(PetscViewer viewer, PetscObject obj, const char name[], PetscDataType datatype, const void *value) in PetscViewerHDF5WriteObjectAttribute()
1288 …st char parent[], const char name[], PetscDataType datatype, const void *defaultValue, void *value) in PetscViewerHDF5ReadAttribute()
1363 …iewer, PetscObject obj, const char name[], PetscDataType datatype, void *defaultValue, void *value) in PetscViewerHDF5ReadObjectAttribute()
/petsc/src/sys/utils/
H A Dstr.c696 PetscErrorCode PetscEListFind(PetscInt n, const char *const *list, const char *str, PetscInt *value in PetscEListFind()
733 PetscErrorCode PetscEnumFind(const char *const *enumlist, const char *str, PetscEnum *value, PetscB… in PetscEnumFind()
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c167 static PetscErrorCode PetscOptionsCreateViewers_Single(MPI_Comm comm, const char value[], PetscView… in PetscOptionsCreateViewers_Single()
309 const char *value; in PetscOptionsCreateViewers_Internal() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex10.c112 PetscInt value, vidx; in AdaptMesh() local
/petsc/src/sys/classes/draw/utils/
H A Dhists.c189 PetscErrorCode PetscDrawHGAddValue(PetscDrawHG hist, PetscReal value) in PetscDrawHGAddValue()
257 PetscErrorCode PetscDrawHGAddWeightedValue(PetscDrawHG hist, PetscReal value, PetscReal weight) in PetscDrawHGAddWeightedValue()
/petsc/src/sys/ftn-mod/
H A Dpetscsysmod.F90310 character(*) string, text, man, default, value local

123456789