| /petsc/share/petsc/suppressions/ |
| H A D | ubsan | 2 function:PetscObjectDereference 3 function:PetscObjectDestroy 4 function:PetscObjectView 7 function:MatMult_MFFD 8 function:MatGetDiagonal_MFFD 9 function:MatFDColoringApply_AIJ 10 function:MatFDColoringApply_BAIJ 13 function:DMAdaptMonitor 14 function:DMAdaptorMonitorError 15 function:dmadapt.c [all …]
|
| /petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/ |
| H A D | dfoxs.m | 1 function x = dfoxs(n,nprob,factor) 17 % the 11th function the standard starting point is zero, so in 36 case 1 % linear function - full rank or rank 1. 38 case 2 % linear function - full rank or rank 1. 40 case 3 % linear function - full rank or rank 1. 42 case 4 % rosenbrock function. 45 case 5 % helical valley function. 47 case 6 % powell singular function. 52 case 7 % freudenstein and roth function. 55 case 8 % bard function. [all …]
|
| H A D | dfovec.m | 1 function fvec = dfovec(m,n,x,nprob) 33 % function evaluated at x. 72 case 1 % Linear function - full rank. 83 case 2 % Linear function - rank 1. 90 case 3 % Linear function - rank 1 with zero columns and rows. 98 case 4 % Rosenbrock function. 101 case 5 % Helical valley function. 113 case 6 % Powell singular function. 118 case 7 % Freudenstein and Roth function. 121 case 8 % Bard function. [all …]
|
| /petsc/src/sys/error/ |
| H A D | pstack.c | 61 …PetscCallSAWs(SAWs_Register, ("/PETSc/Stack/functions", petscstack.function, 20, SAWs_READ, SAWs_S… in PetscStackViewSAWs() 134 …[i]) PetscCall((*PetscErrorPrintf)("#%d %s() at %s:%d\n", j, petscstack.function[i], PetscCIFilena… in PetscStackView() 136 PetscCall(PetscStrstr(petscstack.function[i], " ", &ptr)); in PetscStackView() 137 if (!ptr) PetscCall((*PetscErrorPrintf)("#%d %s()\n", j, petscstack.function[i])); in PetscStackView() 138 else PetscCall((*PetscErrorPrintf)("#%d %s\n", j, petscstack.function[i])); in PetscStackView() 144 …printf(file, "[%d] #%d %s() at %s:%d\n", PetscGlobalRank, j, petscstack.function[i], PetscCIFilena… in PetscStackView() 146 PetscCall(PetscStrstr(petscstack.function[i], " ", &ptr)); in PetscStackView() 147 if (!ptr) fprintf(file, "[%d] #%d %s()\n", PetscGlobalRank, j, petscstack.function[i]); in PetscStackView() 148 else fprintf(file, "[%d] #%d %s\n", PetscGlobalRank, j, petscstack.function[i]); in PetscStackView() 180 sout->function[i] = sint->function[i]; in PetscStackCopy() [all …]
|
| /petsc/src/sys/memory/ |
| H A D | mhbw.c | 27 static PetscErrorCode PetscHBWMalloc(size_t a, PetscBool clear, int lineno, const char function[], … in PetscHBWMalloc() argument 30 return PetscMallocAlign(a, clear, lineno, function, filename, result); in PetscHBWMalloc() 49 static PetscErrorCode PetscHBWFree(void *aa, int lineno, const char function[], const char filename… in PetscHBWFree() argument 52 return PetscFreeAlign(aa, lineno, function, filename); in PetscHBWFree() 59 static PetscErrorCode PetscHBWRealloc(size_t a, int lineno, const char function[], const char filen… in PetscHBWRealloc() argument 62 return PetscReallocAlign(a, lineno, function, filename, result); in PetscHBWRealloc() 65 int err = PetscFreeAlign(*result, lineno, function, filename); in PetscHBWRealloc()
|
| H A D | mtr.c | 100 PetscErrorCode PetscMallocValidate(int line, const char function[], const char file[]) in PetscMallocValidate() argument 111 …PetscErrorPrintf)("PetscMallocValidate: error detected in %s() at %s:%d\n", function, file, line)); in PetscMallocValidate() 118 …PetscErrorPrintf)("PetscMallocValidate: error detected in %s() at %s:%d\n", function, file, line)); in PetscMallocValidate() 132 …PetscErrorPrintf)("PetscMallocValidate: error detected in %s() at %s:%d\n", function, file, line)); in PetscMallocValidate() 144 …PetscErrorPrintf)("PetscMallocValidate: error detected in %s() at %s:%d\n", function, file, line)); in PetscMallocValidate() 160 … PetscTrMallocDefault(size_t a, PetscBool clear, int lineno, const char function[], const char fil… in PetscTrMallocDefault() argument 172 PetscCall(PetscMallocValidate(lineno, function, filename)); in PetscTrMallocDefault() 175 …PetscCall(PetscMallocAlign(nsize + sizeof(TrSPACE) + sizeof(PetscInt), clear, lineno, function, fi… in PetscTrMallocDefault() 190 head->functionname = function; in PetscTrMallocDefault() 240 PetscLogMallocFunction[PetscLogMalloc++] = function; in PetscTrMallocDefault() [all …]
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex14_1_alt.out | 1 Initial function norm = 0.207564 3 Iteration 1, function norm = 0.0148969 5 Iteration 2, function norm = 0.000113964 7 Iteration 3, function norm = 0. 8 Converged due to function norm 0. < 2.07564e-09 (relative tolerance)
|
| H A D | ex14_1.out | 1 Initial function norm = 0.207564 3 Iteration 1, function norm = 0.0148968 5 Iteration 2, function norm = 0.000113967 7 Iteration 3, function norm = 6.92417e-09
|
| /petsc/src/tao/leastsquares/tutorials/output/ |
| H A D | cs1_view_l1dict.out | 19 maximum function evaluations=30 21 total number of function evaluations=0 23 total number of function/gradient evaluations=0 46 maximum function evaluations=30 48 total number of function evaluations=0 50 total number of function/gradient evaluations=1 87 total number of function evaluations=96, (max: unlimited) 88 total number of function/gradient evaluations=96, (max: unlimited) 96 total number of function evaluations=96, (max: unlimited) 97 total number of function/gradient evaluations=96, (max: unlimited)
|
| H A D | cs1_view_l1dict_alt.out | 19 maximum function evaluations=30 21 total number of function evaluations=0 23 total number of function/gradient evaluations=0 46 maximum function evaluations=30 48 total number of function evaluations=0 50 total number of function/gradient evaluations=1 87 total number of function evaluations=96, (max: unlimited) 88 total number of function/gradient evaluations=96, (max: unlimited) 96 total number of function evaluations=96, (max: unlimited) 97 total number of function/gradient evaluations=96, (max: unlimited)
|
| H A D | cs1_view_lm.out | 20 maximum function evaluations=30 22 total number of function evaluations=0 24 total number of function/gradient evaluations=0 48 maximum function evaluations=30 50 total number of function evaluations=0 52 total number of function/gradient evaluations=1 89 total number of function evaluations=5, (max: unlimited) 90 total number of function/gradient evaluations=5, (max: unlimited) 98 total number of function evaluations=5, (max: unlimited) 99 total number of function/gradient evaluations=5, (max: unlimited)
|
| /petsc/src/ml/regressor/tests/output/ |
| H A D | ex2_prefix_tao_alt.out | 22 maximum function evaluations=30 24 total number of function evaluations=0 26 total number of function/gradient evaluations=0 49 maximum function evaluations=30 51 total number of function evaluations=0 53 total number of function/gradient evaluations=1 90 total number of function evaluations=3, (max: unlimited) 91 total number of function/gradient evaluations=3, (max: unlimited) 99 total number of function evaluations=3, (max: unlimited) 100 total number of function/gradient evaluations=3, (max: unlimited)
|
| H A D | ex3_prefix_tao.out | 21 maximum function evaluations=30 23 total number of function evaluations=0 25 total number of function/gradient evaluations=0 48 maximum function evaluations=30 50 total number of function evaluations=0 52 total number of function/gradient evaluations=1 89 total number of function evaluations=3, (max: unlimited) 90 total number of function/gradient evaluations=3, (max: unlimited) 98 total number of function evaluations=3, (max: unlimited) 99 total number of function/gradient evaluations=3, (max: unlimited)
|
| H A D | ex1_prefix_tao_alt.out | 22 maximum function evaluations=30 24 total number of function evaluations=0 26 total number of function/gradient evaluations=0 49 maximum function evaluations=30 51 total number of function evaluations=0 53 total number of function/gradient evaluations=1 90 total number of function evaluations=3, (max: unlimited) 91 total number of function/gradient evaluations=3, (max: unlimited) 99 total number of function evaluations=3, (max: unlimited) 100 total number of function/gradient evaluations=3, (max: unlimited)
|
| H A D | ex2_prefix_tao.out | 22 maximum function evaluations=30 24 total number of function evaluations=0 26 total number of function/gradient evaluations=0 49 maximum function evaluations=30 51 total number of function evaluations=0 53 total number of function/gradient evaluations=1 90 total number of function evaluations=3, (max: unlimited) 91 total number of function/gradient evaluations=3, (max: unlimited) 99 total number of function evaluations=3, (max: unlimited) 100 total number of function/gradient evaluations=3, (max: unlimited)
|
| H A D | ex3_asciiview.out | 21 maximum function evaluations=30 23 total number of function evaluations=0 25 total number of function/gradient evaluations=0 48 maximum function evaluations=30 50 total number of function evaluations=0 52 total number of function/gradient evaluations=1 89 total number of function evaluations=3, (max: unlimited) 90 total number of function/gradient evaluations=3, (max: unlimited) 98 total number of function evaluations=3, (max: unlimited) 99 total number of function/gradient evaluations=3, (max: unlimited)
|
| H A D | ex1_prefix_tao.out | 22 maximum function evaluations=30 24 total number of function evaluations=0 26 total number of function/gradient evaluations=0 49 maximum function evaluations=30 51 total number of function evaluations=0 53 total number of function/gradient evaluations=1 90 total number of function evaluations=3, (max: unlimited) 91 total number of function/gradient evaluations=3, (max: unlimited) 99 total number of function evaluations=3, (max: unlimited) 100 total number of function/gradient evaluations=3, (max: unlimited)
|
| /petsc/src/tao/bound/tutorials/output/ |
| H A D | plate2_7.out | 12 GPCG Line search maximum function evaluations=30 14 total number of function evaluations=0 16 total number of function/gradient evaluations=1 21 GPCG Line search maximum function evaluations=30 23 total number of function evaluations=0 25 total number of function/gradient evaluations=1 51 total number of function/gradient evaluations=1, (max: 100000)
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex20opt_ic_3.out | 21 maximum function evaluations=30 23 total number of function evaluations=0 25 total number of function/gradient evaluations=0 46 maximum function evaluations=30 48 total number of function evaluations=0 50 total number of function/gradient evaluations=0 69 total number of function/gradient evaluations=17, (max: unlimited)
|
| H A D | ex20opt_ic_2.out | 21 maximum function evaluations=30 23 total number of function evaluations=0 25 total number of function/gradient evaluations=0 46 maximum function evaluations=30 48 total number of function evaluations=0 50 total number of function/gradient evaluations=0 69 total number of function/gradient evaluations=17, (max: unlimited)
|
| /petsc/src/ts/tutorials/optimal_control/output/ |
| H A D | ex1_3.out | 23 maximum function evaluations=30 25 total number of function evaluations=0 27 total number of function/gradient evaluations=0 49 maximum function evaluations=30 51 total number of function evaluations=0 53 total number of function/gradient evaluations=0 74 total number of function/gradient evaluations=21, (max: unlimited)
|
| H A D | ex1_2.out | 23 maximum function evaluations=30 25 total number of function evaluations=0 27 total number of function/gradient evaluations=0 49 maximum function evaluations=30 51 total number of function evaluations=0 53 total number of function/gradient evaluations=0 76 total number of function/gradient evaluations=21, (max: unlimited)
|
| /petsc/doc/developers/ |
| H A D | objects.md | 13 using a C `struct` that contains the data and function pointers for 27 For example, all matrix (`Mat`) classes share a function table of 59 and logging of profiling information and then call the function 61 the abstract function is `<class>Operation`, for instance, 118 Here `<class>ops` is a function table (like the `PetscOps` above) 119 that contains the function pointers for the operations specific to that 192 sequence of the function the object was passed in. This is to generate 202 of the class may have different function pointers in the array. Subtypes sometimes replace some of … 203 function pointers of the parent, so they play the role of virtual methods in C++. 205 PETSc code that calls these function pointers should be done via [all …]
|
| /petsc/src/ts/tutorials/autodiff/output/ |
| H A D | ex16opt_ic_1.out | 4 Observed value y_ob=[2.007040; -0.377156], ODE solution y=[2.103106;-0.382918], Cost function f=0.0… 6 Observed value y_ob=[2.007040; -0.377156], ODE solution y=[2.007313;-0.374969], Cost function f=0.0… 8 Observed value y_ob=[2.007040; -0.377156], ODE solution y=[2.007198;-0.375177], Cost function f=0.0…
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex12_p4est_exact_q2_nonconformal_serial.out | 18 Not using Galerkin computed coarse grid function evaluation 22 maximum iterations=50, maximum function evaluations=10000 25 total number of function evaluations=1 50 maximum iterations=1, maximum function evaluations=10000 53 total number of function evaluations=3 81 maximum iterations=1, maximum function evaluations=10000 84 total number of function evaluations=3 109 maximum iterations=1, maximum function evaluations=30000 111 total number of function evaluations=1
|