Home
last modified time | relevance | path

Searched defs:obj (Results 51 – 75 of 145) sorted by relevance

123456

/petsc/src/sys/tests/
H A Dex15.cxx79 PetscObject obj; in main() local
/petsc/src/dm/dt/fe/tests/
H A Dex4.c7 …al t, const PetscReal x[], PetscInt numConstants, const PetscScalar constants[], PetscScalar obj[]) in volume()
/petsc/src/dm/impls/plex/
H A Dplexfem.c1159 PetscObject obj; in DMPlexInsertBoundaryValues_Plex() local
1221 PetscObject obj; in DMPlexInsertTimeDerivativeBoundaryValues_Plex() local
1483 PetscObject obj; in DMPlexComputeL2DiffLocal() local
1516 PetscObject obj; in DMPlexComputeL2DiffLocal() local
1771 PetscObject obj; in DMComputeL2FieldDiff_Plex() local
1895 PetscObject obj; in DMPlexComputeL2DiffVec() local
1927 PetscObject obj; in DMPlexComputeL2DiffVec() local
2167 PetscObject obj; in DMPlexComputeClementInterpolant() local
2209 PetscObject obj; in DMPlexComputeClementInterpolant() local
2300 PetscObject obj; in DMPlexComputeGradientClementInterpolant() local
[all …]
H A Dplexsection.c16 PetscObject obj; in DMPlexCreateSectionFields() local
116 PetscObject obj; in DMPlexCreateSectionDof() local
465 PetscObject obj; in DMCreateLocalSection_Plex() local
/petsc/src/tao/snes/
H A Dtaosnes.c63 PetscReal obj; in TAOSNESMonitor() local
/petsc/src/binding/petsc4py/src/
H A Dpyapicompat.h13 PyObject *obj; member
/petsc/src/sys/classes/draw/interface/
H A Ddrawreg.c97 PetscErrorCode PetscDrawViewFromOptions(PetscDraw A, PetscObject obj, const char name[]) in PetscDrawViewFromOptions()
/petsc/src/vec/is/section/interface/
H A Dsection.c2507 PetscErrorCode PetscSectionViewFromOptions(PetscSection A, PetscObject obj, const char name[]) in PetscSectionViewFromOptions()
3179 PetscErrorCode PetscSectionSetClosureIndex(PetscSection section, PetscObject obj, PetscSection clSe… in PetscSectionSetClosureIndex()
3213 PetscErrorCode PetscSectionGetClosureIndex(PetscSection section, PetscObject obj, PetscSection *clS… in PetscSectionGetClosureIndex()
3226 PetscErrorCode PetscSectionSetClosurePermutation_Internal(PetscSection section, PetscObject obj, Pe… in PetscSectionSetClosurePermutation_Internal()
3281 PetscErrorCode PetscSectionSetClosurePermutation(PetscSection section, PetscObject obj, PetscInt de… in PetscSectionSetClosurePermutation()
3296 …Code PetscSectionGetClosurePermutation_Private(PetscSection section, PetscObject obj, PetscInt dep… in PetscSectionGetClosurePermutation_Private()
3332 PetscErrorCode PetscSectionGetClosurePermutation(PetscSection section, PetscObject obj, PetscInt de… in PetscSectionGetClosurePermutation()
3343 …scSectionGetClosureInversePermutation_Internal(PetscSection section, PetscObject obj, PetscInt dep… in PetscSectionGetClosureInversePermutation_Internal()
3378 PetscErrorCode PetscSectionGetClosureInversePermutation(PetscSection section, PetscObject obj, Pets… in PetscSectionGetClosureInversePermutation()
/petsc/src/snes/utils/
H A Ddmsnes.c434 PetscErrorCode DMSNESSetObjective(DM dm, SNESObjectiveFn *obj, PetscCtx ctx) in DMSNESSetObjective()
466 PetscErrorCode DMSNESGetObjective(DM dm, SNESObjectiveFn **obj, PetscCtxRt ctx) in DMSNESGetObjective()
H A Ddmdasnes.c394 …iveLocal(DM dm, PetscErrorCode (*func)(DMDALocalInfo *info, void *x, PetscReal *obj, void *), Pets… in DMDASNESSetObjectiveLocal()
431 …veLocalVec(DM dm, PetscErrorCode (*func)(DMDALocalInfo *info, Vec x, PetscReal *obj, void *), Pets… in DMDASNESSetObjectiveLocalVec()
/petsc/lib/petsc/bin/
H A DgetAPI.py46 def displayIncludeMansec(obj): argument
49 def displayFile(obj): argument
/petsc/src/sys/objects/
H A Dtagm.c36 PetscErrorCode PetscObjectGetNewTag(PetscObject obj, PetscMPIInt *tag) in PetscObjectGetNewTag()
/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp248 PETSC_NODISCARD inline constexpr auto PetscObjectComm(T &&obj) noexcept -> Petsc::util::enable_if_t… in PetscObjectComm()
/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c91 PetscErrorCode PetscPartitionerViewFromOptions(PetscPartitioner A, PetscObject obj, const char name… in PetscPartitionerViewFromOptions()
/petsc/src/vec/is/ao/interface/
H A Dao.c63 PetscErrorCode AOViewFromOptions(AO ao, PetscObject obj, const char name[]) in AOViewFromOptions()
/petsc/src/sys/logging/handler/impls/nested/
H A Dlognested.c241 static PetscErrorCode PetscLogHandlerObjectCreate_Nested(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectCreate_Nested()
265 static PetscErrorCode PetscLogHandlerObjectDestroy_Nested(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectDestroy_Nested()
/petsc/src/ml/regressor/interface/
H A Dregressor.c151 PetscErrorCode PetscRegressorViewFromOptions(PetscRegressor A, PetscObject obj, const char name[]) in PetscRegressorViewFromOptions()
/petsc/src/sys/classes/viewer/interface/
H A Dview.c312 PetscErrorCode PetscViewerViewFromOptions(PetscViewer A, PetscObject obj, const char name[]) in PetscViewerViewFromOptions()
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c204 PetscErrorCode MatCoarsenViewFromOptions(MatCoarsen A, PetscObject obj, const char name[]) in MatCoarsenViewFromOptions()
/petsc/src/dm/dt/space/interface/
H A Dspace.c126 PetscErrorCode PetscSpaceViewFromOptions(PetscSpace A, PetscObject obj, const char name[]) in PetscSpaceViewFromOptions()
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c56 Vec obj; /* desired end state */ member
347 PetscErrorCode ComputeObjective(PetscReal t, Vec obj, AppCtx *appctx) in ComputeObjective()
/petsc/include/
H A Dpetscsys.h1437 #define PetscObjectParameterSetDefault(obj, NAME, value) \ argument
1583 #define PetscObjectQueryFunction(obj, name, fptr) PetscObjectQueryFunction_Private((obj), (name), (… argument
1617 #define PetscObjectSAWsViewOff(obj) PETSC_SUCCESS argument
1618 #define PetscObjectSAWsSetBlock(obj, flg) PETSC_SUCCESS argument
1619 #define PetscObjectSAWsBlock(obj) PETSC_SUCCESS argument
1620 #define PetscObjectSAWsGrantAccess(obj) PETSC_SUCCESS argument
1621 #define PetscObjectSAWsTakeAccess(obj) PETSC_SUCCESS argument
/petsc/src/vec/pf/interface/
H A Dpf.c218 PetscErrorCode PFViewFromOptions(PF A, PetscObject obj, const char name[]) in PFViewFromOptions()
/petsc/src/sys/python/
H A Dpythonsys.c291 PetscErrorCode PetscPythonMonitorSet(PetscObject obj, const char url[]) in PetscPythonMonitorSet()
/petsc/src/dm/label/impls/ephemeral/
H A Ddmlabeleph.c165 PetscObject obj; in DMLabelDuplicate_Ephemeral() local

123456