Flow123d  master-f44eb46
ObservePoint Member List

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() constObservePointinline
find_observe_point(Mesh &mesh)ObservePointprotected
get_input_type()ObservePointstatic
global_coords() constObservePointinline
have_observe_element()ObservePointprotected
in_rec_ObservePointprotected
input_point_ObservePointprotected
local_coords() constObservePointinline
max_search_radius_ObservePointprotected
name_ObservePointprotected
Observe classObservePointfriend
observe_data_ObservePointprotected
ObservePoint()ObservePointprotected
ObservePoint(Input::Record in_rec, Mesh &mesh, unsigned int point_idx)ObservePointprotected
output(ostream &out, unsigned int indent_spaces, unsigned int precision)ObservePointprotected
point_projection(unsigned int i_elm, ElementAccessor< 3 > elm)ObservePointprotected
snap(Mesh &mesh)ObservePointprotected
snap_dim_ObservePointprotected
snap_region_name_ObservePointprotected
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