Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Control_parameter Struct Reference
Collaboration diagram for Control_parameter:

Public Member Functions

 Control_parameter ()
 
 Control_parameter ()
 
 Control_parameter ()
 
 Control_parameter ()
 
 Control_parameter ()
 
 Control_parameter ()
 

Public Attributes

string method
 
string wavefrontal
 
string normaldif
 
string eigthres
 
string courant
 
string fangle
 
string sangle
 
string smoother
 
string rediter
 
string weight
 
string conserv
 
double speed
 
double timestep
 
int steps
 
int start
 
int interval
 
int remesh_interval
 
string test
 
string verbose
 
int adapt_iter
 
int do_redist
 
int do_collapse
 
int do_flip
 
int do_split
 
double collapse_ratio
 
double split_angle
 
double refine
 
double perturb
 
char sploc
 
int func
 
string format
 
string feature_layer
 
double subadapt
 
double edge_len
 

Detailed Description

Definition at line 76 of file advectest.C.

Constructor & Destructor Documentation

Control_parameter ( )
inline

Definition at line 77 of file advectest.C.

77  : speed(0), timestep(0), steps(0), start(0), interval(0),
78  remesh_interval(10), test("rotate"),
79  adapt_iter(2), do_redist(0), do_collapse(1), do_flip(1),
80  do_split(1), collapse_ratio(0), split_angle(0), refine(1) {}
double collapse_ratio
Definition: advectest.C:110
double split_angle
Definition: advectest.C:111
Control_parameter ( )
inline

Definition at line 70 of file compare_normals.C.

70  : perturb(0), speed(0), sploc('n'), timestep(0),
71  steps(0), interval(0), func(1) {}
Control_parameter ( )
inline

Definition at line 62 of file detectfeas.C.

62 {}
Control_parameter ( )
inline

Definition at line 75 of file proptest.C.

75  : perturb(0), speed(0), sploc('n'), timestep(0),
76  steps(0), start(0), interval(0), remesh_interval(10),
77  subadapt(0.5), adapt_iter(2), do_redist(1), do_collapse(1),
78  do_flip(1), do_split(1), collapse_ratio(0),
79  split_angle(0), refine(1), edge_len(0) {}
double collapse_ratio
Definition: advectest.C:110
double split_angle
Definition: advectest.C:111
Control_parameter ( )
inline

Definition at line 68 of file rotate.C.

68  : perturb(0), speed(0), sploc('n'), timestep(0),
69  steps(0), interval(0) {}
Control_parameter ( )
inline

Definition at line 66 of file startest.C.

66  : speed(0), sploc('n'), timestep(0),
67  steps(0), interval(0), remesh_interval(0) {}

Member Data Documentation

int adapt_iter

Definition at line 105 of file advectest.C.

Referenced by main(), and read_control_file().

double collapse_ratio

Definition at line 110 of file advectest.C.

Referenced by main(), and read_control_file().

string conserv

Definition at line 92 of file advectest.C.

Referenced by init_parameters(), and read_control_file().

string courant

Definition at line 86 of file advectest.C.

Referenced by init_parameters(), and read_control_file().

int do_collapse

Definition at line 107 of file advectest.C.

Referenced by main(), and read_control_file().

int do_flip

Definition at line 108 of file advectest.C.

Referenced by main(), and read_control_file().

int do_redist

Definition at line 106 of file advectest.C.

Referenced by main(), and read_control_file().

int do_split

Definition at line 109 of file advectest.C.

Referenced by main(), and read_control_file().

double edge_len

Definition at line 114 of file proptest.C.

Referenced by main(), and read_control_file().

string eigthres

Definition at line 85 of file advectest.C.

Referenced by init_parameters(), main(), and read_control_file().

string fangle

Definition at line 87 of file advectest.C.

Referenced by init_parameters(), main(), read_control_file(), and remesh().

string feature_layer

Definition at line 90 of file proptest.C.

Referenced by init_parameters(), main(), and read_control_file().

string format

Definition at line 66 of file detectfeas.C.

Referenced by main(), and read_control_file().

int func

Definition at line 85 of file compare_normals.C.

Referenced by main(), and read_control_file().

int interval

Definition at line 98 of file advectest.C.

Referenced by main(), and read_control_file().

string method

Definition at line 82 of file advectest.C.

Referenced by init_parameters(), and read_control_file().

string normaldif

Definition at line 84 of file advectest.C.

Referenced by init_parameters(), and read_control_file().

double perturb

Definition at line 78 of file compare_normals.C.

Referenced by main(), and read_control_file().

string rediter

Definition at line 90 of file advectest.C.

Referenced by init_parameters(), and read_control_file().

double refine

Definition at line 112 of file advectest.C.

Referenced by main(), and read_control_file().

int remesh_interval

Definition at line 99 of file advectest.C.

Referenced by main(), and read_control_file().

string sangle

Definition at line 88 of file advectest.C.

Referenced by init_parameters(), main(), and read_control_file().

string smoother

Definition at line 89 of file advectest.C.

Referenced by init_parameters(), main(), and read_control_file().

double split_angle

Definition at line 111 of file advectest.C.

Referenced by main(), and read_control_file().

char sploc

Definition at line 80 of file compare_normals.C.

Referenced by init_attributes(), and read_control_file().

int start
int steps

Definition at line 96 of file advectest.C.

Referenced by main(), and read_control_file().

double subadapt

Definition at line 105 of file proptest.C.

Referenced by main(), and read_control_file().

string test

Definition at line 101 of file advectest.C.

Referenced by main(), and read_control_file().

double timestep

Definition at line 95 of file advectest.C.

Referenced by main(), and read_control_file().

string verbose

Definition at line 102 of file advectest.C.

Referenced by init_parameters(), and read_control_file().

string wavefrontal

Definition at line 83 of file advectest.C.

Referenced by init_parameters(), and read_control_file().

string weight

Definition at line 91 of file advectest.C.

Referenced by init_parameters(), and read_control_file().


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