#include "BreitWheelerEngineWrapper_fwd.H"
#include "QedChiFunctions.H"
#include "QedWrapperCommons.H"
#include "Utils/WarpXConst.H"
#include <AMReX_Extension.H>
#include <AMReX_GpuContainers.H>
#include <AMReX_GpuQualifiers.H>
#include <AMReX_REAL.H>
#include <AMReX_Random.H>
#include <picsar_qed/containers/picsar_array.hpp>
#include <picsar_qed/math/cmath_overloads.hpp>
#include <picsar_qed/math/math_constants.h>
#include <picsar_qed/math/vec_functions.hpp>
#include <picsar_qed/physics/breit_wheeler/breit_wheeler_engine_core.hpp>
#include <picsar_qed/physics/breit_wheeler/breit_wheeler_engine_tables.hpp>
#include <picsar_qed/physics/gamma_functions.hpp>
#include <picsar_qed/physics/phys_constants.h>
#include <picsar_qed/physics/unit_conversion.hpp>
#include <cmath>
#include <vector>
Go to the source code of this file.
|
| using | BW_dndt_table_params = picsar::multi_physics::phys::breit_wheeler::dndt_lookup_table_params< amrex::Real > |
| |
| using | BW_dndt_table = picsar::multi_physics::phys::breit_wheeler::dndt_lookup_table< amrex::Real, amrex::Gpu::DeviceVector< amrex::Real > > |
| |
| using | BW_dndt_table_view = BW_dndt_table::view_type |
| |
| using | BW_pair_prod_table_params = picsar::multi_physics::phys::breit_wheeler::pair_prod_lookup_table_params< amrex::Real > |
| |
| using | BW_pair_prod_table = picsar::multi_physics::phys::breit_wheeler::pair_prod_lookup_table< amrex::Real, amrex::Gpu::DeviceVector< amrex::Real > > |
| |
| using | BW_pair_prod_table_view = BW_pair_prod_table::view_type |
| |
◆ BW_dndt_table
| using BW_dndt_table = picsar::multi_physics::phys::breit_wheeler:: dndt_lookup_table< amrex::Real, amrex::Gpu::DeviceVector<amrex::Real> > |
◆ BW_dndt_table_params
| using BW_dndt_table_params = picsar::multi_physics::phys::breit_wheeler:: dndt_lookup_table_params<amrex::Real> |
◆ BW_dndt_table_view
◆ BW_pair_prod_table
| using BW_pair_prod_table = picsar::multi_physics::phys::breit_wheeler:: pair_prod_lookup_table< amrex::Real, amrex::Gpu::DeviceVector<amrex::Real> > |
◆ BW_pair_prod_table_params
◆ BW_pair_prod_table_view