#include <iostream>
#include <sys/types.h>
#include <sys/timeb.h>
#include "Mesh_IO.hh"
#include "AlgoGuskov.hh"
#include "Common.hh"
#include "lsolver/bicgstab.h"
Defines | |
#define | OFF_PATH "../Data/MaillagesStatiques/" |
#define | CLR_PATH "./Logs/" |
#define | LOG_PATH "./Logs/" |
Typedefs | |
typedef std::vector< Seed > | SeedVector |
Functions | |
int | main (int argc, char **argv) |
#define CLR_PATH "./Logs/" |
#define LOG_PATH "./Logs/" |
#define OFF_PATH "../Data/MaillagesStatiques/" |
typedef std::vector<Seed> SeedVector |
int main | ( | int | argc, | |
char ** | argv | |||
) |