Paramotopy
parallel parameter homotopy through bertini
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
menu_cases.hpp File Reference
#include <vector>
#include <map>
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <stdio.h>
#include "mtrand.hpp"
#include "paramotopy_enum.hpp"
#include "step1_funcs.hpp"
#include "step2_funcs.hpp"
#include "step2readandwrite.hpp"
#include "xml_preferences.hpp"
#include "master.hpp"

Go to the source code of this file.

Functions

void computeNumDenom (char **numer, char **denom, char *s)
 
int bertini_main (int argC, char *args[])
 
void steptwo_case (ProgSettings paramotopy_settings, runinfo paramotopy_info)
 
void parallel_case (ProgSettings paramotopy_settings, runinfo paramotopy_info)
 
void serial_case (ProgSettings paramotopy_settings, runinfo paramotopy_info)
 

Function Documentation

int bertini_main ( int  argC,
char *  args[] 
)

Referenced by BertiniSplashScreen().

Here is the caller graph for this function:

void computeNumDenom ( char **  numer,
char **  denom,
char *  s 
)

Referenced by slave_process::WriteNumDotOut().

Here is the caller graph for this function:

void parallel_case ( ProgSettings  paramotopy_settings,
runinfo  paramotopy_info 
)

Definition at line 36 of file menu_cases.cpp.

References convert_spaces_to_escaped(), runinfo::inputfilename, runinfo::location, ProgSettings::settings, and runinfo::steptwomode.

Referenced by steptwo_case().

Here is the call graph for this function:

Here is the caller graph for this function:

void serial_case ( ProgSettings  paramotopy_settings,
runinfo  paramotopy_info 
)

Definition at line 13 of file menu_cases.cpp.

Referenced by steptwo_case().

Here is the caller graph for this function:

void steptwo_case ( ProgSettings  paramotopy_settings,
runinfo  paramotopy_info 
)

Definition at line 83 of file menu_cases.cpp.

References runinfo::CopyUserDefinedFile(), get_int_choice(), runinfo::location, runinfo::numparam, parallel_case(), runinfo::RandomValues, ProgSettings::save(), serial_case(), and ProgSettings::settings.

Referenced by main(), and failinfo::PerformAnalysis().

Here is the call graph for this function:

Here is the caller graph for this function: