FORM v5.0.0-35-g6318119
Public Member Functions | Data Fields
Process Class Reference
Collaboration diagram for Process:
Collaboration graph
[legend]

Public Member Functions

 Process (int pid, Model *model, Options *opt, int nin, int *initlPart, int nfin, int *finalPart, int *coupling)
 
 Process (int pid, Model *model, Options *opt, FGInput *fgi)
 
void prProcess (void)
 
void outProcP (FILE *fp)
 
void prProcessP (const char *fname)
 
void mkSProcess (void)
 

Data Fields

Modelmodel
 
Optionsopt
 
BigInt mgrcount
 
BigInt agrcount
 
int * initlPart
 
int * finalPart
 
int id
 
int ninitl
 
int nfinal
 
int ctotal
 
int nExtern
 
int loop
 
int maxnlegs
 
int clist [GRCC_MAXNCPLG]
 
int nSubproc
 
SProcesssptbl [GRCC_MAXSUBPROCS]
 
SProcesssproc
 
AStackastack
 
BigInt ngraphs
 
BigInt nopi
 
BigInt wgraphs
 
BigInt wopi
 
BigInt nMGraphs
 
BigInt nMOPI
 
Fraction wMGraphs
 
Fraction wMOPI
 
BigInt nAGraphs
 
BigInt nAOPI
 
Fraction wAGraphs
 
Fraction wAOPI
 
double sec
 

Detailed Description

Definition at line 447 of file grcc.h.

Constructor & Destructor Documentation

◆ Process()

Process ( int  pid,
Model model,
Options opt,
int  nin,
int *  initlPart,
int  nfin,
int *  finalPart,
int *  coupling 
)

Definition at line 3340 of file grcc.cc.

◆ ~Process()

~Process ( void  )

Definition at line 3439 of file grcc.cc.

Member Function Documentation

◆ prProcess()

void prProcess ( void  )

Definition at line 3450 of file grcc.cc.

◆ outProcP()

void outProcP ( FILE *  fp)

Definition at line 3473 of file grcc.cc.

◆ prProcessP()

void prProcessP ( const char *  fname)

Definition at line 3458 of file grcc.cc.

◆ mkSProcess()

void mkSProcess ( void  )

Definition at line 3528 of file grcc.cc.

Field Documentation

◆ model

Model* model

Definition at line 449 of file grcc.h.

◆ opt

Options* opt

Definition at line 450 of file grcc.h.

◆ mgrcount

BigInt mgrcount

Definition at line 451 of file grcc.h.

◆ agrcount

BigInt agrcount

Definition at line 452 of file grcc.h.

◆ initlPart

int* initlPart

Definition at line 453 of file grcc.h.

◆ finalPart

int* finalPart

Definition at line 454 of file grcc.h.

◆ id

int id

Definition at line 456 of file grcc.h.

◆ ninitl

int ninitl

Definition at line 457 of file grcc.h.

◆ nfinal

int nfinal

Definition at line 458 of file grcc.h.

◆ ctotal

int ctotal

Definition at line 459 of file grcc.h.

◆ nExtern

int nExtern

Definition at line 460 of file grcc.h.

◆ loop

int loop

Definition at line 461 of file grcc.h.

◆ maxnlegs

int maxnlegs

Definition at line 462 of file grcc.h.

◆ clist

int clist[GRCC_MAXNCPLG]

Definition at line 463 of file grcc.h.

◆ nSubproc

int nSubproc

Definition at line 466 of file grcc.h.

◆ sptbl

SProcess* sptbl[GRCC_MAXSUBPROCS]

Definition at line 467 of file grcc.h.

◆ sproc

SProcess* sproc

Definition at line 468 of file grcc.h.

◆ astack

AStack* astack

Definition at line 471 of file grcc.h.

◆ ngraphs

BigInt ngraphs

Definition at line 474 of file grcc.h.

◆ nopi

BigInt nopi

Definition at line 475 of file grcc.h.

◆ wgraphs

BigInt wgraphs

Definition at line 476 of file grcc.h.

◆ wopi

BigInt wopi

Definition at line 477 of file grcc.h.

◆ nMGraphs

BigInt nMGraphs

Definition at line 480 of file grcc.h.

◆ nMOPI

BigInt nMOPI

Definition at line 481 of file grcc.h.

◆ wMGraphs

Fraction wMGraphs

Definition at line 482 of file grcc.h.

◆ wMOPI

Fraction wMOPI

Definition at line 483 of file grcc.h.

◆ nAGraphs

BigInt nAGraphs

Definition at line 485 of file grcc.h.

◆ nAOPI

BigInt nAOPI

Definition at line 486 of file grcc.h.

◆ wAGraphs

Fraction wAGraphs

Definition at line 487 of file grcc.h.

◆ wAOPI

Fraction wAOPI

Definition at line 488 of file grcc.h.

◆ sec

double sec

Definition at line 490 of file grcc.h.


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