Home
last modified time | relevance | path

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

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/extensions/
H A Doperator_ext_conductingsheet.h40 virtual bool IsCylindricalMultiGridSave(bool child) const {UNUSED(child); return true;} in IsCylindricalMultiGridSave() function
H A Doperator_ext_cylinder.h39 virtual bool IsCylindricalMultiGridSave(bool child) const {UNUSED(child); return true;} in IsCylindricalMultiGridSave() function
H A Doperator_ext_mur_abc.h44 virtual bool IsCylindricalMultiGridSave(bool child) const;
H A Doperator_ext_lorentzmaterial.h38 virtual bool IsCylindricalMultiGridSave(bool child) const {UNUSED(child); return true;} in IsCylindricalMultiGridSave() function
H A Doperator_ext_steadystate.h39 virtual bool IsCylindricalMultiGridSave(bool child) const {UNUSED(child); return true;} in IsCylindricalMultiGridSave() function
H A Doperator_ext_tfsf.h41 virtual bool IsCylindricalMultiGridSave(bool child) const {UNUSED(child); return false;} in IsCylindricalMultiGridSave() function
H A Doperator_extension.h56 virtual bool IsCylindricalMultiGridSave(bool child) const {UNUSED(child); return false;} in IsCylindricalMultiGridSave() function
H A Doperator_ext_excitation.h42 virtual bool IsCylindricalMultiGridSave(bool child) const {UNUSED(child); return true;} in IsCylindricalMultiGridSave() function
H A Doperator_ext_upml.h42 virtual bool IsCylindricalMultiGridSave(bool child) const {if (child) return false; return true;} in IsCylindricalMultiGridSave() function
H A Doperator_ext_mur_abc.cpp61 bool Operator_Ext_Mur_ABC::IsCylindricalMultiGridSave(bool child) const in IsCylindricalMultiGridSave() function in Operator_Ext_Mur_ABC
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Doperator_cylindermultigrid.cpp537 if (op_ext->IsCylindricalMultiGridSave(false)==false) in AddExtension()
551 if (op_ext->IsCylindricalMultiGridSave(true)) in AddExtension()