CAMP 1.0.0
Chemistry Across Multiple Phases
|
#include <Jacobian.h>
Public Attributes | |
unsigned int | num_spec |
unsigned int | num_elem |
unsigned int * | col_ptrs |
unsigned int * | row_ids |
long double * | production_partials |
long double * | loss_partials |
JacobianColumnElements * | elements |
Definition at line 31 of file Jacobian.h.
unsigned int* Jacobian::col_ptrs |
Definition at line 34 of file Jacobian.h.
JacobianColumnElements* Jacobian::elements |
Definition at line 39 of file Jacobian.h.
long double* Jacobian::loss_partials |
Definition at line 38 of file Jacobian.h.
unsigned int Jacobian::num_elem |
Definition at line 33 of file Jacobian.h.
unsigned int Jacobian::num_spec |
Definition at line 32 of file Jacobian.h.
long double* Jacobian::production_partials |
Definition at line 37 of file Jacobian.h.
unsigned int* Jacobian::row_ids |
Definition at line 35 of file Jacobian.h.