#include "QedWrapperCommons.H"
#include "QedChiFunctions.H"
#include "Utils/WarpXConst.H"
#include <AMReX_Array.H>
#include <AMReX_Vector.H>
#include <AMReX_Gpu.H>
#include <physics/breit_wheeler/breit_wheeler_engine_tables.hpp>
#include <physics/breit_wheeler/breit_wheeler_engine_core.hpp>
#include <string>
#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