| /petsc/src/dm/dt/fv/interface/ceed/ |
| H A D | fvceed.c | 18 PetscErrorCode PetscFVSetCeed(PetscFV fv, Ceed ceed) in PetscFVSetCeed() 45 PetscErrorCode PetscFVGetCeedBasis(PetscFV fv, CeedBasis *basis) in PetscFVGetCeedBasis()
|
| /petsc/src/ts/utils/libceed/ |
| H A D | dmplextsceed.c | 9 PetscFV fv; in DMPlexTSComputeRHSFunctionFVMCEED() local
|
| /petsc/src/snes/interface/ |
| H A D | snesob.c | 145 PetscScalar fv, xv; in SNESObjectiveComputeFunctionDefaultFD() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexvtu.c | 146 static PetscErrorCode DMGetFieldIfFV_Private(DM dm, PetscInt field, PetscFV *fv) in DMGetFieldIfFV_Private() 291 PetscFV fv = NULL; in DMPlexVTKWriteAll_VTU() local 559 PetscFV fv = NULL; in DMPlexVTKWriteAll_VTU() local 784 PetscFV fv = NULL; in DMPlexVTKWriteAll_VTU() local
|
| H A D | plexfem.c | 1064 PetscFV fv; in DMPlexInsertBoundaryValuesRiemann() local 1389 PetscErrorCode DMPlexInsertBoundaryValuesFVM(DM dm, PetscFV fv, Vec locX, PetscReal time, Vec *locG… in DMPlexInsertBoundaryValuesFVM() 1495 PetscFV fv = (PetscFV)obj; in DMPlexComputeL2DiffLocal() local 1907 PetscFV fv = (PetscFV)obj; in DMPlexComputeL2DiffVec() local 2179 PetscFV fv = (PetscFV)obj; in DMPlexComputeClementInterpolant() local 2312 PetscFV fv = (PetscFV)obj; in DMPlexComputeGradientClementInterpolant() local 2467 PetscFV fv = NULL; in DMPlexComputeIntegral_Internal() local 2973 PetscFV fv = (PetscFV)obj; in DMPlexComputeInterpolatorNested() local 2994 PetscFV fv = (PetscFV)obj; in DMPlexComputeInterpolatorNested() local 3073 PetscFV fv = (PetscFV)obj; in DMPlexComputeInterpolatorNested() local [all …]
|
| H A D | plexceed.c | 198 PetscFV fv; in DMPlexGetLocalOffsetsSupport() local
|
| H A D | plexsection.c | 600 PetscFV fv = (PetscFV)dm->fields[f].disc; in DMCreateLocalSection_Plex() local
|
| H A D | plexproject.c | 867 PetscFV fv; in DMProjectLocal_Generic_Plex() local 888 PetscFV fv; in DMProjectLocal_Generic_Plex() local
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1755 PetscErrorCode PetscFVClone(PetscFV fv, PetscFV *fvNew) in PetscFVClone() 1796 PetscErrorCode PetscFVRefine(PetscFV fv, PetscFV *fvRef) in PetscFVRefine() 1863 static PetscErrorCode PetscFVView_Upwind_Ascii(PetscFV fv, PetscViewer viewer) in PetscFVView_Upwind_Ascii() 1879 static PetscErrorCode PetscFVView_Upwind(PetscFV fv, PetscViewer viewer) in PetscFVView_Upwind() 1891 static PetscErrorCode PetscFVComputeGradient_Upwind(PetscFV fv, PetscInt numFaces, const PetscScala… in PetscFVComputeGradient_Upwind() 1979 static PetscErrorCode PetscFVView_LeastSquares_Ascii(PetscFV fv, PetscViewer viewer) in PetscFVView_LeastSquares_Ascii() 1995 static PetscErrorCode PetscFVView_LeastSquares(PetscFV fv, PetscViewer viewer) in PetscFVView_LeastSquares()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex49.c | 57 PetscFV fv; in SetupDiscretization() local
|
| H A D | ex3.c | 599 PetscFV fv; in TestFVGrad() local
|
| /petsc/src/tao/bound/utils/ |
| H A D | isutil.c | 29 PetscReal *fv, *rv; in TaoVecGetSubVec() local
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex11.c | 11 PetscBool fv; // Use an FV discretization, instead of FE member 113 PetscFV fv; in CreateDiscretization() local
|
| H A D | ex2.c | 473 PetscFV fv = (PetscFV)obj; in InterpolateGradient() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex55k.kokkos.cxx | 45 PetscScalarKokkosOffsetView2D fv; in FormFunctionLocalVec() local
|
| H A D | ex19.c | 381 PetscScalar fu, fv, fomega, ftemp; in NonlinearGS() local
|
| /petsc/include/petsc/private/ |
| H A D | petscfvimpl.h | 98 static inline PetscErrorCode PetscFVInterpolate_Static(PetscFV fv, const PetscScalar x[], PetscInt … in PetscFVInterpolate_Static()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 190 PetscFV fv; in main() local
|
| /petsc/src/snes/tests/ |
| H A D | ex2.c | 229 PetscFV fv; in CreateDiscretization() local
|
| /petsc/src/tao/unconstrained/impls/bmrm/ |
| H A D | bmrm.c | 24 PetscReal fr, fbest, fv, fc, fv0; in solve() local
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 255 PetscFV fv, fvNew; in DMSelectFields_Private() local
|
| H A D | dmceed.c | 328 PetscFV fv; in DMCeedCreateFVM_Internal() local
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 399 PetscFV fv = (PetscFV)obj; in PetscDSSetUp() local 437 PetscFV fv = (PetscFV)obj; in PetscDSSetUp() local 484 PetscFV fv = (PetscFV)obj; in PetscDSSetUp() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 751 PetscFV fv; in SetupDiscretization() local 884 Vec *fv; in MonitorFunctionals() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 924 PetscFV fv = (PetscFV)obj; in DMInterpolationEvaluate() local
|