Home
last modified time | relevance | path

Searched refs:PetscContainerSetPointer (Results 1 – 21 of 21) sorted by relevance

/petsc/src/ts/utils/
H A Ddmts.c385 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetIFunction()
492 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetI2Function()
603 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetI2Jacobian()
714 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetRHSFunction()
1024 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetIJacobian()
1144 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMTSSetRHSJacobian()
/petsc/src/dm/impls/plex/
H A Dplexegads.c1327 PetscCall(PetscContainerSetPointer(modelObj, model)); in DMPlexCreateGeom_Internal()
1333 PetscCall(PetscContainerSetPointer(contextObj, context)); in DMPlexCreateGeom_Internal()
1890 PetscCall(PetscContainerSetPointer(modelObj, model)); in DMPlexCreateGeom()
1901 PetscCall(PetscContainerSetPointer(contextObj, context)); in DMPlexCreateGeom()
2340 PetscCall(PetscContainerSetPointer(modelObj, model)); in DMPlexCreateGeom_Tess_Internal()
2351 PetscCall(PetscContainerSetPointer(contextObj, context)); in DMPlexCreateGeom_Tess_Internal()
2942 PetscCall(PetscContainerSetPointer(cpOrgObj, faceCntrlPtRow_Start)); in DMPlex_Surface_Grad()
2947 PetscCall(PetscContainerSetPointer(cpCoordObj, cntrlPtCoords)); in DMPlex_Surface_Grad()
2952 PetscCall(PetscContainerSetPointer(cpCoordLengthObj, cpCoordDataLengthPtr)); in DMPlex_Surface_Grad()
2957 PetscCall(PetscContainerSetPointer(wOrgObj, faceCPWeightsRow_Start)); in DMPlex_Surface_Grad()
[all …]
H A Dplexcreate.c2424 PetscCall(PetscContainerSetPointer(c, extent)); in DMPlexCreateHypercubicMesh_Internal()
2429 PetscCall(PetscContainerSetPointer(c, lextent)); in DMPlexCreateHypercubicMesh_Internal()
H A Dplexfem.c74 PetscCall(PetscContainerSetPointer(container, (void *)*geom)); in DMPlexGetFEGeom()
4374 PetscCall(PetscContainerSetPointer(container, (void *)*geom)); in DMSNESGetFEGeom()
/petsc/include/petsc/private/cpp/
H A Dregister_finalize.hpp21 PetscCall(PetscContainerSetPointer(contain, obj)); in PetscCxxObjectRegisterFinalize()
/petsc/src/sys/ftn-custom/
H A Dzutils.c149 PetscCall(PetscContainerSetPointer(container, addr)); in PetscScalarAddressToFortran()
/petsc/src/snes/utils/
H A Ddmsnes.c313 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMSNESSetFunction()
581 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in DMSNESSetJacobian()
/petsc/src/sys/objects/
H A Dinherit.c927 PetscErrorCode PetscContainerSetPointer(PetscContainer obj, void *ptr) in PetscContainerSetPointer() function
1076 PetscCall(PetscContainerSetPointer(container, pointer)); in PetscObjectContainerCompose()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_view.c20 PetscCall(PetscContainerSetPointer(container, (void *)bytes)); in private_PetscViewerCreate_XDMF()
/petsc/src/ksp/pc/impls/mg/
H A Dgdsw.c136 PetscCall(PetscContainerSetPointer(gcand, cand)); in PCMGGDSWSetUp()
/petsc/src/mat/impls/transpose/
H A Dtransm.c442 PetscCall(PetscContainerSetPointer(container, data)); in MatProductSetFromOptions_Transpose()
H A Dhtransm.c154 PetscCall(PetscContainerSetPointer(container, data)); in MatProductSetFromOptions_HT()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1692 PetscCall(PetscContainerSetPointer(container, (void *)maps)); in CreateStaticData()
2176 PetscCall(PetscContainerSetPointer(container, (void *)ctx)); in DMPlexLandauCreateVelocitySpace()
2181 PetscCall(PetscContainerSetPointer(container, (void *)ctx->plex_batch)); in DMPlexLandauCreateVelocitySpace()
2192 PetscCall(PetscContainerSetPointer(container, (void *)pNf)); in DMPlexLandauCreateVelocitySpace()
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c888 PetscCall(PetscContainerSetPointer(c, schp_csr)); in KSPFETIDPSetUpOperators()
/petsc/include/
H A Dpetscsys.h1781 PETSC_EXTERN PetscErrorCode PetscContainerSetPointer(PetscContainer, void *);
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx1570 PetscCall(PetscContainerSetPointer(container_d, coo_d)); in MatSetPreallocationCOO_MPIAIJKokkos()
/petsc/src/mat/impls/shell/
H A Dshell.c1517 PetscCall(PetscContainerSetPointer(ctxcontainer, ctx)); in MatShellSetContext_Shell()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c4993 PetscCall(PetscContainerSetPointer(container, merge)); in MatCreateMPIAIJSumSeqAIJSymbolic()
6698 PetscCall(PetscContainerSetPointer(container, coo)); in MatSetPreallocationCOO_MPIAIJ()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx907 …else PetscCall(PetscContainerSetPointer(container, ctx->V + 1)); … in PCHPDDMMatApply_Private()
/petsc/src/mat/impls/is/
H A Dmatis.c208 PetscCall(PetscContainerSetPointer(c, ptap)); in MatPtAPSymbolic_IS_XAIJ()
/petsc/src/mat/interface/
H A Dmatrix.c7834 PetscCall(PetscContainerSetPointer(container, edata)); in MatComputeVariableBlockEnvelope()