#include <ERF_EBCutCell.H>
|
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE | path_data ()=default |
| |
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void | set (const amrex::RealVect &eb_point, const amrex::RealVect &eb_normal, const amrex::RealVect &v_start, const amrex::RealVect &v_end) |
| |
◆ path_data()
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE eb_cut_cell_::path_data::path_data |
( |
| ) |
|
|
default |
◆ set()
| AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void eb_cut_cell_::path_data::set |
( |
const amrex::RealVect & |
eb_point, |
|
|
const amrex::RealVect & |
eb_normal, |
|
|
const amrex::RealVect & |
v_start, |
|
|
const amrex::RealVect & |
v_end |
|
) |
| |
|
inline |
392 amrex::RealVect v_intersect;
395 eb_point, eb_normal, v_start, v_end, v_intersect, dist_intersect
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE int intersect_plane_edge(amrex::RealVect const &a_plane_point, amrex::RealVect const &a_plane_normal, amrex::RealVect const &a_edge_point0, amrex::RealVect const &a_edge_point1, amrex::RealVect &a_intersection_point, amrex::Real &a_intersection_dist)
Definition: ERF_EBCutCell.H:15
amrex::Real Real
Definition: ERF_ShocInterface.H:19
amrex::RealVect vIP
Definition: ERF_EBCutCell.H:380
amrex::Real distIP
Definition: ERF_EBCutCell.H:381
amrex::Real edge_length
Definition: ERF_EBCutCell.H:382
bool intersected_end
Definition: ERF_EBCutCell.H:379
bool intersected
Definition: ERF_EBCutCell.H:377
bool intersected_start
Definition: ERF_EBCutCell.H:378
Referenced by eb_cut_cell_::calc_edge_intersections().
◆ distIP
◆ edge_length
◆ intersected
| bool eb_cut_cell_::path_data::intersected {} |
◆ intersected_end
| bool eb_cut_cell_::path_data::intersected_end {} |
◆ intersected_start
| bool eb_cut_cell_::path_data::intersected_start {} |
◆ vIP
| amrex::RealVect eb_cut_cell_::path_data::vIP {} |
The documentation for this struct was generated from the following file: