| /petsc/src/snes/tutorials/output/ |
| H A D | ex58_6.out | 5 Line search: lambdas = [1., 0.5, 0.], fnorms = [0.0797335, 0.100809, 0.159656] 6 Line search: lambdas = [0.915104, 0.957552, 1.], fnorms = [0.081438, 0.0805196, 0.0797335] 13 Line search: lambdas = [1., 0.5, 0.], fnorms = [0.198412, 0.0569585, 0.081438] 14 Line search: lambdas = [0.292873, 0.646436, 1.], fnorms = [0.0649412, 0.0601262, 0.198412] 15 … Line search: lambdas = [0.475511, 0.384192, 0.292873], fnorms = [0.0577764, 0.0611996, 0.0649412] 22 Line search: lambdas = [1., 0.5, 0.], fnorms = [0.056166, 0.0384986, 0.0577764] 23 Line search: lambdas = [0.513001, 0.7565, 1.], fnorms = [0.0381892, 0.037167, 0.056166] 24 … Line search: lambdas = [0.644888, 0.578944, 0.513001], fnorms = [0.0361373, 0.0368725, 0.0381892] 25 … Line search: lambdas = [0.690301, 0.667594, 0.644888], fnorms = [0.0361293, 0.0360723, 0.0361373] 26 … Line search: lambdas = [0.668336, 0.679318, 0.690301], fnorms = [0.0360721, 0.0360854, 0.0361293] [all …]
|
| H A D | ex58_5.out | 5 Line search: lambdas = [1., 0.], ftys = [0.0294416, 0.0768936] 13 Line search: lambdas = [1., 0.], ftys = [0.00954639, 0.0261375] 20 Line search: lambdas = [1., 0.], ftys = [0.00765462, 0.0492186] 27 Line search: lambdas = [1., 0.], ftys = [0.00539737, 0.0220958] 34 Line search: lambdas = [1., 0.], ftys = [0.00338548, 0.0108096] 41 Line search: lambdas = [1., 0.], ftys = [0.00273951, 0.00666652] 48 Line search: lambdas = [1., 0.], ftys = [0.00531656, 0.0130351] 55 Line search: lambdas = [1., 0.], ftys = [0.00132064, 0.0061034] 62 Line search: lambdas = [1., 0.], ftys = [1.97894e-05, 0.000346289] 69 Line search: lambdas = [1., 0.], ftys = [3.9726e-09, 1.23766e-06] [all …]
|
| /petsc/include/ |
| H A D | petsclandau.h | 94 void *lambdas; member 160 PetscReal lambdas[LANDAU_MAX_GRIDS][LANDAU_MAX_GRIDS]; member
|
| /petsc/src/snes/tests/output/ |
| H A D | ex241_1.out | 5 Line search: objective function at lambdas = 1. is infinity or NaN, cutting lambda
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 213 …PetscReal (*lambdas)[LANDAU_MAX_GRIDS][LANDAU_MAX_GRIDS] = (PetscReal (*)[LANDAU_MAX_GRIDS][LANDAU… in LandauFormJacobian_Internal() local 369 … temp1[0] += dudx[idx] * nu_beta[f + f_off] * invMass[f + f_off] * (*lambdas)[grid][grid_r]; in LandauFormJacobian_Internal() 370 … temp1[1] += dudy[idx] * nu_beta[f + f_off] * invMass[f + f_off] * (*lambdas)[grid][grid_r]; in LandauFormJacobian_Internal() 372 … temp1[2] += dudz[idx] * nu_beta[f + f_off] * invMass[f + f_off] * (*lambdas)[grid][grid_r]; in LandauFormJacobian_Internal() 374 temp2 += ff[idx] * nu_beta[f + f_off] * (*lambdas)[grid][grid_r]; in LandauFormJacobian_Internal() 1052 …ctx->lambdas[gridi][gridj] = 23.5 - PetscLogReal(PetscSqrtReal(ni) * PetscPowReal(Ti_ev, -1.25)) -… in makeLambdas() 1055 …ctx->lambdas[gridi][gridj] = ctx->lambdas[gridj][gridi] = 23 - PetscLogReal(PetscSqrtReal(ni) * Zj… in makeLambdas() 1057 …ctx->lambdas[gridi][gridj] = ctx->lambdas[gridj][gridi] = 24 - PetscLogReal(PetscSqrtReal(ni) / Ti… in makeLambdas() 1065 …ctx->lambdas[gridi][gridj] = ctx->lambdas[gridj][gridi] = 23 - PetscLogReal(Zi * Zj * (mui + muj) … in makeLambdas() 1232 …for (PetscInt gridj = 0; gridj < LANDAU_MAX_GRIDS; gridj++) ctx->lambdas[gridj][grid] = lnLam; /* … in ProcessOptions() [all …]
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 176 … lambdas = new Kokkos::Vie… in LandauKokkosStaticDataSet() local 177 …ta_d->lambdas … in LandauKokkosStaticDataSet() 200 Kokkos::deep_copy(*lambdas, h_lambdas); in LandauKokkosStaticDataSet() 286 auto lambdas = static_cast<Kokkos::View<PetscReal *, Kokkos::LayoutLeft> *>(SData_d->lambdas); in LandauKokkosStaticDataClear() local 287 delete lambdas; in LandauKokkosStaticDataClear() 403 … d_lambdas_k = static_cast<Kokkos::View<PetscReal *, Kokkos::LayoutLeft> *>(SData_d->lambdas); in LandauKokkosJacobian()
|
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex1.c | 142 …v_bar_ab = 1.8e-19 * PetscSqrtReal(m_cgs[0] * m_cgs[1]) * n_cm3[0] * ctx->lambdas[0][1] * PetscPow… in FormFunction() 152 …Real(PETSC_PI / m_cgs[ii]) * PetscSqr(PetscSqr(e_cgs)) * n_cm3[0] * ctx->lambdas[0][1] * PetscPowR… in FormFunction()
|
| H A D | ex2.c | 206 …spit_eta = Spitzer(ctx->masses[0], -ctx->charges[0], Z, ctx->epsilon0, ctx->lambdas[0][1], Te_kev … in testSpitzer() 614 CalculateE(Tev, n, ctx->lambdas[0][1], ctx->epsilon0, &E); in ProcessREOptions()
|