| /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/ |
| H A D | barrysmith.mode1v3 | 5 <key>ActivePerspectiveName</key> 7 <key>AllowedModules</key> 10 <key>BundleLoadPath</key> 12 <key>MaxInstances</key> 14 <key>Module</key> 16 <key>Name</key> 20 <key>BundleLoadPath</key> 22 <key>MaxInstances</key> 24 <key>Module</key> 26 <key>Name</key> [all …]
|
| /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/ |
| H A D | MainMenu.xib | 4 <int key="IBDocument.SystemTarget">1080</int> 5 <string key="IBDocument.SystemVersion">11D50</string> 6 <string key="IBDocument.InterfaceBuilderVersion">2457</string> 7 <string key="IBDocument.AppKitVersion">1138.32</string> 8 <string key="IBDocument.HIToolboxVersion">568.00</string> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> 11 <string key="NS.object.0">2457</string> 13 <array key="IBDocument.IntegratedClassDependencies"> 20 <array key="IBDocument.PluginDependencies"> [all …]
|
| /petsc/systems/Apple/iOS/examples/Basic/ |
| H A D | iphoneViewController.xib | 4 <int key="IBDocument.SystemTarget">800</int> 5 <string key="IBDocument.SystemVersion">10D578</string> 6 <string key="IBDocument.InterfaceBuilderVersion">762</string> 7 <string key="IBDocument.AppKitVersion">1038.29</string> 8 <string key="IBDocument.HIToolboxVersion">460.00</string> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> 11 <string key="NS.object.0">87</string> 13 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> 14 <bool key="EncodedWithXMLCoder">YES</bool> [all …]
|
| H A D | MainWindow.xib | 4 <int key="IBDocument.SystemTarget">800</int> 5 <string key="IBDocument.SystemVersion">10D540</string> 6 <string key="IBDocument.InterfaceBuilderVersion">760</string> 7 <string key="IBDocument.AppKitVersion">1038.29</string> 8 <string key="IBDocument.HIToolboxVersion">460.00</string> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> 11 <string key="NS.object.0">81</string> 13 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> 14 <bool key="EncodedWithXMLCoder">YES</bool> [all …]
|
| H A D | examples-Info.plist | 5 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleDisplayName</key> 9 <key>CFBundleExecutable</key> 11 <key>CFBundleIconFile</key> 13 <key>CFBundleIdentifier</key> 15 <key>CFBundleInfoDictionaryVersion</key> 17 <key>CFBundleName</key> 19 <key>CFBundlePackageType</key> 21 <key>CFBundleSignature</key> 23 <key>CFBundleVersion</key> [all …]
|
| /petsc/systems/Apple/iOS/examples/testopengl/ |
| H A D | iphoneViewController.xib | 4 <int key="IBDocument.SystemTarget">1296</int> 5 <string key="IBDocument.SystemVersion">12A269</string> 6 <string key="IBDocument.InterfaceBuilderVersion">2549</string> 7 <string key="IBDocument.AppKitVersion">1187</string> 8 <string key="IBDocument.HIToolboxVersion">624.00</string> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> 11 <string key="NS.object.0">1498</string> 13 <object class="NSArray" key="IBDocument.IntegratedClassDependencies"> 14 <bool key="EncodedWithXMLCoder">YES</bool> [all …]
|
| H A D | MainWindow.xib | 4 <int key="IBDocument.SystemTarget">800</int> 5 <string key="IBDocument.SystemVersion">10D540</string> 6 <string key="IBDocument.InterfaceBuilderVersion">760</string> 7 <string key="IBDocument.AppKitVersion">1038.29</string> 8 <string key="IBDocument.HIToolboxVersion">460.00</string> 9 <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> 10 <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> 11 <string key="NS.object.0">81</string> 13 <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> 14 <bool key="EncodedWithXMLCoder">YES</bool> [all …]
|
| H A D | examples-Info.plist | 5 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleDisplayName</key> 9 <key>CFBundleExecutable</key> 11 <key>CFBundleIconFile</key> 13 <key>CFBundleIdentifier</key> 15 <key>CFBundleInfoDictionaryVersion</key> 17 <key>CFBundleName</key> 19 <key>CFBundlePackageType</key> 21 <key>CFBundleSignature</key> 23 <key>CFBundleVersion</key> [all …]
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex12.c | 25 static PetscErrorCode CheckResidual(PetscWeakForm wf, PetscFormKey key, PetscInt in0, PetscPointFn … in CheckResidual() argument 31 …PetscCall(PetscWeakFormGetResidual(wf, key.label, key.value, key.field, key.part, &n0, &f0, &n1, &… in CheckResidual() 44 PetscFormKey key; in TestSetIndex() local 49 key.label = label; in TestSetIndex() 50 key.value = value; in TestSetIndex() 51 key.field = field; in TestSetIndex() 52 key.part = part; in TestSetIndex() 61 …PetscCall(PetscWeakFormSetIndexResidual(wf, key.label, key.value, key.field, key.part, i, f[i], 0,… in TestSetIndex() 62 …PetscCall(PetscWeakFormSetIndexResidual(wf, key.label, key.value, key.field, key.part, j, f[j], 0,… in TestSetIndex() 63 …PetscCall(PetscWeakFormSetIndexResidual(wf, key.label, key.value, key.field, key.part, k, f[k], 0,… in TestSetIndex() [all …]
|
| /petsc/include/petsc/private/ |
| H A D | hashtable.h | 53 @param kvar Variable to which key will be assigned 73 @param kvar Variable to which key will be assigned 162 static inline PetscHash_t PetscHash_UInt32_v0(PetscHash32_t key) in PetscHash_UInt32_v0() argument 164 key += ~(key << 15); in PetscHash_UInt32_v0() 165 key ^= (key >> 10); in PetscHash_UInt32_v0() 166 key += (key << 3); in PetscHash_UInt32_v0() 167 key ^= (key >> 6); in PetscHash_UInt32_v0() 168 key += ~(key << 11); in PetscHash_UInt32_v0() 169 key ^= (key >> 16); in PetscHash_UInt32_v0() 170 return key; in PetscHash_UInt32_v0() [all …]
|
| H A D | hashmap.txt | 8 PetscHMap<T> - Hash table map with a key of <KeyType> 171 PetscHMap<T>Has - Query for a key in the hash table 175 PetscErrorCode PetscHMap<T>Has(PetscHMap<T> ht, <KeyType> key, PetscBool *has) 179 - key - The key 182 . has - Boolean indicating whether key is in the hash table 191 PetscHMap<T>Get - Get the value for a key in the hash table 195 PetscErrorCode PetscHMap<T>Get(PetscHMap<T> ht, <KeyType> key, <ValType> *val) 199 - key - The key 211 PetscHMap<T>GetWithDefault - Get the value for a key in the hash table but override the default 212 value returned if the key was not found [all …]
|
| H A D | hashset.h | 69 KeyType key; \ 76 kh_foreach_key(ht, key, { \ 77 kh_put(HashT, *hd, key, &ret); \ 85 KeyType key; \ 89 kh_foreach_key(hta, key, { \ 90 kh_put(HashT, ht, key, &ret); \ 131 …static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Has(Petsc##HashT ht, KeyType key, PetscBoo… 137 iter = kh_get(HashT, ht, key); \ 142 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##Add(Petsc##HashT ht, KeyType key) \ 148 iter = kh_put(HashT, ht, key, &ret); \ [all …]
|
| H A D | hashmapijv.h | 13 PetscHMapIJVQueryAdd - Add value to the value of a given key if the key exists, 14 otherwise, insert a new (key,value) entry in the hash table 18 …PetscErrorCode PetscHMapIJVQueryAdd(PetscHMapT ht,PetscHashIJKey key,PetscScalar val,PetscBool *mi… 22 . key - The key 26 . missing - `PETSC_TRUE` if the `PetscHMapIJV` did not already have the given key 32 static inline PetscErrorCode PetscHMapIJVQueryAdd(PetscHMapIJV ht, PetscHashIJKey key, PetscScalar … in PetscHMapIJVQueryAdd() argument 39 iter = kh_put(HMapIJV, ht, key, &ret); in PetscHMapIJVQueryAdd()
|
| /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/ |
| H A D | PETSc cocoa example-Info.plist | 5 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleExecutable</key> 9 <key>CFBundleIconFile</key> 11 <key>CFBundleIdentifier</key> 13 <key>CFBundleInfoDictionaryVersion</key> 15 <key>CFBundleName</key> 17 <key>CFBundlePackageType</key> 19 <key>CFBundleShortVersionString</key> 21 <key>CFBundleSignature</key> 23 <key>CFBundleVersion</key> [all …]
|
| /petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/ |
| H A D | Info.plist | 5 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleExecutable</key> 9 <key>CFBundleIdentifier</key> 11 <key>CFBundleInfoDictionaryVersion</key> 13 <key>CFBundleName</key> 15 <key>CFBundlePackageType</key> 17 <key>CFBundleShortVersionString</key> 19 <key>CFBundleSignature</key> 21 <key>CFBundleVersion</key> 23 <key>LSRequiresIPhoneOS</key> [all …]
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | makeframework | 44 <key>BuildMachineOSBuild</key> 46 <key>CFBundleDevelopmentRegion</key> 48 <key>CFBundleExecutable</key> 50 <key>CFBundleIdentifier</key> 52 <key>CFBundleInfoDictionaryVersion</key> 54 <key>CFBundleName</key> 56 <key>CFBundlePackageType</key> 58 <key>CFBundleShortVersionString</key> 60 <key>CFBundleSignature</key> 62 <key>CFBundleVersion</key> [all …]
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makeframework | 48 <key>BuildMachineOSBuild</key> 50 <key>CFBundleDevelopmentRegion</key> 52 <key>CFBundleExecutable</key> 54 <key>CFBundleIdentifier</key> 56 <key>CFBundleInfoDictionaryVersion</key> 58 <key>CFBundleName</key> 60 <key>CFBundlePackageType</key> 62 <key>CFBundleShortVersionString</key> 64 <key>CFBundleSignature</key> 66 <key>CFBundleVersion</key> [all …]
|
| /petsc/config/BuildSystem/ |
| H A D | nargs.py | 15 def __init__(self, key, value = None, help = '', isTemporary = False, deprecated = False): argument 16 self.key = key 53 key = arg[oldIdx:idx] 63 value[key] = Arg.parseValue(arg[oldIdx:idx]) 71 …'''Split an argument into a (key, value) tuple, stripping off the leading dashes. Return (None, No… 78 (key, value) = arg[start:].split('=', 1) 81 (key, value) = (None, arg) 83 (key, value) = (arg[start:], '1') 84 return (key, Arg.parseValue(value)) 88 def findArgument(key, argList): argument [all …]
|
| H A D | RDict.py | 17 parent, etc. Also, a dictionary need not have a parent. If a key does not 47 - insert <parent> <key> <value> 49 the key-value pair. If "parent" is "None", no parent is assigned. 51 - remove <parent> <key> 53 the given key. If "parent" is "None", no parent is assigned. 153 def getType(self, key): argument 154 …'''Checks for the key locally, and if not found consults the parent. Returns the Arg object or Non… 156 value = dict.__getitem__(self, key) 157 self.writeLogLine('getType: Getting local type for '+key+' '+str(value)) 162 return self.send(key) [all …]
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | seqhashmatsetvalues.h | 19 PetscHashIJKey key; in PetscConcat() local 26 key.i = rows[r]; in PetscConcat() 28 bkey.i = key.i / bs; in PetscConcat() 30 if (key.i < 0) continue; in PetscConcat() 32 key.j = cols[c]; in PetscConcat() 34 bkey.j = key.j / bs; in PetscConcat() 38 if (key.j < 0) continue; in PetscConcat() 42 if (key.j < key.i) continue; in PetscConcat() 44 if (key.j < 0) continue; in PetscConcat() 48 if (ignorezeroentries && value == 0.0 && key.i != key.j) continue; in PetscConcat() [all …]
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex7.c | 9 PetscInt n = 7, key = 3, nonkey = 1, keylocation = 4, sortedlocation = 2, location; in TestGeneral() local 14 PetscCall(ISLocate(is, key, &location)); in TestGeneral() 15 …on == keylocation, comm, PETSC_ERR_PLIB, "Key %" PetscInt_FMT " not at %" PetscInt_FMT ": %" Petsc… in TestGeneral() 19 PetscCall(ISLocate(is, key, &location)); in TestGeneral() 20 …== sortedlocation, comm, PETSC_ERR_PLIB, "Key %" PetscInt_FMT " not at %" PetscInt_FMT ": %" Petsc… in TestGeneral() 33 PetscInt bs = 5, n = 7, key = 16, nonkey = 7, keylocation = 21, sortedlocation = 11, location; in TestBlock() local 38 PetscCall(ISLocate(is, key, &location)); in TestBlock() 39 …on == keylocation, comm, PETSC_ERR_PLIB, "Key %" PetscInt_FMT " not at %" PetscInt_FMT ": %" Petsc… in TestBlock() 43 PetscCall(ISLocate(is, key, &location)); in TestBlock() 44 …== sortedlocation, comm, PETSC_ERR_PLIB, "Key %" PetscInt_FMT " not at %" PetscInt_FMT ": %" Petsc… in TestBlock() [all …]
|
| /petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/ |
| H A D | Main.storyboard | 15 <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC"> 16 <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> 17 … <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 20 <rect key="frame" x="63" y="95" width="504" height="441"/> 23 <rect key="frame" x="8" y="0.0" width="504" height="441"/> 24 … <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> 25 …<string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed… 26 … <fontDescription key="fontDescription" type="system" pointSize="14"/> 27 … <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> 32 <rect key="frame" x="106" y="28" width="389" height="30"/> [all …]
|
| H A D | LaunchScreen.xib | 11 <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> 12 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 15 <rect key="frame" x="20" y="439" width="441" height="21"/> 16 <fontDescription key="fontDescription" type="system" pointSize="17"/> 17 <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> 18 <nil key="highlightedColor"/> 21 <rect key="frame" x="20" y="140" width="441" height="43"/> 22 <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/> 23 <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> 24 <nil key="highlightedColor"/> [all …]
|
| /petsc/include/petsc/private/khash/ |
| H A D | khash.h | 210 extern khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key); \ 212 extern khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret); \ 234 SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \ 239 k = __hash_func(key); i = k & mask; \ 241 …while (!__ac_isempty(h->flags, i) && (__ac_isdel(h->flags, i) || !__hash_equal(h->keys[i], key))) … 275 khkey_t key = h->keys[j]; \ 283 k = __hash_func(key); \ 288 { khkey_t tmp = h->keys[i]; h->keys[i] = key; key = tmp; } \ 292 h->keys[i] = key; \ 311 SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \ [all …]
|
| /petsc/share/petsc/saws/js/ |
| H A D | PETSc.js | 113 jQuery.each(sub,function(key,value){ argument 114 fullkey = fullkey+key;//key contains things such as "PETSc" or "Options" 117 if (key != "SAWs_ROOT_DIRECTORY") { 119 //jQuery("#"+fullkey).append("<b>"+ key +"<b><br>");//do not display "PETSc" nor "Options" 126 jQuery.each(sub[key].variables, function(vKey, vValue) {//for each variable... 132 if(vKey.indexOf("prefix") != -1 && sub[key].variables[vKey].data[0] == "(null)") 145 …for(j=0;j<sub[key].variables[vKey].data.length;j++){//vKey tells us a lot of information on what t… 148 manualSave = sub[key].variables[vKey].data[j]; 153 …mily: Courier\" size=\""+(sub[key].variables[vKey].data[j].toString().length+1)+"\" id=\"data"+ful… 157 … if(sub[key].variables[vKey].alternatives.length == 0) {//case where there are no alternatives [all …]
|