muMECH  1.0
tests_termit.cpp
Go to the documentation of this file.
1 #include <stdio.h>
2 #include <iostream>
3 #include <time.h>
4 
5 #include "problem.h"
6 #include "mesh.h"
7 #include "comparison.h"
8 #include "types.h"
9 #include "melement.h"
10 
11 
12 using namespace mumech;
13 
15 void tests_termit (void)
16 {
17  fprintf (stdout, "termitovo test\n");
18 
19 
20 }
21 
22 
23 
file of various types and symbolic constant definitions
void tests_termit(void)
Class Mesh.
Class mElement, mesh element.
Class Comparison.
Class Problem.