/[ascend]/trunk/base/generic/solver/slv_types.h
ViewVC logotype

Diff of /trunk/base/generic/solver/slv_types.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by aw0a, Sat Nov 13 16:45:56 2004 UTC revision 33 by ben.allan, Sun Dec 26 20:06:01 2004 UTC
# Line 1  Line 1 
1  /*  /**<
2   *  SLV: Ascend Nonlinear Solver   *  SLV: Ascend Nonlinear Solver
3   *  by Benjamin Andrew Allan   *  by Benjamin Andrew Allan
4   *  Created: 6/1/96   *  Created: 6/1/96
# Line 49  Line 49 
49  #define slv_types__already_included  #define slv_types__already_included
50    
51  typedef void *SlvBackendToken;  typedef void *SlvBackendToken;
52  /**  /**<
53   ***  Backends that provide the residuals, gradients, and so forth   ***  Backends that provide the residuals, gradients, and so forth
54   ***  may be object-oriented and associate some sort of pointer   ***  may be object-oriented and associate some sort of pointer
55   ***  with each of the variables or relations they are serving up.   ***  with each of the variables or relations they are serving up.
# Line 68  typedef void *SlvBackendToken; Line 68  typedef void *SlvBackendToken;
68   **/   **/
69    
70  typedef struct slv_system_structure *slv_system_t;  typedef struct slv_system_structure *slv_system_t;
71  /**  /**<
72   ***  This is the handle which should be used in all of the functions   ***  This is the handle which should be used in all of the functions
73   ***  in slv and system to reference a mathematical problem.   ***  in slv and system to reference a mathematical problem.
74   **/   **/
75  #endif /* slv_types__already_included */  #endif /**< slv_types__already_included */

Legend:
Removed from v.11  
changed lines
  Added in v.33

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22