ESTER
Evolution STEllaire en Rotation
|
#include "matrix.h"
#include "solver.h"
#include "numdiff.h"
#include "mapping.h"
#include "physics.h"
#include "constants.h"
#include "parser.h"
#include "graphics.h"
#include "debug.h"
#include "symbolic.h"
#include <cmath>
#include <vector>
Go to the source code of this file.
Classes | |
class | star2d |
struct | star2d::version_struct |
struct | star2d::units_struct |
struct | star2d::config_struct |
class | star1d |
class | star_evol |
Macros | |
#define | PRES T |
#define | LOG_PRES "log_T" |
#define | T_CONSTANT_DOMAINS |
#define | RADIATIVE 0 |
#define | CORE 1 |
#define | CONVECTIVE 2 |
#define CONVECTIVE 2 |
#define CORE 1 |
#define LOG_PRES "log_T" |
#define PRES T |
#define RADIATIVE 0 |
#define T_CONSTANT_DOMAINS |