Home
last modified time | relevance | path

Searched defs:power (Results 1 – 8 of 8) sorted by relevance

/petsc/src/snes/tutorials/network/power/
H A Dmakefile10 power: ${OBJECTS_PF} target
/petsc/src/sys/classes/draw/utils/
H A Daxis.c32 int i, power; in PetscADefTicks() local
109 PetscErrorCode PetscAGetBase(PetscReal vmin, PetscReal vmax, int num, PetscReal *Base, int *power) in PetscAGetBase()
/petsc/include/
H A Dpetscmath.h1051 static inline PetscInt PetscPowInt(PetscInt base, PetscInt power) in PetscPowInt()
1062 static inline PetscInt64 PetscPowInt64(PetscInt base, PetscInt power) in PetscPowInt64()
1073 static inline PetscReal PetscPowRealInt(PetscReal base, PetscInt power) in PetscPowRealInt()
1088 static inline PetscScalar PetscPowScalarInt(PetscScalar base, PetscInt power) in PetscPowScalarInt()
1103 static inline PetscScalar PetscPowScalarReal(PetscScalar base, PetscReal power) in PetscPowScalarReal()
/petsc/src/ts/event/
H A Dtsevent.c520 PetscReal new_dt, scal = 1.0, scalB = 1.0, threshold = 0.0, power; in RefineAndersonBjorck() local
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmcontext.hpp433 inline PetscErrorCode DeviceContext<T>::getPower(PetscDeviceContext dctx, PetscLogDouble *power) no… in getPower()
/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas.c775 PetscErrorCode spbas_power(spbas_matrix in_matrix, PetscInt power, spbas_matrix *result) in spbas_power()
/petsc/include/petsc/private/
H A Ddeviceimpl.h354 … PetscErrorCode PetscDeviceContextGetPower_Internal(PetscDeviceContext dctx, PetscLogDouble *power) in PetscDeviceContextGetPower_Internal()
/petsc/src/sys/logging/
H A Dplog.c2435 PetscLogDouble power; in PetscLogGpuTimeEnd() local