![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
This is the complete list of members for ElementType, including all inherited members.
| access_component(const URI &path) const | Component | |
| access_component_checked(const URI &path) | Component | |
| access_component_checked(const URI &path) const | Component | |
| add_component(const boost::shared_ptr< Component > &subcomp) | Component | |
| add_link(Component &linked_component) | Component | |
| add_static_component(const boost::shared_ptr< Component > &subcomp) | Component | protected |
| add_tag(const std::string &tag) | TaggedObject | |
| area(const RealMatrix &nodes) const =0 | ElementType | pure virtual |
| begin() | Component | |
| begin() const | Component | |
| call_signal(const SignalID &sname, SignalArgs &sinput) | SignalHandler | |
| call_signal(const SignalID &sname, std::vector< std::string > &sinput) | SignalHandler | |
| clear() | Component | |
| complete_path(URI &path) const | Component | |
| Component(const std::string &name) | Component | |
| compute_centroid(const RealMatrix &nodes, RealVector ¢roid) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, RealMatrix &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 0, 1 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 0, 2 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 0, 3 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 1, 1 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 1, 2 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 1, 3 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 2, 2 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 2, 3 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian(const RealVector &mapped_coord, const RealMatrix &nodes, Eigen::Matrix< Real, 3, 3 > &jacobian) const =0 | ElementType | pure virtual |
| compute_jacobian_adjoint(const RealVector &mapped_coord, const RealMatrix &nodes, RealMatrix &jacobian_adjoint) const =0 | ElementType | pure virtual |
| compute_mapped_coordinate(const RealVector &coord, const RealMatrix &nodes, RealVector &mapped_coord) const =0 | ElementType | pure virtual |
| compute_normal(const RealMatrix &nodes, RealVector &normal) const =0 | ElementType | pure virtual |
| compute_plane_jacobian_normal(const RealVector &mapped_coord, const RealMatrix &nodes, const CoordRef orientation, RealVector &result) const =0 | ElementType | pure virtual |
| configure_option_recursively(const std::string &optname, const boost::any &val) | Component | |
| connection(const std::string &name) | ConnectionManager | |
| const_iterator typedef | Component | |
| count_children() const | Component | |
| create_component(const std::string &name, const std::string &builder) | Component | |
| create_component(const std::string &name) | Component | inline |
| create_component(const std::string &name, const std::string &builder) | Component | |
| create_static_component(const std::string &name) | Component | inline |
| derived_type_name() const =0 | Component | pure virtual |
| dimension() const | ElementType | inline |
| dimensionality() const | ElementType | inline |
| ElementType(const std::string &name) | ElementType | inline |
| end() | Component | |
| end() const | Component | |
| face_type(const Uint face) const =0 | ElementType | pure virtual |
| FaceConnectivity typedef | ElementType | |
| faces() const =0 | ElementType | pure virtual |
| get_child(const std::string &name) | Component | |
| get_child(const std::string &name) const | Component | |
| get_child_checked(const std::string &name) | Component | |
| get_child_checked(const std::string &name) const | Component | |
| get_tags() const | TaggedObject | |
| handle() | Component | inline |
| handle() const | Component | inline |
| handle() | Component | inline |
| handle() const | Component | inline |
| has_tag(const std::string &tag) const | TaggedObject | |
| info(const std::string &what=std::string("cospt")) const | Component | |
| is_coord_in_element(const RealVector &coord, const RealMatrix &nodes) const =0 | ElementType | pure virtual |
| iterator typedef | Component | |
| jacobian(const RealVector &mapped_coord, const RealMatrix &nodes) const =0 | ElementType | pure virtual |
| jacobian_determinant(const RealVector &mapped_coord, const RealMatrix &nodes) const =0 | ElementType | pure virtual |
| m_dimension | ElementType | protected |
| m_dimensionality | ElementType | protected |
| m_nb_edges | ElementType | protected |
| m_nb_faces | ElementType | protected |
| m_nb_nodes | ElementType | protected |
| m_order | ElementType | protected |
| m_shape | ElementType | protected |
| m_signals | SignalHandler | |
| manage_connection(const std::string &name) | ConnectionManager | |
| mapped_coordinate(const RealVector &coord, const RealMatrix &nodes) const =0 | ElementType | pure virtual |
| mark_basic() | Component | |
| move_to(Component &to_parent) | Component | |
| name() const | Component | inline |
| nb_edges() const | ElementType | inline |
| nb_faces() const | ElementType | inline |
| nb_nodes() const | ElementType | inline |
| options() | Component | |
| options() const | Component | |
| order() const | ElementType | inline |
| parent() const | Component | |
| plane_jacobian_normal(const RealVector &mapped_coord, const RealMatrix &nodes, const CoordRef orientation) const =0 | ElementType | pure virtual |
| properties() | Component | |
| properties() const | Component | |
| put_components(std::vector< boost::shared_ptr< ComponentT > > &vec, const bool recurse) | Component | inline |
| put_components(std::vector< boost::shared_ptr< ComponentT const > > &vec, const bool recurse) const | Component | |
| put_components(std::vector< boost::shared_ptr< Component > > &vec, const bool recurse) | Component | inline |
| put_components(std::vector< boost::shared_ptr< Component const > > &vec, const bool recurse) const | Component | inline |
| raise_tree_updated_event() | Component | protected |
| recursive_begin() | Component | |
| recursive_begin() const | Component | |
| recursive_end() | Component | |
| recursive_end() const | Component | |
| regist_signal(const SignalID &sname) | SignalHandler | |
| remove_component(const std::string &name) | Component | |
| remove_component(Component &subcomp) | Component | |
| remove_tag(const std::string &tag) | TaggedObject | |
| rename(const std::string &name) | Component | |
| reset_options() | Component | |
| root() const | Component | |
| root() | Component | |
| shape() const | ElementType | inline |
| shape_function() const =0 | ElementType | pure virtual |
| shape_name() const | ElementType | inline |
| signal(const SignalID &sname) | SignalHandler | |
| signal(const SignalID &sname) const | SignalHandler | |
| signal_add_tag(SignalArgs &args) | Component | |
| signal_clear(SignalArgs &args) | Component | |
| signal_configure(SignalArgs &args) | Component | |
| signal_create_component(SignalArgs &args) | Component | |
| signal_delete_component(SignalArgs &args) | Component | |
| signal_exists(const SignalID &sname) const | SignalHandler | |
| signal_list() const | SignalHandler | |
| signal_list_content(SignalArgs &args) | Component | |
| signal_list_options(SignalArgs &args) const | Component | |
| signal_list_options_recursive(SignalArgs &args) const | Component | |
| signal_list_properties(SignalArgs &args) const | Component | |
| signal_list_signals(SignalArgs &args) const | Component | |
| signal_list_signals_recursive(SignalArgs &args) const | Component | |
| signal_list_tree(SignalArgs &args) const | Component | |
| signal_list_tree_recursive(SignalArgs &args) const | Component | |
| signal_move_component(SignalArgs &args) | Component | |
| signal_print_info(SignalArgs &args) const | Component | |
| signal_print_tree(SignalArgs &args) const | Component | |
| signal_rename_component(SignalArgs &args) | Component | |
| signal_reset_options(SignalArgs &args) | Component | |
| signal_save_tree(SignalArgs &args) | Component | |
| signal_signature(SignalArgs &args) | Component | |
| signal_store_timings(SignalArgs &args) | Component | |
| signature_add_tag(SignalArgs &args) | Component | |
| signature_create_component(SignalArgs &args) | Component | |
| signature_move_component(SignalArgs &args) | Component | |
| signature_print_tree(SignalArgs &args) const | Component | |
| signature_rename_component(SignalArgs &args) | Component | |
| cf3::storage_t typedef | SignalHandler | |
| TaggedObject() | TaggedObject | |
| tree(bool basic_mode=false, Uint depth=0, Uint recursion_level=0) const | Component | |
| type_name() | ElementType | inlinestatic |
| unregist_signal(const SignalID &sname) | SignalHandler | |
| uri() const | Component | |
| volume(const RealMatrix &nodes) const =0 | ElementType | pure virtual |
| ~Component() | Component | virtual |
| ~ConnectionManager() | ConnectionManager | |
| ~ElementType() | ElementType | inlinevirtual |
| ~SignalHandler() | SignalHandler |
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |