Searched defs:power (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | makefile | 10 power: ${OBJECTS_PF} target
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | axis.c | 32 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 D | petscmath.h | 1051 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 D | tsevent.c | 520 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 D | cupmcontext.hpp | 433 inline PetscErrorCode DeviceContext<T>::getPower(PetscDeviceContext dctx, PetscLogDouble *power) no… in getPower()
|
| /petsc/src/mat/impls/aij/seq/bas/ |
| H A D | spbas.c | 775 PetscErrorCode spbas_power(spbas_matrix in_matrix, PetscInt power, spbas_matrix *result) in spbas_power()
|
| /petsc/include/petsc/private/ |
| H A D | deviceimpl.h | 354 … PetscErrorCode PetscDeviceContextGetPower_Internal(PetscDeviceContext dctx, PetscLogDouble *power) in PetscDeviceContextGetPower_Internal()
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 2435 PetscLogDouble power; in PetscLogGpuTimeEnd() local
|