PLaSK library
|
#include <solvers/optical/modal/python/modal-python.hpp>
Public Member Functions | |
Incident (Scattering *parent) | |
py::object | get_coefficients () |
py::object | get_fluxes () |
shared_ptr< Eigenmodes< SolverT > > | eigenmodes () |
LazyData< Vec< 3, dcomplex > > | getLightE (const shared_ptr< const MeshD< SolverT::SpaceType::DIM > > &dst_mesh, InterpolationMethod method) |
LazyData< Vec< 3, dcomplex > > | getLightH (const shared_ptr< const MeshD< SolverT::SpaceType::DIM > > &dst_mesh, InterpolationMethod method) |
Static Public Member Functions | |
static void | registerClass (const char *suffix, const char *name) |
Public Attributes | |
Scattering * | parent |
ProviderFor< LightE, typenameSolverT::SpaceType >::Delegate | outLightE |
ProviderFor< LightH, typenameSolverT::SpaceType >::Delegate | outLightH |
Definition at line 623 of file modal-python.hpp.
|
inline |
Definition at line 627 of file modal-python.hpp.
|
inline |
Definition at line 638 of file modal-python.hpp.
|
inline |
Definition at line 631 of file modal-python.hpp.
|
inline |
Definition at line 634 of file modal-python.hpp.
|
inline |
Definition at line 643 of file modal-python.hpp.
|
inline |
Definition at line 647 of file modal-python.hpp.
|
inlinestatic |
Definition at line 651 of file modal-python.hpp.
ProviderFor<LightE,typenameSolverT::SpaceType>::Delegate plask::optical::modal::python::Scattering< SolverT >::Incident::outLightE |
Definition at line 625 of file modal-python.hpp.
ProviderFor<LightH,typenameSolverT::SpaceType>::Delegate plask::optical::modal::python::Scattering< SolverT >::Incident::outLightH |
Definition at line 626 of file modal-python.hpp.
Scattering* plask::optical::modal::python::Scattering< SolverT >::Incident::parent |
Definition at line 624 of file modal-python.hpp.