Home
last modified time | relevance | path

Searched defs:fv (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/dm/dt/fv/interface/ceed/
H A Dfvceed.c18 PetscErrorCode PetscFVSetCeed(PetscFV fv, Ceed ceed) in PetscFVSetCeed()
45 PetscErrorCode PetscFVGetCeedBasis(PetscFV fv, CeedBasis *basis) in PetscFVGetCeedBasis()
/petsc/src/ts/utils/libceed/
H A Ddmplextsceed.c9 PetscFV fv; in DMPlexTSComputeRHSFunctionFVMCEED() local
/petsc/src/snes/interface/
H A Dsnesob.c145 PetscScalar fv, xv; in SNESObjectiveComputeFunctionDefaultFD() local
/petsc/src/dm/impls/plex/
H A Dplexvtu.c146 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 Dplexfem.c1064 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 Dplexceed.c198 PetscFV fv; in DMPlexGetLocalOffsetsSupport() local
H A Dplexsection.c600 PetscFV fv = (PetscFV)dm->fields[f].disc; in DMCreateLocalSection_Plex() local
H A Dplexproject.c867 PetscFV fv; in DMProjectLocal_Generic_Plex() local
888 PetscFV fv; in DMProjectLocal_Generic_Plex() local
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1755 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 Dex49.c57 PetscFV fv; in SetupDiscretization() local
H A Dex3.c599 PetscFV fv; in TestFVGrad() local
/petsc/src/tao/bound/utils/
H A Disutil.c29 PetscReal *fv, *rv; in TaoVecGetSubVec() local
/petsc/src/dm/impls/swarm/tests/
H A Dex11.c11 PetscBool fv; // Use an FV discretization, instead of FE member
113 PetscFV fv; in CreateDiscretization() local
H A Dex2.c473 PetscFV fv = (PetscFV)obj; in InterpolateGradient() local
/petsc/src/snes/tutorials/
H A Dex55k.kokkos.cxx45 PetscScalarKokkosOffsetView2D fv; in FormFunctionLocalVec() local
H A Dex19.c381 PetscScalar fu, fv, fomega, ftemp; in NonlinearGS() local
/petsc/include/petsc/private/
H A Dpetscfvimpl.h98 static inline PetscErrorCode PetscFVInterpolate_Static(PetscFV fv, const PetscScalar x[], PetscInt … in PetscFVInterpolate_Static()
/petsc/src/dm/impls/forest/tests/
H A Dex2.c190 PetscFV fv; in main() local
/petsc/src/snes/tests/
H A Dex2.c229 PetscFV fv; in CreateDiscretization() local
/petsc/src/tao/unconstrained/impls/bmrm/
H A Dbmrm.c24 PetscReal fr, fbest, fv, fc, fv0; in solve() local
/petsc/src/dm/interface/
H A Ddmi.c255 PetscFV fv, fvNew; in DMSelectFields_Private() local
H A Ddmceed.c328 PetscFV fv; in DMCeedCreateFVM_Internal() local
/petsc/src/dm/dt/interface/
H A Ddtds.c399 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 Dex18.c751 PetscFV fv; in SetupDiscretization() local
884 Vec *fv; in MonitorFunctionals() local
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c924 PetscFV fv = (PetscFV)obj; in DMInterpolationEvaluate() local

12