Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 1442) sorted by relevance

12345678910>>...58

/petsc/src/mat/tutorials/output/
H A Dex7_1.out2 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with no arguments
3 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
4 [0] <vec> main(): Vec info on PETSC_COMM_WORLD with no arguments
5 [0] <vec> main(): Vec info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
6 [0] <sys> main(): Sys info on PETSC_COMM_WORLD with no arguments
7 [0] <sys> main(): Sys info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
8 [0] <mat> main(): Mat info on PETSC_COMM_SELF with no arguments
9 [0] <mat> main(): Mat info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
10 [0] <vec> main(): Vec info on PETSC_COMM_SELF with no arguments
11 [0] <vec> main(): Vec info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
[all …]
H A Dex7_3.out4 [0] <(null)> main(): Mat info is enabled again through PetscInfoActivateClass
5 [0] <(null)> main(): Sys info is enabled again through PetscInfoActivateClass
6 [0] <(null)> main(): Vec info is enabled again through PetscInfoActivateClass
7 [0] <Mat> main(): Mat info is enabled again through PetscInfoSetClasses
8 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
9 [0] <Vec> main(): Vec info is enabled again through PetscInfoSetClasses
10 [0] <mat> main(): Mat info is enabled
11 [0] <mat> main(): Mat info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
12 [0] <mat> main(): Mat info on PETSC_COMM_SELF with no arguments
13 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
[all …]
H A Dex7_2.out3 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with no arguments
4 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
5 [0] <vec> main(): Vec info on PETSC_COMM_WORLD with no arguments
6 [0] <vec> main(): Vec info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
7 [0] <sys> main(): Sys info on PETSC_COMM_WORLD with no arguments
8 [0] <sys> main(): Sys info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
9 [0] <mat> main(): Mat info on PETSC_COMM_SELF with no arguments
10 [0] <mat> main(): Mat info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
11 [0] <vec> main(): Vec info on PETSC_COMM_SELF with no arguments
12 [0] <vec> main(): Vec info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
[all …]
H A Dex7_4.out1 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with no arguments
2 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
3 [0] <vec> main(): Vec info on PETSC_COMM_WORLD with no arguments
4 [0] <vec> main(): Vec info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
5 [0] <mat> main(): Mat info on PETSC_COMM_SELF with no arguments
6 [0] <mat> main(): Mat info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
7 [0] <vec> main(): Vec info on PETSC_COMM_SELF with no arguments
8 [0] <vec> main(): Vec info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
9 [0] <mat> main(): Mat info is enabled
10 [0] <vec> main(): Vec info is enabled
[all …]
H A Dex7_5.out1 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with no arguments
2 [0] <mat> main(): Mat info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
3 [0] <vec> main(): Vec info on PETSC_COMM_WORLD with no arguments
4 [0] <vec> main(): Vec info on PETSC_COMM_WORLD with 1 argument equal to 1234: 1234
5 [0] <mat> main(): Mat info on PETSC_COMM_SELF with no arguments
6 [0] <mat> main(): Mat info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
7 [0] <vec> main(): Vec info on PETSC_COMM_SELF with no arguments
8 [0] <vec> main(): Vec info on PETSC_COMM_SELF with 1 argument equal to 1234: 1234
9 [0] <mat> main(): Mat info is enabled
10 [0] <vec> main(): Vec info is enabled
[all …]
/petsc/lib/petsc/bin/maint/
H A Dcheck-merge-branch.sh15 …it fetch -q ${UNSHALLOW} --no-tags origin +release:remotes/origin/release +main:remotes/origin/main
20 base_release=$(git merge-base --octopus origin/release origin/main HEAD)
21 base_main=$(git merge-base origin/main HEAD)
25 dest=origin/main
H A DnormalizeOutput.py24 def main(): function
45 main()
/petsc/doc/public/
H A D_redirects4 /main/download /main/install/download 302
6 /main/docs/* /main/:splat 301
/petsc/doc/
H A Dbuild_manpages_c2html.py14 def main(stage,petsc_dir,build_dir,outdir): function
70 build_man_pages.main(petsc_dir,build_dir,doctext)
78 build_man_examples_links.main(petsc_dir,build_dir)
86 build_man_impls_links.main(petsc_dir,build_dir)
94 build_man_index.main(petsc_dir,build_dir)
115 build_c2html.main(petsc_dir,build_dir,outdir,c2html,mapnames)
H A Dbuild_c2html_file.py10 def main(petsc_dir,loc,git_sha,c2html,mapnames,rel_dir,file): function
51main(sys.argv[1],sys.argv[2],sys.argv[3],sys.argv[4],sys.argv[5],os.path.dirname(sys.argv[6]),os.p…
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneViewController.m73 // Release any retained subviews of the main view.
114 #define main ex19
119 #undef main
122 #define main ex48
126 #undef main
129 #define main ex4
132 #undef main
135 #define main ex3
/petsc/src/binding/petsc4py/conf/
H A Dcythonize.py11 from Cython.Compiler.Main import main as cython_main # noqa: E402
39 def main(): function
53 main()
/petsc/systems/Apple/iOS/examples/testopengl/
H A Dmain.m2 // main.m
12 int main(int argc, char *argv[]) { function
29 int main(int argc, char *argv[])
/petsc/lib/petsc/bin/maint/petsclinter/
H A D__main__.py8 import petsclinter.main
10 sys.exit(petsclinter.main.command_line_main())
/petsc/src/vec/vec/tutorials/
H A Dex1.java1 class main { class
2 static public void main(String[] args) { in main() method in main
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/
H A Dmain.m2 // main.m
11 int main(int argc, char *argv[]) function
/petsc/systems/Apple/iOS/examples/Basic/
H A Dmain.m2 // main.m
11 int main(int argc, char *argv[]) { function
/petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/
H A Dproject.pbxproj10 …D8027C9C15CB04C300F715AC /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = D8027C9B15CB04C3…
30 …D8027C9B15CB04C300F715AC /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.…
67 D8027C9B15CB04C300F715AC /* main.c */,
124 D8027C9C15CB04C300F715AC /* main.c in Sources */,
/petsc/src/dm/impls/plex/tests/output/
H A Dex1_fluent_5.out7 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 4 is label main
10 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 1 is label interior-main
23 interior-main: 1 strata with value/size (1 (198))
H A Dex1_fluent_4.out7 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 4 is label main
8 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 1 is label interior-main
24 interior-main: 1 strata with value/size (1 (208))
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md10 and `main`. **Feature branches** are temporary branches created by developers to add or change a fe…
30 ### `main`
32 The `main` branch contains everything in the release branch as well as new features that have passe…
34 on recently-added features in PETSc should follow `main`.
36 New features should start from `main`.
40 $ git checkout -b yourname/fix-component-name origin/main
47 - Determine the appropriate integration_branch to start from, `main` or `release` (for documentatio…
53 …$ git checkout -b <loginname>/<affected-package>-<short-description> origin/main # or origin/rele…
60 $ git checkout -b barry/snes-removecpp origin/main
187 $ git rebase origin/main # or origin/release
H A Dindex.md17 described in the [PETSc open-source license](https://gitlab.com/petsc/petsc/-/blob/main/CONTRIBUTIN…
24 - [Add a new PC type](https://gitlab.com/petsc/petsc/-/blob/main/src/ksp/pc/impls/jacobi/jacobi.c)
25 - [Add a new KSP type](https://gitlab.com/petsc/petsc/-/blob/main/src/ksp/ksp/impls/cg/cg.c)
26 … type (implementation inheritance)](https://gitlab.com/petsc/petsc/-/blob/main/src/mat/impls/aij/s…
/petsc/lib/petsc/bin/maint/generators/
H A Dprettyprint.py24 def main(args): function
68 main(sys.argv[1:])
H A Dd.py20 def main(args): function
77 main(sys.argv[1:])
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.m59 // Release any retained subviews of the main view.
86 #define main ex19
91 #undef main
94 #define main ex48

12345678910>>...58