Loading [MathJax]/extensions/tex2jax.js
COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Matrix Member List

This is the complete list of members for Matrix, 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_diagonal(const std::vector< Real > &diag)=0Matrixpure virtual
add_link(Component &linked_component)Component
add_static_component(const boost::shared_ptr< Component > &subcomp)Componentprotected
add_tag(const std::string &tag)TaggedObject
add_value(const Uint icol, const Uint irow, const Real value)=0Matrixpure virtual
add_values(const BlockAccumulator &values)=0Matrixpure virtual
apply(const Handle< Vector > &y, const Handle< Vector const > &x, const Real alpha=1., const Real beta=0.)=0Matrixpure virtual
begin()Component
begin() const Component
blockcol_size()=0Matrixpure virtual
blockrow_size()=0Matrixpure virtual
call_signal(const SignalID &sname, SignalArgs &sinput)SignalHandler
call_signal(const SignalID &sname, std::vector< std::string > &sinput)SignalHandler
clear()Component
clone_to(Matrix &other)=0Matrixpure virtual
complete_path(URI &path) const Component
Component(const std::string &name)Component
configure_option_recursively(const std::string &optname, const boost::any &val)Component
connection(const std::string &name)ConnectionManager
const_iterator typedefComponent
count_children() const Component
create(cf3::common::PE::CommPattern &cp, const Uint neq, const std::vector< Uint > &node_connectivity, const std::vector< Uint > &starting_indices, LSS::Vector &solution, LSS::Vector &rhs, const std::vector< Uint > &periodic_links_nodes=std::vector< Uint >(), const std::vector< bool > &periodic_links_active=std::vector< bool >())=0Matrixpure virtual
create_blocked(cf3::common::PE::CommPattern &cp, const VariablesDescriptor &vars, const std::vector< Uint > &node_connectivity, const std::vector< Uint > &starting_indices, LSS::Vector &solution, LSS::Vector &rhs, const std::vector< Uint > &periodic_links_nodes=std::vector< Uint >(), const std::vector< bool > &periodic_links_active=std::vector< bool >())=0Matrixpure virtual
create_component(const std::string &name, const std::string &builder)Component
create_component(const std::string &name)Componentinline
create_component(const std::string &name, const std::string &builder)Component
create_static_component(const std::string &name)Componentinline
debug_data(std::vector< Uint > &row_indices, std::vector< Uint > &col_indices, std::vector< Real > &values)=0Matrixpure virtual
derived_type_name() const =0Componentpure virtual
destroy()=0Matrixpure virtual
end()Component
end() const Component
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_column_and_replace_to_zero(const Uint iblockcol, Uint ieq, std::vector< Real > &values)=0Matrixpure virtual
get_diagonal(std::vector< Real > &diag)=0Matrixpure virtual
get_tags() const TaggedObject
get_value(const Uint icol, const Uint irow, Real &value)=0Matrixpure virtual
get_values(BlockAccumulator &values)=0Matrixpure virtual
handle()Componentinline
handle() const Componentinline
handle()Componentinline
handle() const Componentinline
has_tag(const std::string &tag) const TaggedObject
info(const std::string &what=std::string("cospt")) const Component
is_created()=0Matrixpure virtual
is_swappable(const LSS::Vector &solution, const LSS::Vector &rhs)=0Matrixpure virtual
iterator typedefComponent
m_signalsSignalHandler
manage_connection(const std::string &name)ConnectionManager
mark_basic()Component
Matrix(const std::string &name)Matrixinline
move_to(Component &to_parent)Component
name() const Componentinline
neq()=0Matrixpure virtual
options()Component
options() const Component
parent() const Component
print(common::LogStream &stream)=0Matrixpure virtual
print(std::ostream &stream)=0Matrixpure virtual
print(const std::string &filename, std::ios_base::openmode mode=std::ios_base::out)=0Matrixpure virtual
print_native(std::ostream &stream)=0Matrixpure virtual
properties()Component
properties() const Component
put_components(std::vector< boost::shared_ptr< ComponentT > > &vec, const bool recurse)Componentinline
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)Componentinline
put_components(std::vector< boost::shared_ptr< Component const > > &vec, const bool recurse) const Componentinline
raise_tree_updated_event()Componentprotected
read_native(const common::URI &file)=0Matrixpure virtual
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(Real reset_to=0.)=0Matrixpure virtual
reset_options()Component
root() const Component
root()Component
set_diagonal(const std::vector< Real > &diag)=0Matrixpure virtual
set_row(const Uint iblockrow, const Uint ieq, Real diagval, Real offdiagval)=0Matrixpure virtual
set_value(const Uint icol, const Uint irow, const Real value)=0Matrixpure virtual
set_values(const BlockAccumulator &values)=0Matrixpure virtual
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
solvertype()=0Matrixpure virtual
cf3::storage_t typedefSignalHandler
symmetric_dirichlet(const Uint blockrow, const Uint ieq, const Real value, LSS::Vector &rhs)=0Matrixpure virtual
TaggedObject()TaggedObject
tie_blockrow_pairs(const Uint iblockrow_to, const Uint iblockrow_from)=0Matrixpure virtual
tree(bool basic_mode=false, Uint depth=0, Uint recursion_level=0) const Component
type_name()Matrixinlinestatic
unregist_signal(const SignalID &sname)SignalHandler
uri() const Component
~Component()Componentvirtual
~ConnectionManager()ConnectionManager
~SignalHandler()SignalHandler
Send comments to:
COOLFluiD Web Admin