MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
intg.h File Reference
#include <iostream>
Include dependency graph for intg.h:

Go to the source code of this file.

Classes

struct  funcs
 

Typedefs

typedef intpread_f )(void **, const char *)
 
typedef std::ostream &( phelp_f )(void *, std::ostream &)
 
typedef intpinit_f )(void *, VectorHandler &)
 
typedef intpsize_f )(void *)
 
typedef intpgrad_f )(void *, MatrixHandler &, const VectorHandler &, const doublereal &)
 
typedef intpfunc_f )(void *, VectorHandler &, const VectorHandler &, const doublereal &)
 
typedef std::ostream &( pout_f )(void *, std::ostream &, const VectorHandler &, const VectorHandler &)
 
typedef intpdestroy_f )(void **)
 

Typedef Documentation

typedef int( pdestroy_f)(void **)

Definition at line 43 of file intg.h.

typedef int( pfunc_f)(void *, VectorHandler &, const VectorHandler &, const doublereal &)

Definition at line 41 of file intg.h.

typedef int( pgrad_f)(void *, MatrixHandler &, const VectorHandler &, const doublereal &)

Definition at line 40 of file intg.h.

typedef std::ostream&( phelp_f)(void *, std::ostream &)

Definition at line 37 of file intg.h.

typedef int( pinit_f)(void *, VectorHandler &)

Definition at line 38 of file intg.h.

typedef std::ostream&( pout_f)(void *, std::ostream &, const VectorHandler &, const VectorHandler &)

Definition at line 42 of file intg.h.

typedef int( pread_f)(void **, const char *)

Definition at line 36 of file intg.h.

typedef int( psize_f)(void *)

Definition at line 39 of file intg.h.