The FARGO_THORIN code developer's guide
 All Data Structures Files Functions Variables Typedefs Macros
Functions | Variables
main.c File Reference

Main file of the distribution. More...

#include "fargo.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

int main (int argc, argv)
 

Variables

boolean Restart = NO
 
boolean OpenInner = NO
 
int begin_i = 0
 
int NbRestart = 0
 
static int InnerOutputCounter =0
 
static int StillWriteOneOutput
 
real LostMass
 
boolean Corotating
 
real ScalingFactor = 1.0
 
boolean DumpTorqueNow = NO
 
boolean DumpTorqueDensNow = NO
 

Detailed Description

Main file of the distribution.

Manages the call to initialization functions, then the main loop.

Author
THORIN modifications by Ondřej Chrenko chren.nosp@m.ko@s.nosp@m.irrah.nosp@m..tro.nosp@m.ja.mf.nosp@m.f.cu.nosp@m.ni.cz, Copyright (C) 2017; original code by Frédéric Masset

Definition in file main.c.

Function Documentation

int main ( int  argc,
argv   
)

Variable Documentation

int begin_i = 0

Definition at line 15 of file main.c.

Referenced by GiveTimeInfo(), and main().

boolean Corotating

Definition at line 30 of file Interpret.c.

Referenced by main().

boolean DumpTorqueDensNow = NO

Definition at line 21 of file main.c.

Referenced by AdvanceSystemFromDisk(), and main().

boolean DumpTorqueNow = NO

Definition at line 21 of file main.c.

Referenced by AdvanceSystemFromDisk(), and main().

int InnerOutputCounter =0
static

Definition at line 16 of file main.c.

Referenced by main().

real LostMass

Definition at line 32 of file TransportEuler.c.

int NbRestart = 0

Definition at line 15 of file main.c.

Referenced by Initialization(), and main().

boolean OpenInner = NO

Definition at line 14 of file main.c.

Referenced by ApplyBoundaryCondition(), ReadVariables(), and VanLeerRadial().

boolean Restart = NO

Definition at line 14 of file main.c.

Referenced by Initialization(), and main().

real ScalingFactor = 1.0

Definition at line 19 of file main.c.

Referenced by main(), and Sigma().

int StillWriteOneOutput
static

Definition at line 16 of file main.c.

Referenced by main().