From a382fc0885680daee56761a422fd37213acc9865 Mon Sep 17 00:00:00 2001 From: Guillaume Demesy <guillaume.demesy@fresnel.fr> Date: Thu, 5 Sep 2019 10:32:26 +0200 Subject: [PATCH] typo: outgoing harmonics --- ElectromagneticScattering/scattering.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ElectromagneticScattering/scattering.pro b/ElectromagneticScattering/scattering.pro index 680d32f..609cbcc 100644 --- a/ElectromagneticScattering/scattering.pro +++ b/ElectromagneticScattering/scattering.pro @@ -493,8 +493,8 @@ PostProcessing { { Name H_scat ; Value { Local { [siwt*I[]/(mur[]*mu0*omega0)*{Curl u}]; In All_domains; Jacobian JVol; } } } { Name Mnm_source~{pe} ; Value { Local { [ Mnm_source~{pe}[] ]; In All_domains; Jacobian JVol; } } } For po In {1:p_max} - { Name a~{pe}~{po} ; Value { Integral { [ {u}*Conj[Mnm_out~{pe}[]] ]; In SurfInt; Integration Int_1 ; Jacobian JSur; } } } - { Name norma~{pe}~{po} ; Value { Integral { [ Mnm_out~{pe}[]*Conj[Mnm_out~{pe}[]] ]; In SurfInt; Integration Int_1 ; Jacobian JSur; } } } + { Name a~{pe}~{po} ; Value { Integral { [ {u}*Conj[Mnm_out~{po}[]] ]; In SurfInt; Integration Int_1 ; Jacobian JSur; } } } + { Name norma~{pe}~{po} ; Value { Integral { [ Mnm_out~{pe}[]*Conj[Mnm_out~{po}[]] ]; In SurfInt; Integration Int_1 ; Jacobian JSur; } } } EndFor } } @@ -629,7 +629,7 @@ PostOperation { } EndFor EndIf - + If (flag_study==RES_GREEN) For ncomp In {0:2} {Name GreenAll_postop~{ncomp}; NameOfPostProcessing GreenAll_postpro~{ncomp} ; -- GitLab