CG  Version 25
Macros | Functions | Variables
Reactions.C File Reference
#include "Reactions.h"
#include "Overture.h"
Include dependency graph for Reactions.C:

Macros

#define GECO   EXTERN_C_NAME(sgeco)
 
#define GESL   EXTERN_C_NAME(sgesl)
 
#define GEEV   EXTERN_C_NAME(sgeev)
 
#define MP   MaterialProperties
 

Functions

void GECO (real &b, const int &nbd, int &nb, int &ipvt, real &rcond, real &work)
 
void SGEDI (real &b, const int &nbd, int &nb, int &ipvt, real &det, real &work, const int &job)
 
void GESL (real &a, const int &lda, const int &n, const int &ipvt, real &b, const int &job)
 
void GEEV (char jobvl[], char jobvr[], int &n, real &a, int &lda, real &wr, real &wi, real &vl, int &ldlv, real &vr, int &ldvr, real &work, int &lwork, int &info, const int len_jobvl, const int len_jobvr)
 

Variables

MaterialProperties mp
 

Macro Definition Documentation

#define GECO   EXTERN_C_NAME(sgeco)
#define GEEV   EXTERN_C_NAME(sgeev)
#define GESL   EXTERN_C_NAME(sgesl)
#define MP   MaterialProperties

Function Documentation

void GECO ( real &  b,
const int &  nbd,
int &  nb,
int &  ipvt,
real &  rcond,
real &  work 
)
void GEEV ( char  jobvl[],
char  jobvr[],
int &  n,
real &  a,
int &  lda,
real &  wr,
real &  wi,
real &  vl,
int &  ldlv,
real &  vr,
int &  ldvr,
real &  work,
int &  lwork,
int &  info,
const int  len_jobvl,
const int  len_jobvr 
)
void GESL ( real &  a,
const int &  lda,
const int &  n,
const int &  ipvt,
real &  b,
const int &  job 
)
void SGEDI ( real &  b,
const int &  nbd,
int &  nb,
int &  ipvt,
real &  det,
real &  work,
const int &  job 
)

Variable Documentation