#include "QedWrapperCommons.H"
#include "QedChiFunctions.H"
#include "Utils/WarpXConst.H"
#include <AMReX_Array.H>
#include <AMReX_Vector.H>
#include <AMReX_Gpu.H>
#include <physics/quantum_sync/quantum_sync_engine_tables.hpp>
#include <physics/quantum_sync/quantum_sync_engine_core.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
|
| using | QS_dndt_table_params = picsar::multi_physics::phys::quantum_sync::dndt_lookup_table_params< amrex::Real > |
| |
| using | QS_dndt_table = picsar::multi_physics::phys::quantum_sync::dndt_lookup_table< amrex::Real, amrex::Gpu::DeviceVector< amrex::Real > > |
| |
| using | QS_dndt_table_view = QS_dndt_table::view_type |
| |
| using | QS_phot_em_table_params = picsar::multi_physics::phys::quantum_sync::photon_emission_lookup_table_params< amrex::Real > |
| |
| using | QS_phot_em_table = picsar::multi_physics::phys::quantum_sync::photon_emission_lookup_table< amrex::Real, amrex::Gpu::DeviceVector< amrex::Real > > |
| |
| using | QS_phot_em_table_view = QS_phot_em_table::view_type |
| |
◆ QS_dndt_table
| using QS_dndt_table = picsar::multi_physics::phys::quantum_sync:: dndt_lookup_table< amrex::Real, amrex::Gpu::DeviceVector<amrex::Real> > |
◆ QS_dndt_table_params
| using QS_dndt_table_params = picsar::multi_physics::phys::quantum_sync:: dndt_lookup_table_params<amrex::Real> |
◆ QS_dndt_table_view
◆ QS_phot_em_table
| using QS_phot_em_table = picsar::multi_physics::phys::quantum_sync:: photon_emission_lookup_table< amrex::Real, amrex::Gpu::DeviceVector<amrex::Real> > |
◆ QS_phot_em_table_params
| using QS_phot_em_table_params = picsar::multi_physics::phys::quantum_sync:: photon_emission_lookup_table_params<amrex::Real> |
◆ QS_phot_em_table_view