Home
last modified time | relevance | path

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

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/mathsResources/exactSolutions/
H A Dhelmholtz3d.cpp89 real_t pcnm1=1., pcn=cosp, pcnp1, n2p1cosp=cosp, twocosp= 2 * cosp; in scatteredFieldSphereNeumann() local
100 pcnp1 = (n2p1cosp * pcn - n * pcnm1) / (n + 1); in scatteredFieldSphereNeumann()
101 pcnm1 = pcn; in scatteredFieldSphereNeumann()
156 real_t pcnm1=1., pcn=cosp, pcnp1, n2p1cosp=cosp, twocosp=2 * cosp; in scatteredFieldSphereDirichlet() local
167 pcnp1 = (n2p1cosp * pcn - n * pcnm1) / (n + 1); in scatteredFieldSphereDirichlet()
168 pcnm1 = pcn; in scatteredFieldSphereDirichlet()
H A Dmaxwell3d.cpp142 …real_t pcnm1 = 1., pcn = cost, pcnp1, n2p1cost = cost, twocost = 2 * cost, psnm1 = 0., psn = sint,… in scatteredFieldMaxwellExn() local
166 pcnp1 = (n2p1cost * pcn - n * pcnm1) / np1; in scatteredFieldMaxwellExn()
167 pcnm1 = pcn; in scatteredFieldMaxwellExn()