HARM
harm and utilities
 All Data Structures Files Functions Variables Typedefs Macros Pages
Functions
metric.tools.funcdeclare.h File Reference

Function declarations for global use of things in metric.tools.c. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FTYPE uphi_isco_calc (int which, FTYPE r)
 
int gdet_func_metric (int whichcoord, FTYPE *V, FTYPE *gcov, FTYPE *gdet)
 
int gdet_func (int whichcoord, FTYPE *gcov, FTYPE *gdet)
 
void gdetvol_func (struct of_geom *ptrgeom, FTYPE *gdet, FTYPE *eomfunc, FTYPE *gdetvol)
 geometry only contains i,j,k,p only for spherical polar coordinates with negligible relativistic effects only used if GDETVOLDIFF==1 More...
 
void matrix_inverse (int whichcoord, FTYPE(*genmatrixlower)[NDIM], FTYPE(*genmatrixupper)[NDIM])
 
void alphalapse_func (struct of_geom *ptrgeom, int getprim, int whichcoord, FTYPE *X, FTYPE *gcov, FTYPE *gcon, FTYPE *alphalapse)
 
void betasqoalphasq_func (struct of_geom *ptrgeom, int getprim, int whichcoord, FTYPE *X, FTYPE *gcov, FTYPE *gcon, FTYPE *betasqoalphasq)
 
void beta_func (struct of_geom *ptrgeom, int getprim, int whichcoord, FTYPE *X, FTYPE *gcov, FTYPE *gcon, FTYPE alphalapse, FTYPE *beta)
 
void get_and_copy_geometry (int ii, int jj, int kk, int pp, struct of_geom *ptrgeom)
 
void transgcov (FTYPE *gcov, FTYPE(*trans)[NDIM], FTYPE *gcovprim)
 
void transgcovself (FTYPE *gcov, FTYPE(*trans)[NDIM])
 
void get_gcovpert (FTYPE *gcovprim, FTYPE *gcovpert, FTYPE *gcovpertprim)
 
void transgcovgcovpertself (FTYPE *gcov, FTYPE *gcovpert, FTYPE(*trans)[NDIM])
 

Detailed Description

Function declarations for global use of things in metric.tools.c.

Definition in file metric.tools.funcdeclare.h.

Function Documentation

void alphalapse_func ( struct of_geom ptrgeom,
int  getprim,
int  whichcoord,
FTYPE X,
FTYPE gcov,
FTYPE gcon,
FTYPE alphalapse 
)

Definition at line 1418 of file metric.tools.c.

Here is the caller graph for this function:

void beta_func ( struct of_geom ptrgeom,
int  getprim,
int  whichcoord,
FTYPE X,
FTYPE gcov,
FTYPE gcon,
FTYPE  alphalapse,
FTYPE beta 
)

Definition at line 1439 of file metric.tools.c.

Here is the caller graph for this function:

void betasqoalphasq_func ( struct of_geom ptrgeom,
int  getprim,
int  whichcoord,
FTYPE X,
FTYPE gcov,
FTYPE gcon,
FTYPE betasqoalphasq 
)

Definition at line 1428 of file metric.tools.c.

Here is the caller graph for this function:

int gdet_func ( int  whichcoord,
FTYPE gcov,
FTYPE gdet 
)
int gdet_func_metric ( int  whichcoord,
FTYPE V,
FTYPE gcov,
FTYPE gdet 
)

Definition at line 801 of file metric.tools.c.

Here is the caller graph for this function:

void gdetvol_func ( struct of_geom ptrgeom,
FTYPE gdet,
FTYPE eomfunc,
FTYPE gdetvol 
)

geometry only contains i,j,k,p only for spherical polar coordinates with negligible relativistic effects only used if GDETVOLDIFF==1

Definition at line 3631 of file metric.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void get_and_copy_geometry ( int  ii,
int  jj,
int  kk,
int  pp,
struct of_geom ptrgeom 
)

Definition at line 1342 of file metric.tools.c.

void get_gcovpert ( FTYPE gcovprim,
FTYPE gcovpert,
FTYPE gcovpertprim 
)

Definition at line 1631 of file metric.tools.c.

Here is the caller graph for this function:

void matrix_inverse ( int  whichcoord,
FTYPE(*)  genmatrixlower[NDIM],
FTYPE(*)  genmatrixupper[NDIM] 
)

Definition at line 1009 of file metric.tools.c.

Here is the caller graph for this function:

void transgcov ( FTYPE gcov,
FTYPE(*)  trans[NDIM],
FTYPE gcovprim 
)

Definition at line 1748 of file metric.tools.c.

Here is the caller graph for this function:

void transgcovgcovpertself ( FTYPE gcov,
FTYPE gcovpert,
FTYPE(*)  trans[NDIM] 
)

Definition at line 1728 of file metric.tools.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void transgcovself ( FTYPE gcov,
FTYPE(*)  trans[NDIM] 
)

Definition at line 1716 of file metric.tools.c.

Here is the call graph for this function:

FTYPE uphi_isco_calc ( int  which,
FTYPE  r 
)

Definition at line 1292 of file metric.tools.c.