Searched refs:h1 (Results 1 – 9 of 9) sorted by relevance
| /petsc/doc/_static/css/ |
| H A D | custom.css | 2 --pst-font-size-h1: 21px;
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex10.c | 85 PetscInt i, j, k, i1, i2, j_1, j2, k1, k2, h1, h2, shiftx, shifty, shiftz; in GetElasticityMatrix() local 109 h1 = 0; in GetElasticityMatrix() 120 PetscCall(AddElement(mat, r1, r2, K, h1, h2)); in GetElasticityMatrix() 125 h1 += 3; in GetElasticityMatrix() 168 PetscErrorCode AddElement(Mat mat, PetscInt r1, PetscInt r2, PetscReal **K, PetscInt h1, PetscInt h… in AddElement() argument 179 if (K[h1 + l1][h2 + l2] != 0.0) { in AddElement() 182 val = K[h1 + l1][h2 + l2]; in AddElement()
|
| /petsc/src/ts/adapt/interface/ |
| H A D | tsadapt.c | 960 PetscReal t = ts->ptime + ts->time_step, tend, tmax, h1, hmax; in TSAdaptChoose() local 980 h1 = *next_h; in TSAdaptChoose() 981 tend = t + h1; in TSAdaptChoose() 985 ts->eval_times->worktol = ts->eval_times->reltol * h1 + ts->eval_times->abstol; in TSAdaptChoose() 995 if (t < tmax && tend < tmax && h1 * b > hmax) *next_h = hmax / 2; in TSAdaptChoose() 996 if (t < tmax && tend < tmax && h1 * a > hmax) *next_h = hmax; in TSAdaptChoose() 997 …if (ts->eval_times && h1 != *next_h && !adapt->dt_eval_times_cached) adapt->dt_eval_times_cached =… in TSAdaptChoose() 998 …if (ts->eval_times && h1 == *next_h && adapt->dt_eval_times_cached) adapt->dt_eval_times_cached = … in TSAdaptChoose()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/ |
| H A D | SymbolsList.css | 12 h1 { selector
|
| H A D | HeadersDiff.css | 12 h1 { selector
|
| H A D | CmpSystems.css | 12 h1 { selector
|
| H A D | Report.css | 12 h1 { selector
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 499 PetscInt h1, key, size = baij->ht_size, bs = mat->rmap->bs, *HT = baij->ht, idx; in MatSetValues_MPIBAIJ_HT() local 518 h1 = HASH(size, key, tmp); in MatSetValues_MPIBAIJ_HT() 520 idx = h1; in MatSetValues_MPIBAIJ_HT() 525 for (idx = h1; (idx < size) && (HT[idx] != key); idx++, total_ct++); in MatSetValues_MPIBAIJ_HT() 527 for (idx = 0; (idx < h1) && (HT[idx] != key); idx++, total_ct++); in MatSetValues_MPIBAIJ_HT() 528 …PetscCheck(idx != h1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "(%" PetscInt_FMT ",%" PetscInt_F… in MatSetValues_MPIBAIJ_HT() 532 for (idx = h1; (idx < size) && (HT[idx] != key); idx++); in MatSetValues_MPIBAIJ_HT() 534 for (idx = 0; (idx < h1) && (HT[idx] != key); idx++); in MatSetValues_MPIBAIJ_HT() 535 …PetscCheck(idx != h1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "(%" PetscInt_FMT ",%" PetscInt_F… in MatSetValues_MPIBAIJ_HT() 564 PetscInt h1, key, size = baij->ht_size, idx, *HT = baij->ht, Nbs = baij->Nbs; in MatSetValuesBlocked_MPIBAIJ_HT() local [all …]
|
| /petsc/doc/ |
| H A D | petsc.bib | 7771 @TechReport{ h1, techreport
|