X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop_client.c;h=42266ed9f98142a70cf8e230dc7ddac89ba120b1;hp=be24dc97bfaa22c5c0bd56d31cee6493df7e4e48;hb=42b3974621d9dba017ac2e2f36b88a728cd0448a;hpb=f615574d57f1d57dd4169ddd4f552d5c000c6dc8 diff --git a/nlsop_client.c b/nlsop_client.c index be24dc9..42266ed 100644 --- a/nlsop_client.c +++ b/nlsop_client.c @@ -458,6 +458,13 @@ int get_data_and_calc(t_event *event,void *allineed) { } } + printf("starting simulation with following parameters:\n"); + printf("b = %f | c = %f | s = %f\n",my_info.b,my_info.c,my_info.s); + printf("diff every %d steps | diff rate = %f\n",my_info.diff_rate, + my_info.dr_ac); + printf("current step: %d | total steps: %d\n",my_info.steps,c_step); + printf("...\n"); + /* care for signals */ dc=DC_QUIT; signal(SIGTERM,send_data);