Home
last modified time | relevance | path

Searched refs:PetscFEGetNumComponents (Results 1 – 24 of 24) sorted by relevance

/petsc/src/dm/dt/fe/impls/vector/ !
H A Dfevector.c34 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in PetscFEView_Vector_Ascii()
35 PetscCall(PetscFEGetNumComponents(vec->scalar_fe, &scalar_Nc)); in PetscFEView_Vector_Ascii()
127 PetscCall(PetscFEGetNumComponents(v->scalar_fe, &scalar_Nc)); in PetscFEVectorInsertTabulation()
167 PetscCall(PetscFEGetNumComponents(v->scalar_fe, &scalar_Nc)); in PetscFEComputeTabulation_Vector()
318 PetscCall(PetscFEGetNumComponents(scalar_fe, &scalar_Nc)); in PetscFECreateVector()
/petsc/src/dm/dt/fe/interface/ceed/ !
H A Dfeceed.c56 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in PetscFEGetCeedBasis()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscfe.pxi23 PetscErrorCode PetscFEGetNumComponents(PetscFE, PetscInt*)
H A DFE.pyx262 setNumComponents, petsc.PetscFEGetNumComponents
266 CHKERR(PetscFEGetNumComponents(self.fe, &comp))
/petsc/src/dm/dt/tests/ !
H A Dex16.c32 PetscCall(PetscFEGetNumComponents(orig_fe, &Nc)); in PetscFEVectorTest()
33 PetscCall(PetscFEGetNumComponents(vec_fe, &vNc)); in PetscFEVectorTest()
/petsc/src/dm/dt/fe/interface/ !
H A Dfe.c437 PetscErrorCode PetscFEGetNumComponents(PetscFE fem, PetscInt *comp) in PetscFEGetNumComponents() function
649 PetscCall(PetscFEGetNumComponents(fem, &Nc)); in PetscFESetQuadrature()
707 PetscCall(PetscFEGetNumComponents(fem, &Nc)); in PetscFESetFaceQuadrature()
999 PetscCall(PetscFEGetNumComponents(fem, &Nc)); in PetscFECreateTabulation()
1057 PetscCall(PetscFEGetNumComponents(fem, &Nc)); in PetscFEComputeTabulation()
1130 PetscCall(PetscFEGetNumComponents(fe, &numComp)); in PetscFECreatePointTraceDefault_Internal()
1752 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in PetscFEGetHeightSubspace()
1842 PetscCall(PetscFEGetNumComponents(fe, &numComp)); in PetscFERefine()
/petsc/include/ !
H A Dpetscfe.h123 PETSC_EXTERN PetscErrorCode PetscFEGetNumComponents(PetscFE, PetscInt *);
/petsc/src/dm/dt/fe/impls/opencl/ !
H A Dfeopencl.c69 PetscCall(PetscFEGetNumComponents(fem, &N_c)); in PetscFEOpenCLGenerateIntegrationCode()
556 PetscCall(PetscFEGetNumComponents(fem, &N_comp)); in PetscFEIntegrateResidual_OpenCL()
/petsc/src/dm/dt/fe/impls/composite/ !
H A Dfecomposite.c122 PetscCall(PetscFEGetNumComponents(fem, &comp)); in PetscFEComputeTabulation_Composite()
/petsc/src/dm/impls/swarm/ !
H A Dswarm.c525 if (id == PETSCFE_CLASSID) PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMSwarmComputeMassMatrix_Private()
538 if (id == PETSCFE_CLASSID) PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMSwarmComputeMassMatrix_Private()
586 if (id == PETSCFE_CLASSID) PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMSwarmComputeMassMatrix_Private()
813 PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMSwarmComputeMassMatrixSquare_Private()
988 PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMSwarmComputeGradientMatrix_Private()
999 PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMSwarmComputeGradientMatrix_Private()
/petsc/src/dm/impls/plex/ !
H A Dplexfem.c1493 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMPlexComputeL2DiffLocal()
1524 PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMPlexComputeL2DiffLocal()
1615 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMComputeL2GradientDiff_Plex()
1638 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMComputeL2GradientDiff_Plex()
1782 PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMComputeL2FieldDiff_Plex()
1905 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMPlexComputeL2DiffVec()
1935 PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in DMPlexComputeL2DiffVec()
2029 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMPlexComputeL2FluxDiffVecLocal()
2030 PetscCall(PetscFEGetNumComponents(mfe, &mNc)); in DMPlexComputeL2FluxDiffVecLocal()
2177 PetscCall(PetscFEGetNumComponents(fe, &fNc)); in DMPlexComputeClementInterpolant()
[all …]
H A Dplexsection.c595 PetscCall(PetscFEGetNumComponents(fe, &numComp[f])); in DMCreateLocalSection_Plex()
H A Dplexglvis.c124 PetscCall(PetscFEGetNumComponents(fem, &Nc)); in DMSetUpGLVisViewer_Plex()
H A Dplexgeometry.c3738 PetscCall(PetscFEGetNumComponents(fe, &numComp)); in DMPlexCoordinatesToReference_FE()
3801 PetscCall(PetscFEGetNumComponents(fe, &numComp)); in DMPlexReferenceToCoordinates_FE()
H A Dplextree.c1185 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMPlexComputeAnchorMatrix_Tree_Direct()
/petsc/src/dm/impls/swarm/tests/ !
H A Dex2.c471 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in InterpolateGradient()
508 PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in InterpolateGradient()
/petsc/include/petsc/private/ !
H A Dpetscfeimpl.h377 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in PetscFEFreeInterpolateGradient_Static()
/petsc/src/dm/interface/ !
H A Ddmceed.c213 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMCeedCreate_Internal()
/petsc/src/snes/utils/dm/ !
H A Ddmadapt.c908 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMAdaptorComputeErrorIndicator_Gradient()
1463 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in DMAdaptorAdapt_Sequence_Private()
/petsc/src/dm/dt/fe/impls/basic/ !
H A Dfebasic.c22 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in PetscFEView_Basic_Ascii()
137 PetscCall(PetscFEGetNumComponents(fem, &Nc)); in PetscFEComputeTabulation_Basic()
/petsc/src/dm/impls/plex/tests/ !
H A Dex3.c468 PetscCall(PetscFEGetNumComponents(user->fe, &numComp)); in SetupSection()
/petsc/src/dm/dt/interface/ !
H A Ddtds.c136 PetscCall(PetscFEGetNumComponents((PetscFE)obj, &Nc)); in PetscDSView_Ascii()
480 PetscCall(PetscFEGetNumComponents(fe, &Nc)); in PetscDSSetUp()
/petsc/src/dm/field/impls/ds/ !
H A Ddmfieldds.c1197 PetscCall(PetscFEGetNumComponents((PetscFE)disc, &numComponents)); in DMFieldCreateDSWithDG()
/petsc/src/dm/impls/plex/transform/interface/ !
H A Dplextransform.c2156 PetscCall(PetscFEGetNumComponents(fe, &cdim)); in DMPlexTransformMapLocalizedCoordinates()