Program listing for file numerics/src/FrictionContact/fc3d_GlockerFischerBurmeister_functions.h

Program listing for file numerics/src/FrictionContact/fc3d_GlockerFischerBurmeister_functions.h#

 1#ifndef FRICTIONCONTACT3D_GlockerFischerBurmeister_functions_H
 2#define FRICTIONCONTACT3D_GlockerFischerBurmeister_functions_H
 3
 4
 5#include "SiconosConfig.h"
 6
 7#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
 8extern "C"
 9{
10#endif
11typedef void (*UpdateSolverPtr)(int, double*);
12
13
14  void F_GlockerFischerBurmeister(int sizeF, double* reaction, double* FVector, int up2Date);
15
16
17  void jacobianF_GlockerFischerBurmeister(int sizeF, double* reaction, double* jacobianFMatrix, int up2Date);
18
19#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
20}
21#endif
22
23#endif