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

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

 1#ifndef gfc3d_nonsmooth_Newton_AlartCurnier_h
 2#define gfc3d_nonsmooth_Newton_AlartCurnier_h
 3
 4#include "NumericsFwd.h"
 5
 6int gfc3d_nonsmooth_Newton_AlartCurnier_setDefaultSolverOptions(
 7  SolverOptions* options);
 8
 9
10void gfc3d_sparseGlobalAlartCurnierInit(
11  SolverOptions *SO);
12
13#endif