Home
last modified time | relevance | path

Searched refs:PetscFVGetNumComponents (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/dt/fv/interface/ceed/
H A Dfvceed.c55 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscFVGetCeedBasis()
/petsc/include/petsc/private/
H A Dpetscfvimpl.h103 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscFVInterpolate_Static()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1270 PetscErrorCode PetscFVGetNumComponents(PetscFV fvm, PetscInt *comp) in PetscFVGetNumComponents() function
1491 PetscCall(PetscFVGetNumComponents(fvm, &Nc)); in PetscFVCreateDualSpace()
1654 PetscCall(PetscFVGetNumComponents(fvm, &Nc)); in PetscFVCreateTabulation()
1769 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscFVClone()
1820 PetscCall(PetscFVGetNumComponents(fv, &numComp)); in PetscFVRefine()
1869 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscFVView_Upwind_Ascii()
1923 PetscCall(PetscFVGetNumComponents(fvm, &pdim)); in PetscFVIntegrateRHSFunction_Upwind()
1985 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscFVView_LeastSquares_Ascii()
2205 PetscCall(PetscFVGetNumComponents(fvm, &pdim)); in PetscFVIntegrateRHSFunction_LeastSquares()
/petsc/include/
H A Dpetscfv.h82 PETSC_EXTERN PetscErrorCode PetscFVGetNumComponents(PetscFV, PetscInt *);
/petsc/src/dm/impls/plex/
H A Dplexfem.c1069 PetscCall(PetscFVGetNumComponents(fv, &pdim)); in DMPlexInsertBoundaryValuesRiemann()
1498 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMPlexComputeL2DiffLocal()
1527 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in DMPlexComputeL2DiffLocal()
1785 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in DMComputeL2FieldDiff_Plex()
1910 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMPlexComputeL2DiffVec()
1938 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in DMPlexComputeL2DiffVec()
2182 PetscCall(PetscFVGetNumComponents(fv, &fNc)); in DMPlexComputeClementInterpolant()
2220 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &fNc)); in DMPlexComputeClementInterpolant()
2315 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMPlexComputeGradientClementInterpolant()
2352 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in DMPlexComputeGradientClementInterpolant()
[all …]
H A Dplexceed.c227 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMPlexGetLocalOffsetsSupport()
H A Dplexsection.c602 PetscCall(PetscFVGetNumComponents(fv, &numComp[f])); in DMCreateLocalSection_Plex()
H A Dplexglvis.c173 PetscCall(PetscFVGetNumComponents((PetscFV)disc, &Nc)); in DMSetUpGLVisViewer_Plex()
H A Dplextree.c1189 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMPlexComputeAnchorMatrix_Tree_Direct()
3843 PetscCall(PetscFVGetNumComponents(fv, &numFVcomps)); in DMPlexTransferVecTree_Interpolate()
H A Dplexgeometry.c3405 PetscCall(PetscFVGetNumComponents(fvm, &pdim)); in DMPlexComputeGradientFVM()
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c476 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in InterpolateGradient()
511 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in InterpolateGradient()
/petsc/src/dm/interface/
H A Ddmceed.c339 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMCeedCreateFVM_Internal()
/petsc/src/dm/impls/swarm/
H A Dswarm.c526 else PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in DMSwarmComputeMassMatrix_Private()
539 else PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in DMSwarmComputeMassMatrix_Private()
587 else PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in DMSwarmComputeMassMatrix_Private()
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c928 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMInterpolationEvaluate()
H A Ddmadapt.c890 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMAdaptorComputeErrorIndicator_Gradient()
/petsc/src/dm/dt/interface/
H A Ddtds.c140 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in PetscDSView_Ascii()
487 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscDSSetUp()