Flow123d
master-f44eb46
|
This is the complete list of members for ObservePoint, including all inherited members.
DECLARE_INPUT_EXCEPTION(ExcNoInitialPoint,<< "Failed to find the element containing the initial observe point.\n") | ObservePoint | |
DECLARE_INPUT_EXCEPTION(ExcNoObserveElementCandidates,<< "Failed to find any element in the search radius of the observe point "<< EI_PointName::qval<< " with given coordinates "<< field_value_to_yaml(EI_Point::ref(*this))<< ".\n"<< "The closest element has index "<< EI_ClosestEle::ref(*this).element_idx_<< ", its distance is "<< EI_ClosestEle::ref(*this).distance_<< ".\n"<< "Solution: check the position of the observe point, possibly increase the maximal snapping distance "<< "(keys: observe_points:search_radius, mesh:global_snap_radius)"<< "\n") | ObservePoint | |
DECLARE_INPUT_EXCEPTION(ExcNoObserveElement,<< "Failed to find any element in the search radius of the observe point"<< EI_PointName::qval<< " inside the snap region: "<< EI_RegionName::qval<< ".\n"<< "The observe point coordinates are "<< field_value_to_yaml(EI_Point::ref(*this))<< ".\n"<< "The closest element (outside the snap region) has index "<< EI_ClosestEle::ref(*this).element_idx_<< ", its distance is "<< EI_ClosestEle::ref(*this).distance_<< ".\n"<< "Solution: check the position/region of the observe point, possibly increase the maximal snapping distance "<< "(keys: observe_points:search_radius, mesh:global_snap_radius)"<< "\n") | ObservePoint | |
element_idx() const | ObservePoint | inline |
find_observe_point(Mesh &mesh) | ObservePoint | protected |
get_input_type() | ObservePoint | static |
global_coords() const | ObservePoint | inline |
have_observe_element() | ObservePoint | protected |
in_rec_ | ObservePoint | protected |
input_point_ | ObservePoint | protected |
local_coords() const | ObservePoint | inline |
max_search_radius_ | ObservePoint | protected |
name_ | ObservePoint | protected |
Observe class | ObservePoint | friend |
observe_data_ | ObservePoint | protected |
ObservePoint() | ObservePoint | protected |
ObservePoint(Input::Record in_rec, Mesh &mesh, unsigned int point_idx) | ObservePoint | protected |
output(ostream &out, unsigned int indent_spaces, unsigned int precision) | ObservePoint | protected |
point_projection(unsigned int i_elm, ElementAccessor< 3 > elm) | ObservePoint | protected |
snap(Mesh &mesh) | ObservePoint | protected |
snap_dim_ | ObservePoint | protected |
snap_region_name_ | ObservePoint | protected |
TYPEDEF_ERR_INFO(EI_RegionName, std::string) | ObservePoint | |
TYPEDEF_ERR_INFO(EI_PointName, std::string) | ObservePoint | |
TYPEDEF_ERR_INFO(EI_Point, arma::vec3) | ObservePoint | |
TYPEDEF_ERR_INFO(EI_ClosestEle, ObservePointData) | ObservePoint |