28char et_bin_extr_curv_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Etoile/et_bin_extr_curv.C,v 1.6 2014/10/13 08:52:55 j_novak Exp $" ;
87 for (
int i=0; i<3; i++) {
88 for (
int j=i; j<3; j++) {
89 tkij_auto.set(i, j) = dn(i, j) + dn(j, i) ;
91 tkij_auto.set(i, i) -= double(2) /double(3) * divn() ;
107 for (
int i=0; i<3; i++) {
108 for (
int j=0; j<3; j++) {
const Base_vect & ref_triad
Reference triad ("absolute frame"), with respect to which the components of all the member Tenseur 's...
Tenseur shift_auto
Part of the shift vector generated principaly by the star.
Tenseur_sym tkij_auto
Part of the extrinsic curvature tensor generated by shift_auto .
Tenseur akcar_auto
Part of the scalar generated by shift_auto , i.e.
virtual void extrinsic_curvature()
Computes tkij_auto and akcar_auto from shift_auto , nnn and a_car .
Tenseur nnn
Total lapse function.
Map & mp
Mapping associated with the star.
Tenseur a_car
Total conformal factor .
Tensor handling *** DEPRECATED : use class Tensor instead ***.
const Tenseur & gradient() const
Returns the gradient of *this (Cartesian coordinates).
void change_triad(const Base_vect &new_triad)
Sets a new vectorial basis (triad) of decomposition and modifies the components accordingly.
Tenseur contract(const Tenseur &, int id1, int id2)
Self contraction of two indices of a Tenseur .