Memosa-FVM
0.2
|
#include <string>
#include <iostream>
#include <fstream>
#include "PC.h"
#include "OneDConduction.h"
Go to the source code of this file.
Macros | |
#define | NCELLS 20 |
Typedefs | |
typedef PC< 3, 1 > | PCType |
Functions | |
int | main (int argc, char *argv[]) |
#define NCELLS 20 |
Definition at line 16 of file testOneDConduction.cpp.
Referenced by main().
Definition at line 14 of file testOneDConduction.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 17 of file testOneDConduction.cpp.
References Array< T >::_data, OneDConduction< T >::getSolution(), NCELLS, OneDConduction< T >::solve(), and stdDev().