Searched refs:trial (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/tao/pde_constrained/tutorials/output/ |
| H A D | hyperbolic_guess_pod.out | 6 Total KSP iterations over 1 trial(s): 229 7 KSP iterations per trial: 140
|
| H A D | hyperbolic_1.out | 6 Total KSP iterations over 1 trial(s): 313 7 KSP iterations per trial: 224
|
| H A D | parabolic_1.out | 10 Total KSP iterations over 1 trial(s): 2274 11 KSP iterations per trial: 1958
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glleadapt.c | 302 } best = {-1, 0, 0}, trial = {-1, 0, 0}, current = {-1, 0, 0}; in TSGLLEAdaptChoose_Both() local 308 trial.id = i; in TSGLLEAdaptChoose_Both() 310 trial.h = h * optimal; in TSGLLEAdaptChoose_Both() 311 trial.eff = trial.h / cost[i]; in TSGLLEAdaptChoose_Both() 312 if (trial.eff > best.eff) PetscCall(PetscArraycpy(&best, &trial, 1)); in TSGLLEAdaptChoose_Both() 313 if (i == cur) PetscCall(PetscArraycpy(¤t, &trial, 1)); in TSGLLEAdaptChoose_Both()
|
| /petsc/src/mat/tests/ |
| H A D | ex237.c | 32 PetscInt nbs = 10, ntype = 10, nN = 8, m, M, trial = 5; in main() local 46 PetscCall(PetscOptionsGetInt(NULL, NULL, "-trial", &trial, NULL)); in main() 219 …m_hint, (spr, SPARSE_OPERATION_NON_TRANSPOSE, descr, SPARSE_LAYOUT_COLUMN_MAJOR, N[k], 1 + trial)); in main() 220 …etscCallMKLSparse(mkl_sparse_set_mv_hint, (spr, SPARSE_OPERATION_NON_TRANSPOSE, descr, 1 + trial)); in main() 255 for (t = 0; t < trial; ++t) PetscCall(MatProductNumeric(D)); in main() 274 for (t = 0; t < trial; ++t) PetscCall(MatMult(E, cC, cD)); in main() 293 …for (t = 0; t < trial; ++t) PetscCallMKLSparse(mkl_sparse_d_mm, (SPARSE_OPERATION_NON_TRANSPOSE, 1… in main() 310 for (t = 0; t < trial; ++t) PetscCall(MatMult(A, cC, cD)); in main() 323 …for (t = 0; t < trial; ++t) PetscCallMKLSparse(mkl_sparse_d_mv, (SPARSE_OPERATION_NON_TRANSPOSE, 1… in main() 354 for (t = 0; t < trial; ++t) PetscCall(MatProductNumeric(D)); in main() [all …]
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 39 self.trial = {} 78 self.trial[self.location] = name 183 elif useTrial and self.location and self.location in self.trial: 184 return self.trial[self.location][1] 191 elif useTrial and self.location and self.location in self.trial: 192 return self.trial[self.location][2] 376 for location, name in self.trial.items(): 388 self.trial[location] = (name, include, lib, 'Unknown')
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DMPlex | 4 …d balancing. It is designed to interface with the `PetscFE` and `PetscFV` trial discretization obj…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 116 Ijk trial = ZCodeSplit(z + s); in ZLayoutCreate() local 117 if (IjkActive(layout->eextent, trial)) { in ZLayoutCreate()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 2153 If `True`, the pressure/velocity is in the trial/test space 2154 respectively. If `False` the pressure/velocity is in the test/trial
|