Home
last modified time | relevance | path

Searched defs:obj (Results 76 – 100 of 145) sorted by relevance

123456

/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx408 …onst auto it = std::remove_if(deps.begin(), end, [&](const MarkedObjectMap::snapshot_type &obj) in PetscDeviceContextMapIterVisitor()
505 … = std::find_if(object_dependencies.begin(), end, [&](const MarkedObjectMap::snapshot_type &obj) in MarkFromID_CompatibleModes()
H A Ddcontext.cxx1056 PetscErrorCode PetscDeviceContextViewFromOptions(PetscDeviceContext dctx, PetscObject obj, const ch… in PetscDeviceContextViewFromOptions()
/petsc/src/snes/impls/ngmres/
H A Dsnesngmres.c139 PetscReal objmin, objM, objA, obj; /* support for objective functions minimization */ in SNESSolve_NGMRES() local
H A Dngmresfunc.c250 PetscErrorCode SNESNGMRESSelectRestart_Private(SNES snes, PetscInt l, PetscReal obj, PetscReal objM… in SNESNGMRESSelectRestart_Private()
/petsc/src/dm/impls/plex/tests/
H A Dex49.c93 PetscObject obj; in CheckOffsets() local
/petsc/src/sys/info/
H A Dverboseinfo.c587 PetscErrorCode PetscInfo_Private(const char func[], PetscObject obj, const char message[], ...) in PetscInfo_Private()
/petsc/src/dm/impls/plex/
H A Dplexfvm.c187 PetscObject obj; in DMPlexReconstructGradientsFVM() local
/petsc/include/petsc/private/
H A Ddmswarmimpl.h45 #define DMSWARMPICVALID(obj) \ argument
/petsc/src/tao/interface/
H A Dtaosolver.c592 PetscErrorCode TaoViewFromOptions(Tao A, PetscObject obj, const char name[]) in TaoViewFromOptions()
2574 PetscErrorCode TaoSetConvergenceHistory(Tao tao, PetscReal obj[], PetscReal resid[], PetscReal cnor… in TaoSetConvergenceHistory()
2633 PetscErrorCode TaoGetConvergenceHistory(Tao tao, PetscReal **obj, PetscReal **resid, PetscReal **cn… in TaoGetConvergenceHistory()
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c549 PetscObject obj; in DMInterpolate_Quad_Private() local
871 PetscObject obj; in DMInterpolationEvaluate() local
901 PetscObject obj; in DMInterpolationEvaluate() local
/petsc/src/snes/tutorials/
H A Dex8.c16 …al t, const PetscReal x[], PetscInt numConstants, const PetscScalar constants[], PetscScalar obj[]) in objective_2d()
/petsc/src/ksp/ksp/impls/cg/
H A Dcg.c65 static PetscErrorCode KSPCGGetObjFcn_CG(KSP ksp, PetscReal *obj) in KSPCGGetObjFcn_CG()
/petsc/src/dm/impls/swarm/
H A Dswarm.c519 PetscObject obj; in DMSwarmComputeMassMatrix_Private() local
532 PetscObject obj; in DMSwarmComputeMassMatrix_Private() local
580 PetscObject obj; in DMSwarmComputeMassMatrix_Private() local
809 PetscObject obj; in DMSwarmComputeMassMatrixSquare_Private() local
984 PetscObject obj; in DMSwarmComputeGradientMatrix_Private() local
995 PetscObject obj; in DMSwarmComputeGradientMatrix_Private() local
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx131 def __call__(self, Object obj) -> None:
1018 def viewObjectPython(self, Object obj) -> None:
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c383 PetscObject obj = (PetscObject)dm; in PCView_Telescope() local
395 PetscObject obj = (PetscObject)subdm; in PCView_Telescope() local
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c240 PetscObject obj; /* The associated PetscObject */ member
381 static PetscErrorCode PetscLogHandlerObjectCreate_Default(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectCreate_Default()
439 static PetscErrorCode PetscLogHandlerObjectDestroy_Default(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectDestroy_Default()
863 …rCode PetscLogHandlerLogObjectState_Default(PetscLogHandler handler, PetscObject obj, const char f… in PetscLogHandlerLogObjectState_Default()
/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.h79 PetscReal obj; /* Objective function */ member
/petsc/src/sys/objects/device/tests/
H A Dex11.cxx23 const auto obj = reinterpret_cast<PetscObject>(cont); in operator ()() local
/petsc/src/binding/petsc4py/test/
H A Dtest_object.py74 def opts_handler(obj): argument
/petsc/src/snes/utils/
H A Ddmlocalsnes.c48 static PetscErrorCode SNESComputeObjective_DMLocal(SNES snes, Vec X, PetscReal *obj, PetscCtx ctx) in SNESComputeObjective_DMLocal()
/petsc/src/ts/utils/
H A Ddmplexts.c100 PetscObject obj; in DMPlexTSComputeBoundary() local
/petsc/src/sys/objects/device/c/
H A Ddevice.c197 …scDeviceContextViewFromOptions(PETSC_UNUSED PetscDeviceContext dctx, PetscObject obj, const char n… in PetscDeviceContextViewFromOptions()
/petsc/src/mat/graphops/partition/
H A Dpartition.c643 PetscErrorCode MatPartitioningViewFromOptions(MatPartitioning A, PetscObject obj, const char name[]) in MatPartitioningViewFromOptions()
/petsc/src/ksp/ksp/interface/
H A Ditcreate.c234 PetscErrorCode KSPViewFromOptions(KSP A, PetscObject obj, const char name[]) in KSPViewFromOptions()
/petsc/src/ts/trajectory/interface/
H A Dtraj.c269 PetscErrorCode TSTrajectoryViewFromOptions(TSTrajectory A, PetscObject obj, const char name[]) in TSTrajectoryViewFromOptions()

123456