Compadre  1.5.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CommandLineProcessor Struct Reference

Detailed Description

Examples:
GMLS Tutorial, and Manifold GMLS Tutorial.

Definition at line 4 of file CommandLineProcessor.hpp.

#include <CommandLineProcessor.hpp>

Public Member Functions

 CommandLineProcessor (int argc, char *args[], const bool print=true)
 

Public Attributes

int order
 
int dimension
 
int number_target_coords
 
int number_source_coords
 
int number_of_batches
 
std::string constraint_name
 
std::string solver_name
 
std::string problem_name
 

Constructor & Destructor Documentation

CommandLineProcessor::CommandLineProcessor ( int  argc,
char *  args[],
const bool  print = true 
)
inline

Definition at line 9 of file CommandLineProcessor.hpp.

Member Data Documentation

std::string CommandLineProcessor::constraint_name
Examples:
GMLS Tutorial, and Manifold GMLS Tutorial.

Definition at line 7 of file CommandLineProcessor.hpp.

int CommandLineProcessor::dimension
Examples:
GMLS Tutorial, and Manifold GMLS Tutorial.

Definition at line 6 of file CommandLineProcessor.hpp.

int CommandLineProcessor::number_of_batches
Examples:
GMLS Tutorial.

Definition at line 6 of file CommandLineProcessor.hpp.

int CommandLineProcessor::number_source_coords
Examples:
Manifold GMLS Tutorial.

Definition at line 6 of file CommandLineProcessor.hpp.

int CommandLineProcessor::number_target_coords
Examples:
GMLS Tutorial, and Manifold GMLS Tutorial.

Definition at line 6 of file CommandLineProcessor.hpp.

int CommandLineProcessor::order
Examples:
GMLS Tutorial, and Manifold GMLS Tutorial.

Definition at line 6 of file CommandLineProcessor.hpp.

std::string CommandLineProcessor::problem_name
Examples:
GMLS Tutorial, and Manifold GMLS Tutorial.

Definition at line 7 of file CommandLineProcessor.hpp.

std::string CommandLineProcessor::solver_name
Examples:
GMLS Tutorial, and Manifold GMLS Tutorial.

Definition at line 7 of file CommandLineProcessor.hpp.


The documentation for this struct was generated from the following file: