SheafSystem
0.0.0.0
|
An entry in a discretization map. More...
#include <pullback_map.h>
PULLBACK_MAP_ENTRY FACET | |
scoped_index | disc_id |
The id of a discretization member. More... | |
chart_point_3d | domain_pt |
The location of the discretization member. More... | |
pullback_map_entry () | |
Default constructor; creates an instance with unspecied values. More... | |
pullback_map_entry (pod_index_type xchart_id) | |
Creates an instance with domain_pt().chart_id == xchart_id and other values uninitalized. More... | |
pullback_map_entry (const scoped_index &xchart_id) | |
Creates an instance with domain_pt().chart_id == xchart_id.hub_pod() and other values uninitalized. More... | |
pullback_map_entry (const scoped_index &xdisc_id, chart_point_3d xdomain_pt) | |
Creates an instance with disc_id == xdisc_id and domain_pt == xdomain_pt. More... | |
bool | operator== (const pullback_map_entry &xother) const |
True if domain_pt.chart == xother.domain_pt.chart; equality operator for pullback map. More... | |
An entry in a discretization map.
Definition at line 44 of file pullback_map.h.
|
inline |
Default constructor; creates an instance with unspecied values.
Definition at line 67 of file pullback_map.h.
|
inline |
Creates an instance with domain_pt().chart_id == xchart_id and other values uninitalized.
Definition at line 73 of file pullback_map.h.
References fiber_bundle::chart_point::put_chart_id().
|
inline |
Creates an instance with domain_pt().chart_id == xchart_id.hub_pod() and other values uninitalized.
Definition at line 82 of file pullback_map.h.
References sheaf::scoped_index::hub_pod(), and fiber_bundle::chart_point::put_chart_id().
|
inline |
Creates an instance with disc_id == xdisc_id and domain_pt == xdomain_pt.
Definition at line 90 of file pullback_map.h.
|
inline |
True if domain_pt.chart == xother.domain_pt.chart; equality operator for pullback map.
Definition at line 100 of file pullback_map.h.
References fiber_bundle::chart_point::chart_id(), and domain_pt.
scoped_index fields::pullback_map_entry::disc_id |
The id of a discretization member.
Definition at line 57 of file pullback_map.h.
Referenced by fields::base_space_map::base_space_map(), fields::section_pusher_pullback_action::operator()(), fields::body_pusher_pullback_action::operator()(), fields::operator<<(), fields::body_pusher::same_fiber(), fields::section_pusher::section_pusher(), and fields::section_pusher_pullback_action::section_pusher_pullback_action().
chart_point_3d fields::pullback_map_entry::domain_pt |
The location of the discretization member.
Definition at line 62 of file pullback_map.h.
Referenced by fields::base_space_map::base_space_map(), fields::section_pusher_pullback_action::operator()(), fields::body_pusher_pullback_action::operator()(), fields::discretization_hash::operator()(), fields::operator<<(), operator==(), fields::body_pusher::same_fiber(), fields::section_pusher::section_pusher(), and fields::section_pusher_pullback_action::section_pusher_pullback_action().