Searched refs:PetscFVGetNumComponents (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/dm/dt/fv/interface/ceed/ |
| H A D | fvceed.c | 55 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscFVGetCeedBasis()
|
| /petsc/include/petsc/private/ |
| H A D | petscfvimpl.h | 103 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscFVInterpolate_Static()
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1270 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 D | petscfv.h | 82 PETSC_EXTERN PetscErrorCode PetscFVGetNumComponents(PetscFV, PetscInt *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1069 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 D | plexceed.c | 227 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMPlexGetLocalOffsetsSupport()
|
| H A D | plexsection.c | 602 PetscCall(PetscFVGetNumComponents(fv, &numComp[f])); in DMCreateLocalSection_Plex()
|
| H A D | plexglvis.c | 173 PetscCall(PetscFVGetNumComponents((PetscFV)disc, &Nc)); in DMSetUpGLVisViewer_Plex()
|
| H A D | plextree.c | 1189 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMPlexComputeAnchorMatrix_Tree_Direct() 3843 PetscCall(PetscFVGetNumComponents(fv, &numFVcomps)); in DMPlexTransferVecTree_Interpolate()
|
| H A D | plexgeometry.c | 3405 PetscCall(PetscFVGetNumComponents(fvm, &pdim)); in DMPlexComputeGradientFVM()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex2.c | 476 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in InterpolateGradient() 511 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in InterpolateGradient()
|
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 339 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMCeedCreateFVM_Internal()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 526 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 D | dminterpolatesnes.c | 928 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMInterpolationEvaluate()
|
| H A D | dmadapt.c | 890 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in DMAdaptorComputeErrorIndicator_Gradient()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 140 PetscCall(PetscFVGetNumComponents((PetscFV)obj, &Nc)); in PetscDSView_Ascii() 487 PetscCall(PetscFVGetNumComponents(fv, &Nc)); in PetscDSSetUp()
|