SERiF 0.0.1a
3+1D Stellar Structure and Evolution
Loading...
Searching...
No Matches
serif::polytrope::polycoeff Namespace Reference

Classes

struct  dThetaInterpCoeff
 
struct  x1InterpCoeff
 Coefficients for the interpolations of the surface location of a polytrope. More...
 

Functions

double nonlinearSourceCoeff (const mfem::Vector &x)
 Computes the xi coefficient function.
 
void diffusionCoeff (const mfem::Vector &x, mfem::Vector &v)
 Computes the vector xi coefficient function.
 
double x1 (const double n)
 
double thetaSurfaceFlux (const double n)
 

Function Documentation

◆ diffusionCoeff()

void serif::polytrope::polycoeff::diffusionCoeff ( const mfem::Vector & x,
mfem::Vector & v )

Computes the vector xi coefficient function.

Parameters
xInput vector.
vOutput vector to store the computed xi coefficient.

Definition at line 35 of file polyCoeff.cpp.

◆ nonlinearSourceCoeff()

double serif::polytrope::polycoeff::nonlinearSourceCoeff ( const mfem::Vector & x)

Computes the xi coefficient function.

Parameters
xInput vector.
Returns
double The computed xi coefficient.

Definition at line 28 of file polyCoeff.cpp.

◆ thetaSurfaceFlux()

double serif::polytrope::polycoeff::thetaSurfaceFlux ( const double n)

Definition at line 54 of file polyCoeff.cpp.

◆ x1()

double serif::polytrope::polycoeff::x1 ( const double n)

Definition at line 45 of file polyCoeff.cpp.