PLaSK library
|
#include <solvers/optical/modal/python/modal-python.hpp>
Public Member Functions | |
Reflected (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 575 of file modal-python.hpp.
|
inline |
Definition at line 579 of file modal-python.hpp.
|
inline |
Definition at line 591 of file modal-python.hpp.
|
inline |
Definition at line 583 of file modal-python.hpp.
|
inline |
Definition at line 587 of file modal-python.hpp.
|
inline |
Definition at line 596 of file modal-python.hpp.
|
inline |
Definition at line 600 of file modal-python.hpp.
|
inlinestatic |
Definition at line 604 of file modal-python.hpp.
ProviderFor<LightE,typenameSolverT::SpaceType>::Delegate plask::optical::modal::python::Scattering< SolverT >::Reflected::outLightE |
Definition at line 577 of file modal-python.hpp.
ProviderFor<LightH,typenameSolverT::SpaceType>::Delegate plask::optical::modal::python::Scattering< SolverT >::Reflected::outLightH |
Definition at line 578 of file modal-python.hpp.
Scattering* plask::optical::modal::python::Scattering< SolverT >::Reflected::parent |
Definition at line 576 of file modal-python.hpp.