Searched refs:Start (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmnetworkts.c | 33 PetscInt i, Start, End, e, nvar; in TSMonitorLGCtxNetworkCreate() local 41 PetscCall(DMNetworkGetEdgeRange(dm, &Start, &End)); in TSMonitorLGCtxNetworkCreate() 42 for (e = Start; e < End; e++) { in TSMonitorLGCtxNetworkCreate() 48 PetscCall(DMNetworkGetVertexRange(dm, &Start, &End)); in TSMonitorLGCtxNetworkCreate() 49 for (e = Start; e < End; e++) { in TSMonitorLGCtxNetworkCreate() 59 PetscCall(DMNetworkGetEdgeRange(dm, &Start, &End)); in TSMonitorLGCtxNetworkCreate() 60 for (e = Start; e < End; e++) { in TSMonitorLGCtxNetworkCreate() 71 PetscCall(DMNetworkGetVertexRange(dm, &Start, &End)); in TSMonitorLGCtxNetworkCreate() 72 for (e = Start; e < End; e++) { in TSMonitorLGCtxNetworkCreate() 118 PetscInt i, v, Start, End, offset, nvar, e; in TSMonitorLGCtxNetworkSolution() [all …]
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | Basic.pm | 186 my $Start = index(${$CodeRef}, "<$Tag>"); 187 if($Start!=-1) 193 my $Content = substr(${$CodeRef}, $Start, $End-$Start+$TS, "");
|
| /petsc/src/snes/tests/output/ |
| H A D | ex18f90_1.out | 1 Start of Fortran2003 test program
|
| /petsc/src/dm/impls/network/ |
| H A D | networkcreate.c | 44 PetscInt e, v, Start, End, offset, nvar, id; in VecView_Network_Seq() local 51 PetscCall(DMNetworkGetEdgeRange(networkdm, &Start, &End)); in VecView_Network_Seq() 52 for (e = Start; e < End; e++) { in VecView_Network_Seq() 64 PetscCall(DMNetworkGetVertexRange(networkdm, &Start, &End)); in VecView_Network_Seq() 65 for (v = Start; v < End; v++) { in VecView_Network_Seq()
|
| /petsc/doc/manual/ |
| H A D | dmnetwork.md | 199 PetscInt Start,End,numcomps,key,v,compnum; 202 DMNetworkGetVertexRange(dm, &Start, &End); 203 for (v = Start; v < End; v++) {
|
| H A D | getting_started.md | 804 > 6. Start to modify the program to develop your application. 808 > 1. Start with a working version of your code that you build and run to confirm that it works.
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 17 - Start `emacs` or `vim` and try to fix the errors; often starting
|
| /petsc/doc/developers/contributing/ |
| H A D | submittingmr.md | 71 …roducing a new topic (thread) in reviewing an MR, one should submit with "Start Review" and not "C…
|
| H A D | developingmr.md | 45 ## Start a new feature branch
|
| /petsc/doc/install/ |
| H A D | windows.md | 106 …1. `Start` -> `Programs` -> `Intel oneAPI 2022` -> `Intel oneAPI command prompt for Intel 64 for V…
|
| H A D | install_tutorial.md | 3 # Quick Start Tutorial
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 1992 Start of point data. 2022 Start of point data. 2051 Start of point data; returns ``-(globalStart+1)`` if point is not owned. 2081 Start of point data; returns ``-(globalStart+1)`` if point is not owned.
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 2088 /* Start to find EPS. */ 4079 /* Start to find EPS. */
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | abi-compliance-checker.pl | 1935 my ($TypePtr, $Skip, $Start, $End) = @_; 1948 if(int($MemPos)>=$Start and int($MemPos)<=$End)
|
| /petsc/doc/faq/ |
| H A D | index.md | 2064 3. Start the bisection process with these known revisions. Build PETSc, and test your code
|