• Main Page
  • Data Structures
  • Files
  • File List
  • Globals

ne_dyn_edge_ode_lib.h

Go to the documentation of this file.
00001 /*===========================================================================
00002  NetEvo Foundation Library
00003  Copyright (C) 2009, 2010 Thomas E. Gorochowski <tgorochowski@me.com>
00004  Bristol Centre for Complexity Sciences, University of Bristol, Bristol, UK
00005  ---------------------------------------------------------------------------- 
00006  NetEvo is a computing framework designed to allow researchers to investigate 
00007  evolutionary aspects of dynamical complex networks. By providing tools to 
00008  easily integrate each of these factors in a coherent way, it is hoped a 
00009  greater understanding can be gained of key attributes and features displayed 
00010  by complex systems.
00011  
00012  NetEvo is open-source software released under the Open Source Initiative 
00013  (OSI) approved Non-Profit Open Software License ("Non-Profit OSL") 3.0. 
00014  Detailed information about this licence can be found in the COPYING file 
00015  included as part of the source distribution.
00016  
00017  This library is distributed in the hope that it will be useful, but
00018  WITHOUT ANY WARRANTY; without even the implied warranty of
00019  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00020  ============================================================================*/
00037 #ifndef NE_DYN_EDGE_ODE_LIB_H
00038 #define NE_DYN_EDGE_ODE_LIB_H
00039 
00040 
00041 #include "ne_std.h"
00042 #include "ne_sys.h"
00043 
00044 
00046 ne_dyn_edge_t * ne_dyn_ode_e_none_alloc (void);
00048 ne_err_code_t ne_dyn_ode_e_none_fn   (int eid, int i, int j, void *sys, double t, const double *y, 
00049                              double *dydt, double *params);
00050 
00052 ne_dyn_edge_t * ne_dyn_ode_e_diffuse_alloc (void);
00054 ne_err_code_t ne_dyn_ode_e_diffuse_fn   (int eid, int i, int j, void *sys, double t, const double *y, 
00055                                double *dydt, double *params);
00056 
00057 
00058 #endif /* NE_DYN_EDGE_ODE_LIB_H */

Generated on Thu Aug 26 2010 11:04:24 for NetEvo by  doxygen 1.7.1