Go to the source code of this file.
 | 
| subroutine  | derivative_simcomp::derivative_init_from_json (this, json, case) | 
|   | Constructor from json.  
  | 
|   | 
| subroutine  | derivative_simcomp::derivative_init_common (this, field_name, computed_field, direction) | 
|   | Common part of constructors from components.  
  | 
|   | 
| subroutine  | derivative_simcomp::derivative_init_from_controllers (this, case, order, preprocess_controller, compute_controller, output_controller, field_name, computed_field, direction, filename, precision) | 
|   | Constructor from components, passing controllers.  
  | 
|   | 
| subroutine  | derivative_simcomp::derivative_init_from_controllers_properties (this, case, order, preprocess_control, preprocess_value, compute_control, compute_value, output_control, output_value, field_name, computed_field, direction, filename, precision) | 
|   | Constructor from components, passing properties to the time_based_controller` components in the base type.  
  | 
|   | 
| subroutine  | derivative_simcomp::derivative_free (this) | 
|   | Destructor.  
  | 
|   | 
| subroutine  | derivative_simcomp::derivative_compute (this, time) | 
|   | Compute the derivative field.  
  | 
|   |