Classes | Namespaces | Functions | Variables
lin_unsteady_ring.cc File Reference

Go to the source code of this file.

Classes

class  ElasticRingProblem< ELEMENT, TIMESTEPPER >
 ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// More...
 

Namespaces

 Global_Physical_Variables
 ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
 

Functions

int main (int argc, char *argv[])
 Driver for ring that performs small-amplitude oscillations. More...
 

Variables

unsigned Global_Physical_Variables::Long_run_flag =1
 Flag for long/short run: Default = perform long run. More...
 
unsigned Global_Physical_Variables::Fixed_timestep_flag =1
 Flag for fixed timestep: Default = fixed timestep. More...
 
bool Global_Physical_Variables::Consistent_newmark_ic
 Boolean flag to decide if to set IC for Newmark directly or consistently : No Default. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Driver for ring that performs small-amplitude oscillations.

Convert command line arguments (if any) into flags:

Definition at line 412 of file lin_unsteady_ring.cc.

References Global_Physical_Variables::Consistent_newmark_ic, Global_Physical_Variables::Fixed_timestep_flag, Global_Physical_Variables::Long_run_flag, and ElasticRingProblem< ELEMENT, TIMESTEPPER >::unsteady_run().