Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 25 of 65) sorted by relevance

123

/petsc/src/dm/impls/plex/tests/output/
H A Dex1_test_shape.out1 Mesh with 48 cells, shape condition numbers: min = 4., max = 8.77496, mean = 5.01933, stddev = 1.24…
2 Mesh with 6 cells, shape condition numbers: min = 4., max = 5.47723, mean = 4.2462, stddev = 0.6030…
3 Mesh with 384 cells, shape condition numbers: min = 3., max = 8.77496, mean = 5.23795, stddev = 1.2…
4 Mesh with 48 cells, shape condition numbers: min = 4., max = 8.77496, mean = 5.01933, stddev = 1.24…
5 Mesh with 6 cells, shape condition numbers: min = 4., max = 5.47723, mean = 4.2462, stddev = 0.6030…
6 Mesh with 6 cells, shape condition numbers: min = 4., max = 5.47723, mean = 4.2462, stddev = 0.6030…
7 Mesh with 3072 cells, shape condition numbers: min = 3., max = 8.77496, mean = 5.28715, stddev = 1.…
8 Mesh with 384 cells, shape condition numbers: min = 3., max = 8.77496, mean = 5.23795, stddev = 1.2…
9 Mesh with 48 cells, shape condition numbers: min = 4., max = 8.77496, mean = 5.01933, stddev = 1.24…
10 Mesh with 6 cells, shape condition numbers: min = 4., max = 5.47723, mean = 4.2462, stddev = 0.6030…
H A Dex1_p4est_par_ovl_gmsh_periodic_3d.out1 Mesh with 34546 cells, shape condition numbers: min = 3.00325, max = 12.8931, mean = 4.88444, stdde…
H A Dex1_p4est_par_periodic_3d.out1 Mesh with 830 cells, shape condition numbers: min = 3.26811, max = 3.26811, mean = 3.26811, stddev …
H A Dex1_p4est_par_gmsh_s2t_3d_hash.out1 Mesh with 218 cells, shape condition numbers: min = 3.35466, max = 4.81894, mean = 3.73687, stddev …
H A Dex1_p4est_par_gmsh_periodic.out1 Mesh with 1314 cells, shape condition numbers: min = 2.00002, max = 27.9568, mean = 2.57998, stddev…
H A Dex1_p4est_par_gmsh_periodic_3d.out1 Mesh with 7663 cells, shape condition numbers: min = 3.00325, max = 12.8931, mean = 4.79492, stddev…
H A Dex1_p4est_par_periodic.out1 Mesh with 111 cells, shape condition numbers: min = 2.26667, max = 2.26667, mean = 2.26667, stddev …
H A Dex1_p4est_gmsh_periodic_3d.out12 Mesh with 7663 cells, shape condition numbers: min = 3.00803, max = 12.8931, mean = 4.8284, stddev …
H A Dex47_4.out170 Vec Object: Global Vector (reordered element numbers in the PETSc distributed order) 2 MPI processes
H A Dex47_1.out225 Vec Object: Global Vector (reordered element numbers in the PETSc distributed order) 2 MPI processes
H A Dex47_0.out265 Vec Object: Global Vector (reordered element numbers in the PETSc distributed order) 2 MPI processes
H A Dex47_3.out317 Vec Object: Global Vector (reordered element numbers in the PETSc distributed order) 2 MPI processes
/petsc/src/dm/impls/plex/tutorials/output/
H A Dex9_0.out1 Mesh with 56 cells, shape condition numbers: min = 3.11479, max = 4.03281, mean = 3.29082, stddev =…
H A Dex9_1.out1 Mesh with 42 cells, shape condition numbers: min = 2.04565, max = 3.19251, mean = 2.36245, stddev =…
/petsc/src/dm/impls/forest/tests/output/
H A Dex2_p4est_3d_nans.out3 Mesh with 320 cells, shape condition numbers: min = 3., max = 3., mean = 3., stddev = 0.
/petsc/lib/petsc/bin/
H A Dpetscdiff12 Replaces floating point numbers with XXX and then does a diff
18 -j ............. just use diff without modifying numbers
/petsc/src/mat/tests/
H A DcJSON.h212 CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count);
213 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
214 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count);
H A DcJSON.c1956 CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count) in cJSON_CreateIntArray() argument
1963 if ((count < 0) || (numbers == NULL)) return NULL; in cJSON_CreateIntArray()
1968 n = cJSON_CreateNumber(numbers[i]); in cJSON_CreateIntArray()
1986 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() argument
1993 if ((count < 0) || (numbers == NULL)) return NULL; in cJSON_CreateFloatArray()
1998 n = cJSON_CreateNumber((double)numbers[i]); in cJSON_CreateFloatArray()
2016 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count) in cJSON_CreateDoubleArray() argument
2023 if ((count < 0) || (numbers == NULL)) return NULL; in cJSON_CreateDoubleArray()
2028 n = cJSON_CreateNumber(numbers[i]); in cJSON_CreateDoubleArray()
/petsc/src/sys/tests/output/
H A Dex73_0_alt_2.out6 [0]PETSC ERROR: The line numbers in the error traceback are not always exact.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DRandom.pyx200 """Return the interval containing the random numbers generated.
242 """The interval of the generated random numbers."""
/petsc/doc/changes/
H A D2016.md86 - The numbers on the axis plots are much improved.
112 interval over which random numbers will be uniformly distributed.
H A D232.md80 RANDOM_DEFAULT_IMAGINARY, the type of random numbers, with
H A D2024.md328 node numbers with negative numbers.
353 node numbers with negative numbers.
H A Dindex.md15 order of version numbers. (Note: One can determine the release number
/petsc/share/petsc/matlab/
H A DPetscBinaryRead.m22 % 'complex', true indicates the numbers in the file are complex, that is PETSc was built with --wi…
189 …p(['Found unrecognized header ' int2str(header) ' in file. If your file contains complex numbers'])

123