Phoxonics  1.0
Object Oriented FDTD Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
phoxonics::core::PmlBase Class Reference
Inheritance diagram for phoxonics::core::PmlBase:
Inheritance graph
[legend]
Collaboration diagram for phoxonics::core::PmlBase:
Collaboration graph
[legend]

Public Member Functions

 PmlBase ()
 
virtual ~PmlBase ()
 
virtual void configure (std::shared_ptr< ConfigBase > config_base) override
 
virtual void print_me () override
 
virtual void apply_pml (std::shared_ptr< CellsBase > cells_base)
 
 PmlBase ()
 
virtual ~PmlBase ()
 
virtual void configure (std::shared_ptr< ConfigBase > config_base) override
 
virtual void print_me () override
 
virtual void apply_pml (std::shared_ptr< CellsBase > cells_base)
 
- Public Member Functions inherited from phoxonics::core::SimulationItemBase
virtual void configure ()
 
virtual void configure ()
 

Public Attributes

Vector3D thickness
 
- Public Attributes inherited from phoxonics::core::SimulationItemBase
std::shared_ptr< SimulationConfigsim_config { nullptr }
 

Additional Inherited Members

- Protected Types inherited from phoxonics::core::SimulationItemBase
typedef
phoxonics::common::Formatter 
fmt_
 
typedef
phoxonics::common::Formatter 
fmt_
 
- Protected Member Functions inherited from phoxonics::core::SimulationItemBase
 SimulationItemBase ()
 
virtual ~SimulationItemBase ()
 
 SimulationItemBase ()
 
virtual ~SimulationItemBase ()
 
- Protected Attributes inherited from phoxonics::core::SimulationItemBase
phoxonics::common::Logger log_
 
ConfigParamHelper config_param_heleper_
 
EmConstants em_constants_
 
phoxonics::common::Folder fld_
 
phoxonics::common::Utilities utils_
 
phoxonics::common::Strings strs_
 
phoxonics::visual::Hdf5Renderer hdf5_renderer_
 
phoxonics::common::Config cfg_
 

Constructor & Destructor Documentation

phoxonics::core::PmlBase::PmlBase ( )
explicit
phoxonics::core::PmlBase::~PmlBase ( )
virtual
phoxonics::core::PmlBase::PmlBase ( )
explicit
virtual phoxonics::core::PmlBase::~PmlBase ( )
virtual

Member Function Documentation

void phoxonics::core::PmlBase::apply_pml ( std::shared_ptr< CellsBase cells_base)
virtual
virtual void phoxonics::core::PmlBase::apply_pml ( std::shared_ptr< CellsBase cells_base)
virtual
virtual void phoxonics::core::PmlBase::configure ( std::shared_ptr< ConfigBase config_base)
overridevirtual
void phoxonics::core::PmlBase::configure ( std::shared_ptr< ConfigBase config_base)
overridevirtual
void phoxonics::core::PmlBase::print_me ( )
overridevirtual
virtual void phoxonics::core::PmlBase::print_me ( )
overridevirtual

Member Data Documentation

Vector3D phoxonics::core::PmlBase::thickness