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::ElectroMagCells1D Class Reference
Inheritance diagram for phoxonics::core::ElectroMagCells1D:
Inheritance graph
[legend]
Collaboration diagram for phoxonics::core::ElectroMagCells1D:
Collaboration graph
[legend]

Public Member Functions

 ElectroMagCells1D ()
 
virtual ~ElectroMagCells1D ()
 
void configure () overridefinal
 
void print_me () overridefinal
 
void generate_cells_h5 (std::string material_property) overridefinal
 
void generate_cells_slice_h5 (std::string component, std::shared_ptr< phoxonics::common::Hdf5Base > hdf5_base) overridefinal
 
void visualize_cells_slice (std::string component, phoxonics::visual::GnuplotConfig gp_config) overridefinal
 
- Public Member Functions inherited from phoxonics::core::CellsBase
 CellsBase ()
 
virtual ~CellsBase ()
 
 CellsBase ()
 
virtual ~CellsBase ()
 
- Public Member Functions inherited from phoxonics::core::SimulationItemBase
virtual void configure (std::shared_ptr< ConfigBase > config_base)
 
virtual void configure (std::shared_ptr< ConfigBase > config_base)
 

Public Attributes

std::vector< ElectroMagCellcells
 
- 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::ElectroMagCells1D::ElectroMagCells1D ( )
phoxonics::core::ElectroMagCells1D::~ElectroMagCells1D ( )
virtual

Member Function Documentation

void phoxonics::core::ElectroMagCells1D::configure ( )
finaloverridevirtual
void phoxonics::core::ElectroMagCells1D::generate_cells_h5 ( std::string  material_property)
finaloverridevirtual
void phoxonics::core::ElectroMagCells1D::generate_cells_slice_h5 ( std::string  component,
std::shared_ptr< phoxonics::common::Hdf5Base hdf5_base 
)
finaloverridevirtual
void phoxonics::core::ElectroMagCells1D::print_me ( )
finaloverridevirtual
void phoxonics::core::ElectroMagCells1D::visualize_cells_slice ( std::string  component,
phoxonics::visual::GnuplotConfig  gp_config 
)
finaloverridevirtual

Member Data Documentation

std::vector<ElectroMagCell> phoxonics::core::ElectroMagCells1D::cells