|
contour.py |
Render per-snapshot panels of the species concentration, the deformation-rate norm and the speed for one ActiveDrops ... |
|
getCM.c |
char filename[512]; double xcm1 , ycm2; scalar f[]; int main(int a, char const arguments[]) { if (a != 2) { fprintf (... |
|
getData.c |
vector u[]; char filename[512]; int nx, ny, len; double xmin, ymin, xmax, ymax, Deltax, Deltay; scalar list = NULL; s... |
|
getDataSlice.c |
char filename[512]; int nx, ny; double xmin, ymin, xmax, ymax; scalar list = NULL; scalar f[]; int main(int a, char c... |
|
getFacets.c |
scalar f[]; char filename[512]; int main(int a, char const arguments[]) { if (a != 2) { fprintf (stderr, 'usage: getF... |
|
getVelocity_v2.c |
char filename[512]; double xcm1 , ycm2; scalar f[]; int main(int a, char const arguments[]) { if (a != 2) { fprintf (... |
|
vectors.py |
nGFS = 270 lw = 4 folder = 'VelVectors' output folder if not os.path.isdir(folder): os.makedirs(folder) ux = np.array... |