rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
calculate_derivative.m File Reference

Function calculates the derivative of the function U using detailed simulation. More...

Go to the source code of this file.

Functions

function U_der = calculate_derivative (model, model_data)
 Function calculates the derivative of the function U using detailed simulation. More...
 

Detailed Description

Function calculates the derivative of the function U using detailed simulation.

Definition in file calculate_derivative.m.

Function Documentation

function U_der = calculate_derivative (   model,
  model_data 
)

Function calculates the derivative of the function U using detailed simulation.

This function is meant for verification of the calculation of the derivative using reduced simulations.

Markus Dihlmann 25.06.2010

Parameters
modelmodel
model_datamodel data
Return values
U_derU der
Required fields of model_data:
  • W —  W
Required fields of model:
  • nt —  number of time steps for evolution discretizations
  • mu_ranges —  matrix storing the admissable ranges for parameter vector components. Each two dimensional column vector represents a range for a component specified by model.mu_names.
  • optimization.params_to_optimize —  optimization.params to optimize

Definition at line 17 of file calculate_derivative.m.