Main Page | Directories | File List | File Members

def_base_all.h File Reference

Go to the source code of this file.

Functions

void def_base_all (void)


Function Documentation

void def_base_all void   ) 
 

Definition at line 31 of file def_base_all.h.

References base_geo, base_ref, lg, ng, printf(), theta(), and xi.

Referenced by main().

00032 {
00033  int n,l;
00034 
00035 // printf("\n");
00036 
00037  for(n=0;n<ng;n++)
00038   for(l=0;l<lg;l++){
00039    base_geo[n][l]=theta(n,xi[0][l],xi[1][l],xi[2][l]);
00040 //   printf("base_geo[%d][%d] = %g\n",n,l,base_geo[n][l]);
00041   }
00042 
00043 // printf("\n");
00044 
00045  for(n=0;n<ng;n++)
00046   for(l=0;l<lg;l++){
00047    base_ref[n][l]=theta(n,xi[0][l],xi[1][l],xi[2][l]);
00048 //   printf("base_ref[%d][%d] = %g\n",n,l,base_ref[n][l]);
00049   }
00050 
00051  printf("base_geo[][] and base_ref[][] are now defined...\n");
00052 }


© sourcejam.com 2005-2008