|
LORENE
|
Surface where boundary conditions for quantities in the bulk will be calculated It relies on geometrical properties of the associated Spheroid() (*** WARNING! More...
#include <excision_hor.h>
Public Member Functions | |
| Excision_hor (const Scalar &h_in, const Metric &gij, const Sym_tensor &Kij2, const Scalar &ppsi, const Scalar &nn, const Vector &beta, const Sym_tensor &Tij2, double timestep, int int_nos=1) | |
Constructor of an excision surface embedded in a 3-slice (Time_slice ) of 3+1 formalism. | |
| Excision_hor (const Excision_hor &) | |
| Copy constructor. | |
| Excision_hor (FILE *) | |
Constructor from a file (see sauve(FILE*) ). | |
| virtual | ~Excision_hor () |
| Destructor. | |
| void | operator= (const Excision_hor &) |
| Assignment to another Excision_hor. | |
| const Spheroid & | get_sph () const |
| Returns the spheroid. | |
| const Scalar & | get_conf_fact () const |
| Returns the conformal factor associated with the surface. | |
| const Scalar & | get_lapse () const |
| Returns the lapse function. | |
| const Vector & | get_shift () const |
| Returns the shift vector field. | |
| const Metric & | get_gamij () const |
Returns the symmetric tensor ![]() | |
| const Sym_tensor & | get_Kij () const |
returns the 3-d extrinsic curvature ![]() | |
| double | get_delta_t () const |
| Returns the timestep used for evolution. | |
| double | get_no_of_steps () const |
| Returns the internal number of timesteps for one iteration. | |
| const Sym_tensor & | get_Tij () const |
| Returns the value of the impulsion-energy tensor. | |
| Scalar & | set_conf_fact () |
| Sets the value of the conformal factor. | |
| Scalar & | set_lapse () |
| Sets the lapse function. | |
| Vector & | set_shift () |
| Sets the shift vector field. | |
| Metric & | set_gamij () |
| Sets the 3d metric of the TimeSlice. | |
| Sym_tensor & | set_Kij () |
| Sets the extrinsic curvature. | |
| Sym_tensor & | set_Tij () |
| Sets the value of the impulsion-energy tensor. | |
| double & | set_delta_t () |
| double & | set_no_of_steps () |
| const Scalar & | get_BC_conf_fact () const |
Source of Neumann BC on ![]() | |
| const Scalar & | get_BC_bmN (int choice_bmN, double value=1.) const |
| Source of Dirichlet BC for (b-N): case 0: based on an entropy prescription, case 1: from a component of projected Einstein Equations. | |
| const Scalar & | get_BC_bpN (int choice_bpN, double c_bpn_lap=1., double c_bpn_fin=1., Scalar *bpN_fin=0x0) const |
| Case 0: Arbitrary source of Dirichlet BC for (b+N), based on a parabolic driver towards a constant value. | |
| const Vector & | get_BC_shift (double c_V_lap) const |
| Source of Dirichlet BC for the shift, issued from BC on bpN and a gauge condition on the tangential shift (based on a parabolic driver). | |
| virtual void | sauve (FILE *) const |
| Save in a file. | |
Protected Member Functions | |
| virtual void | del_deriv () const |
| Deletes all the derived quantities. | |
| void | set_der_0x0 () const |
Sets to 0x0 all the pointers on derived quantities. | |
Protected Attributes | |
| Spheroid | sph |
| The associated Spheroid object. | |
| Scalar | conf_fact |
| The value of the conformal factor on the 3-slice. | |
| Scalar | lapse |
| The lapse defined on the 3 slice. | |
| Vector | shift |
| The Shift 3-vector on the slice. | |
| Metric | gamij |
| The 3-d metric on the slice. | |
| Sym_tensor | Kij |
| The 3-d extrinsic curvature on the slice. | |
| double | delta_t |
| The time step for evolution in parabolic drivers. | |
| double | no_of_steps |
| The internal number of timesteps for one iteration. | |
| Sym_tensor | Tij |
| Value of the impulsion-energy tensor on the spheroid. | |
| Scalar * | p_get_BC_conf_fact |
Source of Neumann BC on ![]() | |
| Scalar * | p_get_BC_bmN |
| Source of Dirichlet BC for (b-N). | |
| Scalar * | p_get_BC_bpN |
| Arbitrary source of Dirichlet BC for (b+N), case 0: based on a parabolic driver towards a constant value, case 1:from a component of projected Einstein Equations. . | |
| Vector * | p_get_BC_shift |
| Source of Dirichlet BC for the shift, issued from BC on bpN and a gauge condition on the tangential shift. | |
Friends | |
| ostream & | operator<< (ostream &, const Spheroid &) |
| Display. | |
Surface where boundary conditions for quantities in the bulk will be calculated It relies on geometrical properties of the associated Spheroid() (*** WARNING!
under development***)
Definition at line 43 of file excision_hor.h.
| Lorene::Excision_hor::Excision_hor | ( | const Scalar & | h_in, |
| const Metric & | gij, | ||
| const Sym_tensor & | Kij2, | ||
| const Scalar & | ppsi, | ||
| const Scalar & | nn, | ||
| const Vector & | beta, | ||
| const Sym_tensor & | Tij2, | ||
| double | timestep, | ||
| int | int_nos = 1 ) |
Constructor of an excision surface embedded in a 3-slice (Time_slice ) of 3+1 formalism.
This is done from the Time_slice data.
| h_in | : the location of the surface r = h_in (WARNING:must be defined on a mono-domain angular grid) |
| gij | : the 3-metric on the 3-slice |
| Kij | : the extrinsic curvature of the 3-slice (covariant representation) |
| timestep | : time interval associated with the parabolic-driven boundary conditions. |
| int_nos | : Number of iterations to be done during timestep. |
| Tij | : Value of the impulsion-energy tensor on the spheroid |
Definition at line 46 of file excision_hor.C.
References conf_fact, delta_t, gamij, Kij, lapse, no_of_steps, set_der_0x0(), shift, sph, and Tij.
| Lorene::Excision_hor::Excision_hor | ( | const Excision_hor & | exc_in | ) |
Copy constructor.
Definition at line 68 of file excision_hor.C.
References conf_fact, delta_t, Excision_hor(), gamij, Kij, lapse, no_of_steps, set_der_0x0(), shift, sph, and Tij.
| Lorene::Excision_hor::Excision_hor | ( | FILE * | ) |
Constructor from a file (see sauve(FILE*) ).
|
virtual |
|
protectedvirtual |
Deletes all the derived quantities.
Definition at line 94 of file excision_hor.C.
References p_get_BC_bmN, p_get_BC_bpN, p_get_BC_conf_fact, p_get_BC_shift, and set_der_0x0().
| const Scalar & Lorene::Excision_hor::get_BC_bmN | ( | int | choice_bmN, |
| double | value = 1. ) const |
Source of Dirichlet BC for (b-N): case 0: based on an entropy prescription, case 1: from a component of projected Einstein Equations.
Definition at line 147 of file excision_hor.C.
References Lorene::Scalar::allocate_all(), Lorene::Tensor::annule_domain(), Lorene::Metric_flat::con(), Lorene::contract(), gamij, Lorene::get_mg(), Lorene::Tensor::get_mp(), lapse, Lorene::max(), Lorene::maxabs(), p_get_BC_bmN, Lorene::Scalar::poisson_angu(), Lorene::Tensor::set(), Lorene::Scalar::set_grid_point(), Lorene::Scalar::set_spectral_va(), shift, sph, Lorene::Scalar::std_spectral_base(), Lorene::Tensor::std_spectral_base(), Tij, Lorene::Tensor::up_down(), Lorene::Scalar::val_grid_point(), and Lorene::Valeur::ylm().
| const Scalar & Lorene::Excision_hor::get_BC_bpN | ( | int | choice_bpN, |
| double | c_bpn_lap = 1., | ||
| double | c_bpn_fin = 1., | ||
| Scalar * | bpN_fin = 0x0 ) const |
Case 0: Arbitrary source of Dirichlet BC for (b+N), based on a parabolic driver towards a constant value.
Case 1: Source of Dirichlet BC for (b+N), from a component of projected Einstein Equations.
Definition at line 298 of file excision_hor.C.
References Lorene::Scalar::allocate_all(), Lorene::Tensor::annule_domain(), Lorene::contract(), delta_t, gamij, get_BC_bmN(), Lorene::get_mg(), Lorene::Scalar::lapang(), lapse, p_get_BC_bpN, Lorene::Scalar::set_grid_point(), Lorene::Scalar::set_spectral_va(), shift, sph, Lorene::Scalar::std_spectral_base(), Tij, Lorene::Tensor::up(), Lorene::Tensor::up_down(), Lorene::Scalar::val_grid_point(), and Lorene::Valeur::ylm().
| const Scalar & Lorene::Excision_hor::get_BC_conf_fact | ( | ) | const |
Source of Neumann BC on 
Definition at line 120 of file excision_hor.C.
References conf_fact, Lorene::contract(), Lorene::Vector::divergence(), gamij, Kij, p_get_BC_conf_fact, Lorene::pow(), Lorene::Metric::radial_vect(), Lorene::Scalar::set_spectral_va(), Lorene::Scalar::std_spectral_base(), Lorene::Tensor::std_spectral_base(), and Lorene::Valeur::ylm().
| const Vector & Lorene::Excision_hor::get_BC_shift | ( | double | c_V_lap | ) | const |
Source of Dirichlet BC for the shift, issued from BC on bpN and a gauge condition on the tangential shift (based on a parabolic driver).
Definition at line 421 of file excision_hor.C.
References Lorene::Scalar::allocate_all(), Lorene::Tensor::annule_domain(), Lorene::contract(), delta_t, Lorene::Tensor::derive_con(), Lorene::Tensor::derive_cov(), Lorene::Tensor_sym::derive_cov(), Lorene::Tensor::down(), gamij, Lorene::get_mg(), lapse, p_get_BC_bmN, p_get_BC_bpN, p_get_BC_shift, Lorene::Scalar::set_grid_point(), shift, sph, Lorene::Scalar::std_spectral_base(), Lorene::Tensor::std_spectral_base(), Lorene::Vector::std_spectral_base(), Lorene::Tensor::up_down(), and Lorene::Scalar::val_grid_point().
|
inline |
Returns the conformal factor associated with the surface.
Definition at line 135 of file excision_hor.h.
References conf_fact.
|
inline |
Returns the timestep used for evolution.
Definition at line 150 of file excision_hor.h.
References delta_t.
|
inline |
|
inline |
|
inline |
|
inline |
Returns the internal number of timesteps for one iteration.
Definition at line 153 of file excision_hor.h.
References no_of_steps.
|
inline |
|
inline |
|
inline |
Returns the value of the impulsion-energy tensor.
Definition at line 156 of file excision_hor.h.
References Tij.
| void Lorene::Excision_hor::operator= | ( | const Excision_hor & | ) |
Assignment to another Excision_hor.
References Excision_hor().
|
virtual |
Save in a file.
Definition at line 532 of file excision_hor.C.
|
inline |
Sets the value of the conformal factor.
Definition at line 159 of file excision_hor.h.
References conf_fact, and del_deriv().
|
inline |
Definition at line 177 of file excision_hor.h.
|
protected |
Sets to 0x0 all the pointers on derived quantities.
Definition at line 103 of file excision_hor.C.
References p_get_BC_bmN, p_get_BC_bpN, p_get_BC_conf_fact, and p_get_BC_shift.
|
inline |
Sets the 3d metric of the TimeSlice.
Definition at line 168 of file excision_hor.h.
References del_deriv(), and gamij.
|
inline |
Sets the extrinsic curvature.
Definition at line 171 of file excision_hor.h.
References del_deriv(), and Kij.
|
inline |
Sets the lapse function.
Definition at line 162 of file excision_hor.h.
References del_deriv(), and lapse.
|
inline |
Definition at line 179 of file excision_hor.h.
|
inline |
Sets the shift vector field.
Definition at line 165 of file excision_hor.h.
References del_deriv(), and shift.
|
inline |
Sets the value of the impulsion-energy tensor.
Definition at line 174 of file excision_hor.h.
References del_deriv(), and Tij.
|
friend |
Display.
|
protected |
The value of the conformal factor on the 3-slice.
Definition at line 53 of file excision_hor.h.
|
protected |
The time step for evolution in parabolic drivers.
Definition at line 68 of file excision_hor.h.
|
protected |
The 3-d metric on the slice.
Definition at line 62 of file excision_hor.h.
|
protected |
The 3-d extrinsic curvature on the slice.
Definition at line 65 of file excision_hor.h.
|
protected |
The lapse defined on the 3 slice.
Definition at line 56 of file excision_hor.h.
|
protected |
The internal number of timesteps for one iteration.
Definition at line 71 of file excision_hor.h.
|
mutableprotected |
Source of Dirichlet BC for (b-N).
Definition at line 81 of file excision_hor.h.
|
mutableprotected |
Arbitrary source of Dirichlet BC for (b+N), case 0: based on a parabolic driver towards a constant value, case 1:from a component of projected Einstein Equations. .
Definition at line 82 of file excision_hor.h.
|
mutableprotected |
Source of Neumann BC on 
Definition at line 80 of file excision_hor.h.
|
mutableprotected |
Source of Dirichlet BC for the shift, issued from BC on bpN and a gauge condition on the tangential shift.
Definition at line 83 of file excision_hor.h.
|
protected |
The Shift 3-vector on the slice.
Definition at line 59 of file excision_hor.h.
|
protected |
The associated Spheroid object.
Definition at line 50 of file excision_hor.h.
|
protected |
Value of the impulsion-energy tensor on the spheroid.
Definition at line 74 of file excision_hor.h.