Home
last modified time | relevance | path

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

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/extensions/
H A Doperator_ext_conductingsheet.h39 …virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const {UNUSED(closedAlpha); … in IsCylinderCoordsSave() argument
H A Doperator_ext_cylinder.h38 …virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const {UNUSED(closedAlpha); … in IsCylinderCoordsSave() argument
H A Doperator_ext_lorentzmaterial.h37 …virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const {UNUSED(closedAlpha); … in IsCylinderCoordsSave() argument
H A Doperator_ext_steadystate.h38 …virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const {UNUSED(closedAlpha); … in IsCylinderCoordsSave() argument
H A Doperator_ext_tfsf.h40 …virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const {UNUSED(closedAlpha); … in IsCylinderCoordsSave() argument
H A Doperator_extension.h53 …virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const {UNUSED(closedAlpha); … in IsCylinderCoordsSave() argument
H A Doperator_ext_excitation.h41 …virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const {UNUSED(closedAlpha); … in IsCylinderCoordsSave() argument
H A Doperator_ext_upml.h39 …virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const { UNUSED(closedAlpha);… in IsCylinderCoordsSave() argument
H A Doperator_ext_mur_abc.cpp52 bool Operator_Ext_Mur_ABC::IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const in IsCylinderCoordsSave() argument
54 if ((m_ny==0) && (!m_top) && (R0_included || closedAlpha)) in IsCylinderCoordsSave()
56 if ((m_ny==1) && (closedAlpha)) in IsCylinderCoordsSave()
H A Doperator_ext_mur_abc.h43 virtual bool IsCylinderCoordsSave(bool closedAlpha, bool R0_included) const;