| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex63_1.out | 29 Equil: NO 32 SymmetricMode: NO 34 PivotGrowth: NO 35 ConditionNumber: NO 37 ReplaceTinyPivot: NO 38 PrintStat: NO
|
| /petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/ |
| H A D | project.pbxproj | 134 ALWAYS_SEARCH_USER_PATHS = NO; 137 COPY_PHASE_STRIP = NO; 139 GCC_DYNAMIC_NO_PIC = NO; 146 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 160 ALWAYS_SEARCH_USER_PATHS = NO;
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex55.c | 79 const char NO[] = "NOT DISTRIBUTED"; in CheckDistributed() local 85 …"Expected DM being %s but actually is %s", expectedDistributed ? YES : NO, distributed ? YES : NO); in CheckDistributed() 94 const char NO[] = "NOT INTERPOLATED"; in CheckInterpolated() local 99 …xpected DM being %s but actually is %s", expectedInterpolated ? YES : NO, interpolated ? YES : NO); in CheckInterpolated()
|
| /petsc/src/ts/tutorials/ |
| H A D | chem_meth_ethanol.inp | 1 ! A 40-species skeletal mechanism for ethanol/air, with NO formation 27 N NO NO2 N2O 425 N+OH=NO+H 3.8E13 0.000 0 ! SKR/GLA04 FLO/HAN77,HOW/SMI80 427 N+O2=NO+O 6.4E09 1.000 6280 ! SKR/GLA04 BAU/DRY73 429 N+NO=N2+O 2.1E13 0.000 0 ! TIA/QI09 CEC05 431 NO+O(+M)=NO2(+M) 1.3E15 -0.750 0 ! RAS/GLA08 ALL/DRY97,NBS91 436 ! NO+O(+AR)=NO2(+AR) 1.3E15 -0.750 0 ! RAS/GLA08ALL/DRY97,NBS91 440 NO+HO2=NO2+OH 2.1E12 0.000 -497 ! RAS/GLA08 CEC05 442 NO2+H=NO+OH 1.3E14 0.000 362 ! RAS/GLA08 KO/FON91 444 NO2+O=NO+O2 1.1E14 -0.520 0 ! RAS/GLA08 BEM/CLY74 [all …]
|
| H A D | therm_meth_ethanol.dat | 988 NO RUS 89N 1O 1 0 0G 200.00 6000.00 1000. 1 ! 1192 NO RUS 78N 1O 1 G 200.000 6000.000 1000.000 1
|
| /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/ |
| H A D | project.pbxproj | 215 ALWAYS_SEARCH_USER_PATHS = NO; 234 COPY_PHASE_STRIP = NO; 238 GCC_DYNAMIC_NO_PIC = NO; 246 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 262 ALWAYS_SEARCH_USER_PATHS = NO;
|
| /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/ |
| H A D | project.pbxproj | 205 ALWAYS_SEARCH_USER_PATHS = NO; 207 COPY_PHASE_STRIP = NO; 209 GCC_DYNAMIC_NO_PIC = NO; 220 VALIDATE_PRODUCT = NO; 227 ALWAYS_SEARCH_USER_PATHS = NO;
|
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 297 lu->options.SolveInitialized = NO; in MatSolve_SuperLU_DIST() 372 lu->options.SolveInitialized = NO; in MatMatSolve_SuperLU_DIST() 605 if (set && !flg) lu->options.Equil = NO; in MatLUFactorSymbolic_SuperLU_DIST() 650 lu->options.ReplaceTinyPivot = NO; in MatLUFactorSymbolic_SuperLU_DIST() 654 lu->options.ParSymbFact = NO; in MatLUFactorSymbolic_SuperLU_DIST() 686 else lu->options.PrintStat = NO; in MatLUFactorSymbolic_SuperLU_DIST() 827 …all(PetscViewerASCIIPrintf(viewer, " Equilibrate matrix %s \n", PetscBools[options.Equil != NO])); in MatView_Info_SuperLU_DIST() 828 …werASCIIPrintf(viewer, " Replace tiny pivots %s \n", PetscBools[options.ReplaceTinyPivot != NO])); in MatView_Info_SuperLU_DIST() 870 …IPrintf(viewer, " Parallel symbolic factorization %s \n", PetscBools[options.ParSymbFact != NO])); in MatView_Info_SuperLU_DIST()
|
| /petsc/src/mat/impls/aij/seq/superlu/ |
| H A D | superlu.c | 69 PetscCall(PetscViewerASCIIPrintf(viewer, " Equil: %s\n", (options.Equil != NO) ? "YES" : "NO")); in MatView_Info_SuperLU() 72 …PetscCall(PetscViewerASCIIPrintf(viewer, " SymmetricMode: %s\n", (options.SymmetricMode != NO) ? … in MatView_Info_SuperLU() 74 …PetscCall(PetscViewerASCIIPrintf(viewer, " PivotGrowth: %s\n", (options.PivotGrowth != NO) ? "YES… in MatView_Info_SuperLU() 75 …werASCIIPrintf(viewer, " ConditionNumber: %s\n", (options.ConditionNumber != NO) ? "YES" : "NO")); in MatView_Info_SuperLU() 77 …rASCIIPrintf(viewer, " ReplaceTinyPivot: %s\n", (options.ReplaceTinyPivot != NO) ? "YES" : "NO")); in MatView_Info_SuperLU() 78 …PetscCall(PetscViewerASCIIPrintf(viewer, " PrintStat: %s\n", (options.PrintStat != NO) ? "YES" : … in MatView_Info_SuperLU() 576 lu->options.Equil = NO; in MatGetFactor_seqaij_superlu() 581 lu->options.PrintStat = NO; in MatGetFactor_seqaij_superlu()
|
| /petsc/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/ |
| H A D | project.pbxproj | 208 ALWAYS_SEARCH_USER_PATHS = NO; 211 COPY_PHASE_STRIP = NO; 213 GCC_DYNAMIC_NO_PIC = NO; 232 ALWAYS_SEARCH_USER_PATHS = NO;
|
| /petsc/src/sys/yaml/ |
| H A D | License | 16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| /petsc/share/petsc/matlab/ |
| H A D | laplacianlicense.txt | 17 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| /petsc/src/binding/petsc4py/ |
| H A D | LICENSE.rst | 26 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| /petsc/ |
| H A D | LICENSE | 16 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
| /petsc/src/sys/perfstubs/ |
| H A D | LICENSE | 23 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
| /petsc/doc/changes/ |
| H A D | 232.md | 36 means you NO LONGER need to keep a reference to the operators
|
| H A D | 316.md | 223 - The old options for `DMPlexCreateBoxMesh()` NO LONGER WORK. They have been changed to make the in…
|
| /petsc/doc/install/ |
| H A D | license.md | 22 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 435 NO WARRANTY 437 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO 447 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 3133 ALWAYS_SEARCH_USER_PATHS = NO; 3148 COPY_PHASE_STRIP = NO; 3153 GCC_DYNAMIC_NO_PIC = NO; 3159 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 3166 INFOPLIST_EXPAND_BUILD_SETTINGS = NO; 3180 ALWAYS_SEARCH_USER_PATHS = NO; 3197 ENABLE_NS_ASSERTIONS = NO; 3206 INFOPLIST_EXPAND_BUILD_SETTINGS = NO; 3208 MTL_ENABLE_DEBUG_INFO = NO;
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | KSP.pyx | 254 NONE = NO = NORM_NONE
|