| 
| 
bool  | defined () const | 
|   | 
| 
void  | print_parameters () | 
|   | 
| 
void  | set_values (tinyxml2::XMLElement *xml_elem) | 
|   | 
| 
void  | set_xml_element_name (const std::string &name) | 
|   | 
| void  | set_parameter (const std::string &name, const bool value, bool required, Parameter< bool > ¶m) | 
|   | Set the name, default value and the parameter required flag.  More...
  | 
|   | 
| 
void  | set_parameter (const std::string &name, const double value, bool required, Parameter< double > ¶m) | 
|   | 
| 
void  | set_parameter (const std::string &name, std::initializer_list< double > value, bool required, VectorParameter< double > ¶m) | 
|   | 
| 
void  | set_parameter (const std::string &name, std::initializer_list< int > value, bool required, VectorParameter< int > ¶m) | 
|   | 
| 
void  | set_parameter (const std::string &name, std::initializer_list< std::string > value, bool required, VectorParameter< std::string > ¶m) | 
|   | 
| 
void  | set_parameter (const std::string &name, const int value, bool required, Parameter< int > ¶m, std::vector< int > range={}) | 
|   | 
| 
void  | set_parameter (const std::string &name, const std::string &value, bool required, Parameter< std::string > ¶m) | 
|   | 
| void  | set_parameter_value (const std::string &name, const std::string &value) | 
|   | Set the value of a paramter from a string.  More...
  | 
|   | 
| void  | check_required () | 
|   | Check if any required parameters have not been set.  More...
  | 
|   | 
| std::map< std::string, std::string >  | get_parameter_list () | 
|   | Get the defined parameters as a map of strings.  More...
  | 
|   | 
| void  | print_parameter_list () | 
|   | Print the parameters.  More...
  | 
|   | 
The FiberReinforcementStressParameters class stores fiber reinforcement stress parameters for the 'Fiber_reinforcement_stress` XML element. 
<Fiber_reinforcement_stress type="Unsteady" >
  <Temporal_values_file_path> fib_stress.dat </Temporal_values_file_path>
  <Ramp_function> true </Ramp_function>
</Fiber_reinforcement_stress>