Searched refs:p_ (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/ |
| H A D | petsc4py.i | 365 int res = SWIG_ConvertPtr(input,&argp,%descriptor(p_##Type), 0); in Type() 388 int res = SWIG_ConvertPtr(input,&argp,%descriptor(p_##Type), 0); in Type()
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 105 PetscBLASInt n_, p_, k_, lda, ldb, ldc; in TensorContract_Private() local 111 PetscCall(PetscBLASIntCast(p, &p_)); in TensorContract_Private() 113 lda = p_; in TensorContract_Private() 115 ldc = p_; in TensorContract_Private() 116 …PetscCallBLAS("BLASgemm", BLASREALgemm_("N", "T", &p_, &n_, &k_, &one, A + i * k * p, &lda, B, &ld… in TensorContract_Private()
|
| /petsc/doc/manual/ |
| H A D | ts.md | 1249 …2H/\omega_S \, \omega' & =& p_m - p_{max} sin(\phi) -D (\omega - \omega_S), \quad t_0 \leq t \leq … 1259 \phi(t_0) &=& \arcsin \left( p_m / p_{max} \right), \\ 1263 $p_{max}$ is a positive number when the system operates normally. 1264 At an event such as fault incidence/removal, $p_{max}$ will change
|