Home
last modified time | relevance | path

Searched refs:bf (Results 1 – 8 of 8) sorted by relevance

/petsc/config/BuildSystem/config/packages/
H A Dml.py66 bf = fd.readline()
67 while bf:
68 if bf.startswith('SET(Trilinos_MAJOR_MINOR_VERSION'):
69 bf = bf[34:39]
70 bf = int(bf)
71 if bf > 120900:
73 if bf == 120900:
76 if bf.find('(Dev)') > -1:
78 bf = fd.readline()
H A DTrilinos.py101 bf = fd.readline()
102 while bf:
103 if bf.startswith('SET(Trilinos_MAJOR_MINOR_VERSION'):
104 bf = bf[34:39]
105 bf = int(bf)
106 if bf > 120900:
108 if bf == 120900:
111 if bf.find('(Dev)') > -1:
113 bf = fd.readline()
/petsc/doc/manual/anl_tech_report/
H A Dfirst.inc3 \hfill {\large {\bf ANL-21/39 Rev \techreportversion{}}}
6 \noindent {\huge{\bf PETSc/TAO Users Manual}}
14 {\Large {\bf Mathematics and Computer Science Division}}
/petsc/src/ts/impls/multirate/
H A Dmprk.c34 PetscReal *Af, *bf, *cf; /* Tableau for fast components */ member
240 PetscReal Asb[4][4] = {{0}}, Af[4][4] = {{0}}, bsb[4] = {0}, bf[4] = {0}; in TSMPRKRegisterAll() local
242 PetscCall(TSMPRKGenerateTableau2(2, 2, &Abase[0][0], bbase, &Asb[0][0], bsb, &Af[0][0], bf)); in TSMPRKRegisterAll()
243 …(TSMPRK2A22, 2, 2, 2, 1, &Asb[0][0], bsb, NULL, rsb, NULL, NULL, NULL, NULL, &Af[0][0], bf, NULL)); in TSMPRKRegisterAll()
252 …al Asb[8][8] = {{0}}, Amb[8][8] = {{0}}, Af[8][8] = {{0}}, bsb[8] = {0}, bmb[8] = {0}, bf[8] = {0}; in TSMPRKRegisterAll() local
254 …SMPRKGenerateTableau3(2, 2, &Abase[0][0], bbase, &Asb[0][0], bsb, &Amb[0][0], bmb, &Af[0][0], bf)); in TSMPRKRegisterAll()
255 …PRK2A23, 2, 2, 2, 2, &Asb[0][0], bsb, NULL, rsb, &Amb[0][0], bmb, NULL, rmb, &Af[0][0], bf, NULL)); in TSMPRKRegisterAll()
264 PetscReal Asb[6][6] = {{0}}, Af[6][6] = {{0}}, bsb[6] = {0}, bf[6] = {0}; in TSMPRKRegisterAll() local
266 PetscCall(TSMPRKGenerateTableau2(3, 2, &Abase[0][0], bbase, &Asb[0][0], bsb, &Af[0][0], bf)); in TSMPRKRegisterAll()
267 …(TSMPRK2A32, 2, 2, 3, 1, &Asb[0][0], bsb, NULL, rsb, NULL, NULL, NULL, NULL, &Af[0][0], bf, NULL)); in TSMPRKRegisterAll()
[all …]
/petsc/lib/petsc/bin/
H A Dpetsc_tas_style.mplstyle25 mathtext.bf : sans:bold
/petsc/doc/manual/
H A Dindex.md6 \hfill {\large {\bf ANL-21/39 Rev \techreportversion{}}}
104 {\bf \today}
/petsc/src/dm/impls/plex/
H A Dplexglvis.c456 PetscInt bf, p, sdim, dim, depth, novl, minl; in DMPlexView_GLVis_ASCII() local
900 for (p = fStart, bf = 0; p < fEnd; p++) { in DMPlexView_GLVis_ASCII()
917 bf += 1; in DMPlexView_GLVis_ASCII()
943 PetscCall(PetscViewerASCIIPrintf(viewer, "%" PetscInt_FMT "\n", bf)); in DMPlexView_GLVis_ASCII()
983 bf -= 1; in DMPlexView_GLVis_ASCII()
987 PetscCheck(!bf, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Remaining boundary faces %" PetscInt_FMT, bf); in DMPlexView_GLVis_ASCII()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas2926 (implicit-bf? #f)
4409 (vof/coupled/bf-mom/blend2? #f)
4410 (vof/coupled/bf-mom/blend1? #f)
4411 (vof/coupled/bf-mom/niter 0)
4412 (vof/coupled/bf-mom-linearization? #t)
6090 (structure/enable-rotation-bf? #t)
6091 (structure/enable-gravity-bf? #t)
6121 (udf/viscous/sbes-bf-fcn "none")
6122 (udf/viscous/kw-geko-bf-fcn "built-in")
7933 (geko-bf-expr "")
[all …]