Home
last modified time | relevance | path

Searched refs:No (Results 1 – 25 of 57) sorted by relevance

123

/petsc/doc/overview/
H A Dplex_transform_table.md21 - No
25 - No
33 - No
37 - No
41 - No
/petsc/src/ksp/ksp/tests/raja/output/
H A Dex1_2.out4 No of iterations: 9125
8 No of iterations: 9125
12 No of iterations: 9125
H A Dex1_1.out4 No of iterations: 9125
8 No of iterations: 9125
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c137 PetscInt No, o; in GenerateArrangements() local
144 No = DMPolytopeTypeGetNumArrangements(ct) / 2; in GenerateArrangements()
145 for (o = PetscMax(-No, user->orntBounds[0]); o < PetscMin(No, user->orntBounds[1]); ++o) { in GenerateArrangements()
162 PetscInt No, o1, o2, o3, o4; in VerifyCayleyTable() local
171 No = DMPolytopeTypeGetNumArrangements(ct) / 2; in VerifyCayleyTable()
173 for (o1 = PetscMax(-No, user->orntBounds[0]); o1 < PetscMin(No, user->orntBounds[1]); ++o1) { in VerifyCayleyTable()
174 for (o2 = PetscMax(-No, user->orntBounds[0]); o2 < PetscMin(No, user->orntBounds[1]); ++o2) { in VerifyCayleyTable()
209 PetscInt No, o, oi, o2; in VerifyInverse() local
218 No = DMPolytopeTypeGetNumArrangements(ct) / 2; in VerifyInverse()
220 for (o = PetscMax(-No, user->orntBounds[0]); o < PetscMin(No, user->orntBounds[1]); ++o) { in VerifyInverse()
[all …]
/petsc/src/sys/tutorials/output/
H A Dex4f_1.out1 No of Procs = 2 rank = 0
2 No of Procs = 3 rank = 0
H A Dex4f90_1.out1 No of Procs = 1 rank = 0
H A Dex1f_1.out1 No of Processors = 1 , rank = 0
H A Dex2f_1.out1 No of Processors = 1 , rank = 0
/petsc/src/sys/tests/output/
H A Dex30_3.out3 No Name
6 No Info
H A Dex47_3_empty.out1 #No PETSc Option Table entries
/petsc/src/dm/impls/plex/tests/output/
H A Dex1_1.out288 [10]= No subsegment
300 [9] = No subsegment
301 [10]= No subsegment
312 [8] = No subsegment
314 [10]= No subsegment
325 [8] = No subsegment
535 [9] = No subsegment
547 [8] = No subsegment
548 [9] = No subsegment
562 [10]= No subsegment
[all …]
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c146 PetscInt rt, Nc, No; in DMPlexTransformCohesiveExtrudeSetUp_Point() local
153 No = 2; in DMPlexTransformCohesiveExtrudeSetUp_Point()
154 …oc4(ex->Nt[rt], &ex->target[rt], ex->Nt[rt], &ex->size[rt], Nc, &ex->cone[rt], No, &ex->ornt[rt])); in DMPlexTransformCohesiveExtrudeSetUp_Point()
166 for (PetscInt i = 0; i < No; ++i) ex->ornt[rt][i] = 0; in DMPlexTransformCohesiveExtrudeSetUp_Point()
171 No = 2; in DMPlexTransformCohesiveExtrudeSetUp_Point()
172 …oc4(ex->Nt[rt], &ex->target[rt], ex->Nt[rt], &ex->size[rt], Nc, &ex->cone[rt], No, &ex->ornt[rt])); in DMPlexTransformCohesiveExtrudeSetUp_Point()
184 for (PetscInt i = 0; i < No; ++i) ex->ornt[rt][i] = 0; in DMPlexTransformCohesiveExtrudeSetUp_Point()
194 PetscInt rt, Nc, No, coff, ooff; in DMPlexTransformCohesiveExtrudeSetUp_Segment() local
201 No = 2 + 4; in DMPlexTransformCohesiveExtrudeSetUp_Segment()
202 …oc4(ex->Nt[rt], &ex->target[rt], ex->Nt[rt], &ex->size[rt], Nc, &ex->cone[rt], No, &ex->ornt[rt])); in DMPlexTransformCohesiveExtrudeSetUp_Segment()
[all …]
/petsc/src/dm/impls/da/
H A Ddaview.c120 if (dd->No < 0) *N = dd->N; in DMDAGetInfo()
121 else *N = dd->No; in DMDAGetInfo()
169 if (dd->No < 0) info->my = dd->N; in DMDAGetLocalInfo()
170 else info->my = dd->No; in DMDAGetLocalInfo()
/petsc/src/dm/impls/plex/transform/impls/refine/bl/
H A Dplexrefbl.c21 PetscInt Nc, No, coff, i, ict; in DMPlexTransformSetUp_BL() local
114 No = 2 * (n + 1); in DMPlexTransformSetUp_BL()
115 …oc4(bl->Nt[ct], &bl->target[ct], bl->Nt[ct], &bl->size[ct], Nc, &bl->cone[ct], No, &bl->ornt[ct])); in DMPlexTransformSetUp_BL()
143 for (i = 0; i < No; i++) bl->ornt[ct][i] = 0; in DMPlexTransformSetUp_BL()
148 No = 2 * n + 4 * (n + 1); in DMPlexTransformSetUp_BL()
149 …oc4(bl->Nt[ct], &bl->target[ct], bl->Nt[ct], &bl->size[ct], Nc, &bl->cone[ct], No, &bl->ornt[ct])); in DMPlexTransformSetUp_BL()
213 for (i = 0; i < No; i++) bl->ornt[ct][i] = 0; in DMPlexTransformSetUp_BL()
218 No = 3 * n + 5 * (n + 1); in DMPlexTransformSetUp_BL()
219 …oc4(bl->Nt[ct], &bl->target[ct], bl->Nt[ct], &bl->size[ct], Nc, &bl->cone[ct], No, &bl->ornt[ct])); in DMPlexTransformSetUp_BL()
299 for (i = 0; i < No; ++i) bl->ornt[ct][i] = 0; in DMPlexTransformSetUp_BL()
[all …]
/petsc/doc/changes/
H A D2025_through_2027.md3 No change information is available for these releases.
H A D2021.md3 No change information is available for this release.
H A D2013.md3 No change information is available for this release.
H A D214.md3 No change information is available for this release.
H A D2023.md3 No change information is available for this release.
H A D2018_through_2020.md3 No change information is available for these releases.
H A D20beta4.md3 No change information is available for this release.
H A D20beta6.md3 No change information is available for this release.
H A D20beta10.md3 No change information is available for this release.
H A D20beta8.md3 No change information is available for this release.
/petsc/include/petsc/finclude/
H A Dpetscisbase.h5 ! No spaces for #defines as some compilers (PGI) also adds

123