| /petsc/src/sys/utils/ftn-custom/ |
| H A D | zsortsof.c | 20 struct fc_c *fc = (struct fc_c *)ctx; in cmp_via_fortran() local 27 struct fc_c fc = {cmp, ctx}; in petsctimsort_() local 33 struct fc_c fc = {cmp, ctx}; in petsctimsortwitharray_() local
|
| /petsc/src/tao/unconstrained/impls/neldermead/ |
| H A D | neldermead.c | 118 PetscReal fr, fe, fc; in TaoSolve_NM() local
|
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 345 PetscErrorCode PetscViewerBinarySetFlowControl(PetscViewer viewer, PetscInt fc) in PetscViewerBinarySetFlowControl() 354 static PetscErrorCode PetscViewerBinarySetFlowControl_Binary(PetscViewer viewer, PetscInt fc) in PetscViewerBinarySetFlowControl_Binary() 379 PetscErrorCode PetscViewerBinaryGetFlowControl(PetscViewer viewer, PetscInt *fc) in PetscViewerBinaryGetFlowControl() 388 PETSC_INTERN PetscErrorCode PetscViewerBinaryGetFlowControl_Binary(PetscViewer viewer, PetscInt *fc) in PetscViewerBinaryGetFlowControl_Binary()
|
| /petsc/include/petsc/private/ |
| H A D | petscfeimpl.h | 306 for (PetscInt fc = 0; fc < Nc; ++fc) { in PetscFEInterpolate_Static() local 317 PetscInt fc, f; in PetscFEInterpolateAtPoints_Static() local 336 PetscInt fc, f, d; in PetscFEInterpolateGradient_Static() local 373 PetscInt Nb, Nc, fc, f, d, g; in PetscFEFreeInterpolateGradient_Static() local 401 PetscInt fc, f, d; in PetscFEInterpolateFieldAndGradient_Static() local
|
| H A D | taoimpl.h | 116 PetscReal fc; member
|
| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 215 PetscInt fdof, fc, f2, poff = 0; in PetscSectionGetField_Internal() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex46.c | 135 PetscInt fc, gc; in g0_uu() local 152 PetscInt fc, gc, dg; in g1_uu() local
|
| /petsc/src/tao/unconstrained/impls/bmrm/ |
| H A D | bmrm.c | 24 PetscReal fr, fbest, fv, fc, fv0; in solve() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 915 for (PetscInt fc = 0; fc < Nc; ++fc) { in DMInterpolationEvaluate() local 929 … for (PetscInt fc = 0; fc < Nc; ++fc) interpolant[p * ctx->dof + coff + fc] = xa[foff + fc]; in DMInterpolationEvaluate() local
|
| H A D | dmadapt.c | 926 for (PetscInt fc = 0; fc < Nc; ++fc) { in DMAdaptorComputeErrorIndicator_Gradient() local 937 for (PetscInt fc = 0; fc < Nc; ++fc) { in DMAdaptorComputeErrorIndicator_Gradient() local
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 209 … for (PetscInt fc = 0; fc < fdof - fcdof; ++fc, ++subOff) subIndices[subOff] = goff + poff + fc; in PetscSectionSelectFields_Private() local
|
| H A D | dm.c | 2009 PetscInt fdof, fcdof, fc; in DMCreateFieldIS() local
|
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.c | 32 PetscReal fr, fc; in pounders_feval() local
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 2661 for (PetscInt fc = 0; fc < NcI; ++fc) { in PetscFEUpdateElementMat_Internal() local 2689 for (PetscInt fc = 0; fc < NcI; ++fc) { in PetscFEUpdateElementMat_Internal() local 2815 PetscInt f, fc, g, gc, df, dg; in PetscFEUpdateElementMat_Hybrid_Internal() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1519 PetscInt Nb, Nc, q, fc; in DMPlexComputeL2DiffLocal() local 1634 PetscInt Nb, Nc, q, fc; in DMComputeL2GradientDiff_Plex() local 1774 PetscInt Nb, Nc, q, fc; in DMComputeL2FieldDiff_Plex() local 1930 PetscInt Nb, Nc, q, fc; in DMPlexComputeL2DiffVec() local 2062 for (PetscInt fc = 0; fc < mNc; ++fc) { in DMPlexComputeL2FluxDiffVecLocal() local 2194 PetscInt starSize, st, fc; in DMPlexComputeClementInterpolant() local 2327 PetscInt starSize, st, d, fc; in DMPlexComputeGradientClementInterpolant() local 4758 PetscInt eOffset = 0, Nc, fc, foff; in DMPlexComputeJacobian_Patch_Internal() local 6310 PetscInt offsetI, NcI, NbI = 1, fc, f; in DMPlexComputeJacobianByKey() local 6548 for (PetscInt fc = 0; fc < NcI; ++fc) { in DMPlexComputeJacobianByKeyGeneral() local
|
| H A D | plex.c | 4105 PetscInt fconeSize, fc, i; in DMPlexTransitiveClosure_Tensor_Internal() local 10923 PetscInt fdof, fcdof, fc, f2, poff = 0; in DMCreateSubDomainDM_Plex() local
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex2.c | 487 PetscInt starSize, st, d, fc; in InterpolateGradient() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 2092 PetscInt fdof = 0, cfdof = 0, fc, numConst = 0, fOff = 0; in PetscSectionCreateSubsection() local 2269 PetscInt nf, fi, pStarti, pEndi, fdof, cfdof, fc; in PetscSectionCreateSupersection() local
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 1036 PetscInt fc, f, gc, g; in PetscFEIntegrateBdJacobian_Basic() local
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 609 PetscInt fdof, fc, f2, poff = 0; in VecView_Plex_Local_HDF5_Internal() local
|