Home
last modified time | relevance | path

Searched defs:init (Results 1 – 11 of 11) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/
H A D__init__.py23 def init(args=None, arch=None, comm=None): function
/petsc/include/petsc/private/
H A Dglvisviewerimpl.h13 …PetscBool init; /* whether or not the popup window has been initialized (must be done after hav… member
/petsc/share/petsc/saws/js/
H A DPETSc.js10 var init = false; variable
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.h7 PetscBool init; /* do only init step - error correction of direction is omitted */ member
/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex3.c92 for (TestInitType init = TEST_INIT_NONE; init < TEST_INIT_COUNT; init++) { in main() local
/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx396 auto &init = defaultDevices[type].second; in PetscDeviceInitializeDefaultDevice_Internal() local
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx363 PetscBool init; in ~PoolAllocator() local
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx328 KOKKOS_INLINE_FUNCTION void init(TransposeDotTag, value_type sum) const { init(sum); } in init() function
329 KOKKOS_INLINE_FUNCTION void init(ConjugateDotTag, value_type sum) const { init(sum); } in init() function
336 KOKKOS_INLINE_FUNCTION void init(value_type sum) const in init() function
1202 KOKKOS_INLINE_FUNCTION void init(value_type result) const in init() function
/petsc/src/ts/tests/
H A Dex5.c100 PetscScalar init; /* initialization scenario */ member
123 PetscScalar init; member
H A Dex27.c289 PetscReal vc_l[3], L = ctx->L, h = ctx->h, epsilon = ctx->epsilon, init = 0.5 * h - L; in ComputeGradS() local
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c758 PetscLayout init; in PetscLayoutCreateFromSizesAndOffset() local