ESTER
Evolution STEllaire en Rotation
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Functions | Variables
nuc_cesam.cpp File Reference
#include "ester-config.h"
#include "physics.h"
Include dependency graph for nuc_cesam.cpp:

Functions

void nuc_cesam_init_ ()
 
void nuc_cesam_init_abon_ (double *X, double *Z, double *comp)
 
void nuc_cesam_eps_ (double *t, double *ro, double *comp, double *epsilon, double *et, double *ero, double *ex)
 
void nuc_cesam_dcomp_ (double *t, double *ro, double *comp, double *dcomp, double *jac)
 
void nuc_cesam_init ()
 
matrix nuc_cesam_abon (double_map comp)
 
double_map nuc_cesam_abon (matrix ab)
 
void nuc_cesam_init_jac (composition_map &comp)
 
void nuc_cesam_jac (composition_map &comp, const matrix &J, int i, int j)
 
int nuc_cesam (const composition_map &comp, const matrix &T, const matrix &rho, nuc_struct &nuc)
 
int nuc_cesam_dcomp (composition_map &comp, const matrix &T, const matrix &rho, nuc_struct &nuc)
 

Variables

static bool init =false
 

Function Documentation

int nuc_cesam ( const composition_map comp,
const matrix T,
const matrix rho,
nuc_struct nuc 
)

Here is the call graph for this function:

matrix nuc_cesam_abon ( double_map  comp)
double_map nuc_cesam_abon ( matrix  ab)
int nuc_cesam_dcomp ( composition_map comp,
const matrix T,
const matrix rho,
nuc_struct nuc 
)

Here is the call graph for this function:

void nuc_cesam_dcomp_ ( double *  t,
double *  ro,
double *  comp,
double *  dcomp,
double *  jac 
)
void nuc_cesam_eps_ ( double *  t,
double *  ro,
double *  comp,
double *  epsilon,
double *  et,
double *  ero,
double *  ex 
)
void nuc_cesam_init ( )

Here is the call graph for this function:

void nuc_cesam_init_ ( )
void nuc_cesam_init_abon_ ( double *  X,
double *  Z,
double *  comp 
)
void nuc_cesam_init_jac ( composition_map comp)
void nuc_cesam_jac ( composition_map comp,
const matrix J,
int  i,
int  j 
)

Here is the call graph for this function:

Variable Documentation

bool init =false
static