Home
last modified time | relevance | path

Searched refs:Eapplied (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/ !
H A Dex10.c77 PetscReal Eapplied; /* Radiation flux from the left */ member
358 f[0].E = hx * (n.E - 2. * D_R * nx.E - rd->Eapplied); in RDIFunction_FD()
692 f[0].E += -ratio * 0.5 * (rd->Eapplied - n.E); in RDIFunction_FE()
1030 rd->Eapplied = 4 * rd->unit.Joule / PetscPowRealInt(rd->unit.meter, 3); in RDCreate()
1038 rd->Eapplied = 0.; in RDCreate()
1046 rd->Eapplied = 7.503e6 * rd->unit.Joule / PetscPowRealInt(rd->unit.meter, 3); in RDCreate()
1056 …l("-rd_E_applied", "Radiation flux at left end of domain", "", rd->Eapplied, &rd->Eapplied, NULL)); in RDCreate()