(git:b77b4be)
Loading...
Searching...
No Matches
grpp_init_finalize.c File Reference
#include "libgrpp.h"

Go to the source code of this file.

Functions

void libgrpp_create_real_spherical_harmonic_coeffs_tables (int Lmax)
 
void libgrpp_pretabulate_bessel ()
 
void libgrpp_init ()
 
int libgrpp_is_initialized ()
 
void libgrpp_finalize ()
 

Variables

static int libgrpp_initialized = 0
 

Function Documentation

◆ libgrpp_create_real_spherical_harmonic_coeffs_tables()

void libgrpp_create_real_spherical_harmonic_coeffs_tables ( int  Lmax)

Constructs the set of tables with C_{l,m}^{lx,ly,lz} coefficients (up to maximum angular momentum Lmax). (pretabulation step)

Definition at line 60 of file grpp_spherical_harmonics.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ libgrpp_pretabulate_bessel()

void libgrpp_pretabulate_bessel ( )

Definition at line 48 of file grpp_specfunc_scaled_mod_sph_bessel.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ libgrpp_init()

void libgrpp_init ( )

thread-safe initialization

Definition at line 25 of file grpp_init_finalize.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ libgrpp_is_initialized()

int libgrpp_is_initialized ( )

Definition at line 37 of file grpp_init_finalize.c.

Here is the caller graph for this function:

◆ libgrpp_finalize()

void libgrpp_finalize ( )

thread-safe finalization

Definition at line 42 of file grpp_init_finalize.c.

Here is the caller graph for this function:

Variable Documentation

◆ libgrpp_initialized

int libgrpp_initialized = 0
static

Definition at line 20 of file grpp_init_finalize.c.