28#ifndef __GyotoRotStar3_1_H_
29#define __GyotoRotStar3_1_H_
39 namespace Metric {
class RotStar3_1; }
46#ifdef GYOTO_USE_XERCES
74 void
file(std::string const &);
90 int
myrk4(const double coord[6], double h, double res[6]) const;
98 int
myrk4_adaptive(Gyoto::Worldline* line, state_t const &coord, double lastnorm, double normref, state_t &coordnew, double h0, double& h1, double h1max) const;
105 int
myrk4_adaptive(const double coor[6], double lastnorm, double normref, double coornew[6], double cst[2], double& tdot_used, double h0, double& h1, double h1max, double& hused) const;
110 int
diff(state_t const &coord, state_t &res) const ;
119 int
diff(const double y[6], double res[6], int) const ;
125 void
Normalize4v(const double coordin[6], double coordout[6], const double cst[2], double& tdot_used) const;
127 double gmunu(const double * x, int mu, int nu) const ;
129 double christoffel(const double coord[8], const int alpha, const int mu,
130 const int nu) const ;
133 const double u1[4], const double u2[4]) const ;
Base class for metric description.
#define GYOTO_OBJECT_THREAD_SAFETY
Declare virtual bool isThreadSafe() const.
Definition: GyotoObject.h:99
#define GYOTO_OBJECT
Declare class::properties and class::getProperties()
Definition: GyotoObject.h:84
Reference-counting pointers.
Timelike or null geodesics.
Base class for metrics.
Definition: GyotoMetric.h:162
virtual int myrk4(Worldline *line, state_t const &coord, double h, state_t &res) const
RK4 integrator.
Numerical metric around a rotating star in 3+1 formalism.
Definition: GyotoRotStar3_1.h:54
char const * fileName() const
Get filename_.
int myrk4(const double coord[6], double h, double res[6]) const
RK4 integrator.
int integ_kind_
1 if RotStar3_1::myrk4(), 0 if Metric::myrk4()
Definition: GyotoRotStar3_1.h:60
void Normalize4v(const double coordin[6], double coordout[6], const double cst[2], double &tdot_used) const
Tweak coordinates to insure conservation of cst.
double ScalarProd(const double pos[4], const double u1[4], const double u2[4]) const
Scalar product.
std::string file() const
Get filename_.
int integKind() const
Get integ_kind_.
int myrk4_adaptive(Gyoto::Worldline *line, state_t const &coord, double lastnorm, double normref, state_t &coordnew, double h0, double &h1, double h1max) const
Adaptive RK4 integrator.
virtual RotStar3_1 * clone() const
Cloner (uses RotStar3_1(file, integ_kind))
virtual int setParameter(std::string, std::string, std::string)
Set parameter by name.
Lorene::Star_rot * star_
Pointer to underlying Lorene Star_rot instance.
Definition: GyotoRotStar3_1.h:59
char * filename_
Lorene output file name.
Definition: GyotoRotStar3_1.h:58
bool genericIntegrator() const
Get !integ_kind_.
int diff(state_t const &coord, state_t &res) const
F function such as dy/dtau=F(y,cst)
Pointers performing reference counting.
Definition: GyotoSmartPointer.h:135
Namespace for the Gyoto library.
Definition: GyotoAstrobj.h:43