Paramotopy
parallel parameter homotopy through bertini
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
step1_funcs.hpp
Go to the documentation of this file.
1 #include <vector>
2 #include <map>
3 #include <iostream>
4 #include <string>
5 #include <sstream>
6 #include <fstream>
7 #include <stdio.h>
8 #include <unistd.h>
9 #include <stdlib.h>
10 #include <errno.h>
11 #include <sys/wait.h>
12 #include <sys/stat.h>
13 #include <sys/types.h>
14 #include <sstream>
15 #include <fstream>
16 #include <string>
17 
18 
19 #ifndef __STEPONE_H__
20 #define __STEPONE_H__
21 
22 #include "random.hpp"
23 #include "para_aux_funcs.hpp"
24 #include "xml_preferences.hpp"
25 #include "runinfo.hpp"
26 
27 
28 
29 
30 
36 void CallBertiniStep1(ProgSettings paramotopy_settings, runinfo paramotopy_info);
37 
38 
39 
40 
46 void WriteStep1(ProgSettings paramotopy_settings,
47  runinfo paramotopy_info);
48 
49 
50 
51 
52 
60 void WriteMeshToMonteCarlo(int level,
61  std::vector<std::vector<std::pair<double, double> > > Values,
62  std::string dirfilename,
63  std::string runningline);
64 
65 
66 
67 //void WriteMeshToMonteCarlo(int level,
68 // std::vector<std::vector<std::pair<double,double> > > Values,
69 // std::ofstream fout,
70 // std::string cline);
71 
72 
73 
74 #endif
75 
void WriteStep1(ProgSettings paramotopy_settings, runinfo paramotopy_info)
Definition: step1_funcs.cpp:54
void CallBertiniStep1(ProgSettings paramotopy_settings, runinfo paramotopy_info)
Definition: step1_funcs.cpp:5
void WriteMeshToMonteCarlo(int level, std::vector< std::vector< std::pair< double, double > > > Values, std::string dirfilename, std::string runningline)
A class that stores the general program settings of Paramotopy.
A class for the input file parser.
Definition: runinfo.hpp:41