$search
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <time.h>
#include "bmtk/mesh.hh"
#include "bmtk/timer.hh"
#include "bmtk/uspline.hh"
Go to the source code of this file.
Functions | |
Mesh * | genCorner (int n, float s2) |
Mesh * | genPlane (int n, float s2) |
float | grand (float mean, float std) |
int | main (int argc, char *argv[]) |
Mesh * genCorner | ( | int | n, | |
float | s2 | |||
) |
Definition at line 124 of file genmesh.cc.
Mesh * genPlane | ( | int | n, | |
float | s2 | |||
) |
Definition at line 83 of file genmesh.cc.
float grand | ( | float | mean, | |
float | std | |||
) |
Definition at line 75 of file genmesh.cc.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 35 of file genmesh.cc.