00001 #ifndef _RELAX_H 00002 #define _RELAX_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 int RelaxRun ( int argc, char *argv[] ); 00009 void RelaxInit ( void(*count)( int n_iter, double err, int loadstep ), 00010 void(*fposgauge)(double gauge), 00011 void(*fstop)(int *stop) ); 00012 void RelaxTime ( void(*relaxtm)( double elap_time ) ); 00013 void RelaxReset ( void ); 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif 00018 00019 #endif