Home
last modified time | relevance | path

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

/petsc/systems/Apple/OSX/bin/
H A Dmakeframework43 cat <<EOF > Info.plist
45 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
46 <plist version="1.0">
85 </plist>
H A Dmakedocs12 cat <<EOF > PETSc.docset/Contents/Info.plist
14 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
15 <plist version="1.0">
26 </plist>
/petsc/systems/Apple/iOS/bin/
H A Dmakeframework39 cat <<EOF > Info.plist
41 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
42 <plist version="1.0">
81 </plist>
H A Dmakedocs12 cat <<EOF > PETSc.docset/Contents/Info.plist
14 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
15 <plist version="1.0">
26 </plist>
/petsc/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/
H A Dproject.pbxproj35plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "…
117 8D1107310486CEB800E47090 /* examples-Info.plist */,
218 INFOPLIST_FILE = "examples-Info.plist";
240 INFOPLIST_FILE = "examples-Info.plist";
/petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/
H A Dproject.pbxproj35plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "…
112 8D1107310486CEB800E47090 /* examples-Info.plist */,
214 INFOPLIST_FILE = "examples-Info.plist";
238 INFOPLIST_FILE = "examples-Info.plist";
H A Dbarrysmith.pbxuser170 8D1107310486CEB800E47090 /* examples-Info.plist */ = {
489 fRef = 8D1107310486CEB800E47090 /* examples-Info.plist */;
494 name = "/Users/barrysmith/Src/petsc-dev/xcode/iphone/iphone-Info.plist";
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/
H A Dproject.pbxproj27 …c cocoa example-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path …
28 …D8F8286115CB0A080091B85A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.string…
104 D8F8285F15CB0A080091B85A /* PETSc cocoa example-Info.plist */,
306 INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist";
321 INFOPLIST_FILE = "PETSc cocoa example/PETSc cocoa example-Info.plist";
/petsc/src/ts/tutorials/
H A Dex8.c309 PetscFunctionList plist = NULL; in main() local
331 PetscCall(PetscFunctionListAdd(&plist, "rober", &RoberCreate)); in main()
332 PetscCall(PetscFunctionListAdd(&plist, "ce", &CECreate)); in main()
333 PetscCall(PetscFunctionListAdd(&plist, "orego", &OregoCreate)); in main()
341 …PetscCall(PetscOptionsFList("-problem_type", "Name of problem to run", "", plist, pname, pname, si… in main()
354 PetscCall(PetscFunctionListFind(plist, pname, &pcreate)); in main()
425 PetscCall(PetscFunctionListDestroy(&plist)); in main()
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/en.lproj/
H A DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/petsc/src/dm/tutorials/
H A Dswarm_ex1.c301 PetscInt p2collect, *plist; in collect_zone() local
320 PetscCall(PetscMalloc1(p2collect + 1, &plist)); in collect_zone()
328 plist[p2collect] = p; in collect_zone()
336 *foundlist = plist; in collect_zone()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c537 PetscFunctionList plist = NULL, testlist = NULL, elist = NULL; in ProcessREOptions() local
564 PetscCall(PetscFunctionListAdd(&plist, "step", &stepSrc)); in ProcessREOptions()
565 PetscCall(PetscFunctionListAdd(&plist, "none", &zeroSrc)); in ProcessREOptions()
566 PetscCall(PetscFunctionListAdd(&plist, "pulse", &pulseSrc)); in ProcessREOptions()
584 …sFList("-ex2_impurity_source_type", "Name of impurity source to run", "", plist, pname, pname, siz… in ProcessREOptions()
601 PetscCall(PetscFunctionListFind(plist, pname, &rectx->impuritySrcRate)); in ProcessREOptions()
607 PetscCall(PetscFunctionListDestroy(&plist)); in ProcessREOptions()