cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
newton_step.d
Go to the documentation of this file.
1 newton_step.o: newton_step.cpp cddefines.h.gch cdstd.h \
2  /home/marios/work/cloudy/svn-uky/c17_branch/source/cloudyconfig.h cpu.h \ mpi_utilities.h newton_step.h conv.h module.h thirdparty.h physconst.h \ physconst_template.h mole.h count_ptr.h mole_priv.h container_classes.h \ trace.h save.h energy.h
3 newton_step.cpp:
4 cddefines.h:
5 cdstd.h:
6 cpu.h:
7 mpi_utilities.h:
9 conv.h:
10 module.h:
11 thirdparty.h:
12 physconst.h:
13 physconst_template.h:
14 mole.h:
15 count_ptr.h:
16 mole_priv.h:
17 container_classes.h:
18 trace.h:
19 save.h:
20 energy.h:
21 
bool cloudy()
Definition: cloudy.cpp:37
t_conv conv
Definition: conv.cpp:5
t_trace trace
Definition: trace.cpp:5
bool newton_step(GroupMap &MoleMap, const valarray< double > &b0vec, valarray< double > &b2vec, realnum *eqerror, realnum *error, const long n, double *rlimit, double *rmax, valarray< double > &escale, void(*jacobn)(GroupMap &MoleMap, const valarray< double > &b2vec, double *const ervals, double *const amat, const bool lgJac, bool *lgConserve))
Definition: newton_step.cpp:30
double energy(const genericState &gs)
t_mole_local mole
Definition: mole.cpp:8
static t_cpu cpu
Definition: cpu.h:427
t_save save
Definition: save.cpp:5
Definition: module.h:26