Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 15 of 15) sorted by relevance

/petsc/src/ts/utils/
H A Ddmnetworkts.c33 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 DBasic.pm186 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 Dex18f90_1.out1 Start of Fortran2003 test program
/petsc/src/dm/impls/network/
H A Dnetworkcreate.c44 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 Ddmnetwork.md199 PetscInt Start,End,numcomps,key,v,compnum;
202 DMNetworkGetVertexRange(dm, &Start, &End);
203 for (v = Start; v < End; v++) {
H A Dgetting_started.md804 > 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 Dcodemanagement.md17 - Start `emacs` or `vim` and try to fix the errors; often starting
/petsc/doc/developers/contributing/
H A Dsubmittingmr.md71 …roducing a new topic (thread) in reviewing an MR, one should submit with "Start Review" and not "C…
H A Ddevelopingmr.md45 ## Start a new feature branch
/petsc/doc/install/
H A Dwindows.md106 …1. `Start` -> `Programs` -> `Intel oneAPI 2022` -> `Intel oneAPI command prompt for Intel 64 for V…
H A Dinstall_tutorial.md3 # Quick Start Tutorial
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx1992 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 Dtoclapack.sh2088 /* Start to find EPS. */
4079 /* Start to find EPS. */
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl1935 my ($TypePtr, $Skip, $Start, $End) = @_;
1948 if(int($MemPos)>=$Start and int($MemPos)<=$End)
/petsc/doc/faq/
H A Dindex.md2064 3. Start the bisection process with these known revisions. Build PETSc, and test your code