svZeroDSolver
|
This is the complete list of members for Model, including all inherited members.
add_block(Block *block, const std::string_view &name, const std::vector< int > &block_param_ids, bool internal=false) | Model | |
add_block(const std::string &block_name, const std::vector< int > &block_param_ids, const std::string_view &name, bool internal=false) | Model | |
add_node(const std::vector< Block * > &inlet_eles, const std::vector< Block * > &outlet_eles, const std::string_view &name) | Model | |
add_parameter(double value) | Model | |
add_parameter(const std::vector< double > ×, const std::vector< double > &values, bool periodic=true) | Model | |
block_factory_map | Model | |
cardiac_cycle_period | Model | |
create_block(const std::string &block_name) | Model | |
dofhandler | Model | |
finalize() | Model | |
get_block(const std::string_view &name) const | Model | |
get_block(int block_id) const | Model | |
get_block_name(int block_id) const | Model | |
get_block_type(const std::string_view &name) const | Model | |
get_has_windkessel_bc() | Model | |
get_largest_windkessel_time_constant() | Model | |
get_node_name(int node_id) const | Model | |
get_num_blocks(bool internal=false) const | Model | |
get_num_triplets() const | Model | |
get_parameter(int param_id) | Model | |
get_parameter_value(int param_id) const | Model | |
has_block(const std::string &name) const | Model | |
Model() | Model | |
post_solve(Eigen::Matrix< double, Eigen::Dynamic, 1 > &y) | Model | |
setup_initial_state_dependent_parameters(State initial_state) | Model | |
time | Model | |
to_steady() | Model | |
to_unsteady() | Model | |
update_constant(SparseSystem &system) | Model | |
update_has_windkessel_bc(bool has_windkessel) | Model | |
update_largest_windkessel_time_constant(double time_constant) | Model | |
update_parameter_value(int param_id, double param_value) | Model | |
update_solution(SparseSystem &system, Eigen::Matrix< double, Eigen::Dynamic, 1 > &y, Eigen::Matrix< double, Eigen::Dynamic, 1 > &dy) | Model | |
update_time(SparseSystem &system, double time) | Model | |
~Model() | Model |