Home
last modified time | relevance | path

Searched refs:YES (Results 1 – 12 of 12) sorted by relevance

/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/
H A Dproject.pbxproj217 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
218 CLANG_WARN_BOOL_CONVERSION = YES;
219 CLANG_WARN_COMMA = YES;
220 CLANG_WARN_CONSTANT_CONVERSION = YES;
221 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
222 CLANG_WARN_EMPTY_BODY = YES;
223 CLANG_WARN_ENUM_CONVERSION = YES;
224 CLANG_WARN_INFINITE_RECURSION = YES;
225 CLANG_WARN_INT_CONVERSION = YES;
226 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
[all …]
/petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/
H A Dproject.pbxproj136 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
140 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
147 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
148 GCC_WARN_ABOUT_RETURN_TYPE = YES;
149 GCC_WARN_UNINITIALIZED_AUTOS = YES;
150 GCC_WARN_UNUSED_VARIABLE = YES;
152 ONLY_ACTIVE_ARCH = YES;
162 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
163 COPY_PHASE_STRIP = YES;
166 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
[all …]
/petsc/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/
H A Dproject.pbxproj210 COMBINE_HIDPI_IMAGES = YES;
215 GCC_PRECOMPILE_PREFIX_HEADER = YES;
221 ONLY_ACTIVE_ARCH = YES;
225 VALIDATE_PRODUCT = YES;
234 COMBINE_HIDPI_IMAGES = YES;
235 COPY_PHASE_STRIP = YES;
237 GCC_PRECOMPILE_PREFIX_HEADER = YES;
243 ONLY_ACTIVE_ARCH = YES;
247 VALIDATE_PRODUCT = YES;
257 GCC_WARN_ABOUT_RETURN_TYPE = YES;
[all …]
/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/
H A Dproject.pbxproj206 COMBINE_HIDPI_IMAGES = YES;
211 GCC_PRECOMPILE_PREFIX_HEADER = YES;
228 COMBINE_HIDPI_IMAGES = YES;
229 COPY_PHASE_STRIP = YES;
235 GCC_PRECOMPILE_PREFIX_HEADER = YES;
244 VALIDATE_PRODUCT = YES;
253 GCC_WARN_ABOUT_RETURN_TYPE = YES;
254 GCC_WARN_UNUSED_VARIABLE = YES;
257 ONLY_ACTIVE_ARCH = YES;
269 GCC_WARN_ABOUT_RETURN_TYPE = YES;
[all …]
/petsc/src/dm/impls/plex/tests/
H A Dex55.c78 const char YES[] = "DISTRIBUTED"; in CheckDistributed() local
85 …"Expected DM being %s but actually is %s", expectedDistributed ? YES : NO, distributed ? YES : NO); in CheckDistributed()
93 const char YES[] = "INTERPOLATED"; in CheckInterpolated() local
99 …xpected DM being %s but actually is %s", expectedInterpolated ? YES : NO, interpolated ? YES : NO); in CheckInterpolated()
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.m46 // Return YES for supported orientations
125 return YES;
128 return YES;
H A DiphoneAppDelegate.m27 return YES;
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneViewController.m55 // Return YES for supported orientations
179 return YES;
184 return YES;
H A DiphoneAppDelegate.m27 return YES;
/petsc/src/mat/impls/aij/seq/superlu/
H A Dsuperlu.c413 if (set && flg) lu->options.SymmetricMode = YES; in MatLUFactorSymbolic_SuperLU()
417 if (set && flg) lu->options.PivotGrowth = YES; in MatLUFactorSymbolic_SuperLU()
419 if (set && flg) lu->options.ConditionNumber = YES; in MatLUFactorSymbolic_SuperLU()
423 if (set && flg) lu->options.ReplaceTinyPivot = YES; in MatLUFactorSymbolic_SuperLU()
425 if (set && flg) lu->options.PrintStat = YES; in MatLUFactorSymbolic_SuperLU()
455 …if (lu->options.Equil == YES && !lu->A_dup) { /* superlu overwrites input matrix and rhs when Equi… in MatLUFactorSymbolic_SuperLU()
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c652 if (set && flg) lu->options.ReplaceTinyPivot = YES; in MatLUFactorSymbolic_SuperLU_DIST()
658 lu->options.ParSymbFact = YES; in MatLUFactorSymbolic_SuperLU_DIST()
685 if (PetscLogPrintInfo) lu->options.PrintStat = YES; in MatLUFactorSymbolic_SuperLU_DIST()
943 options.SymPattern = YES; in MatGetFactor_aij_superlu_dist()
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj3136 CLANG_ENABLE_MODULES = YES;
3137 CLANG_ENABLE_OBJC_ARC = YES;
3138 CLANG_WARN_BOOL_CONVERSION = YES;
3139 CLANG_WARN_CONSTANT_CONVERSION = YES;
3141 CLANG_WARN_EMPTY_BODY = YES;
3142 CLANG_WARN_ENUM_CONVERSION = YES;
3143 CLANG_WARN_INT_CONVERSION = YES;
3145 CLANG_WARN_UNREACHABLE_CODE = YES;
3146 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
3150 ENABLE_STRICT_OBJC_MSGSEND = YES;
[all …]