|
PLaSK library
|
#include <solvers/optical/modal/python/modal-python.hpp>
Public Member Functions | |
| Transmitted (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 670 of file modal-python.hpp.
|
inline |
Definition at line 674 of file modal-python.hpp.
|
inline |
Definition at line 686 of file modal-python.hpp.
|
inline |
Definition at line 678 of file modal-python.hpp.
|
inline |
Definition at line 682 of file modal-python.hpp.
|
inline |
Definition at line 691 of file modal-python.hpp.
|
inline |
Definition at line 695 of file modal-python.hpp.
|
inlinestatic |
Definition at line 699 of file modal-python.hpp.
| ProviderFor<LightE,typenameSolverT::SpaceType>::Delegate plask::optical::modal::python::Scattering< SolverT >::Transmitted::outLightE |
Definition at line 672 of file modal-python.hpp.
| ProviderFor<LightH,typenameSolverT::SpaceType>::Delegate plask::optical::modal::python::Scattering< SolverT >::Transmitted::outLightH |
Definition at line 673 of file modal-python.hpp.
| Scattering* plask::optical::modal::python::Scattering< SolverT >::Transmitted::parent |
Definition at line 671 of file modal-python.hpp.