DiFfRG
Loading...
Searching...
No Matches
DiFfRG::internal Namespace Reference

Classes

struct  __TLITypes
 
struct  __TLITypes< autodiff::real >
 
struct  __TLITypes< double >
 
struct  __TLITypes< float >
 
class  FunctionFromLambda
 
class  MatsubaraStorage
 A class that stores Matsubara quadrature points and weights for a given T, E. Its main purpose is to avoid recomputing the quadrature points and weights for each Matsubara integrator and provide a search algorithm to find previously computed Matsubara quadratures. More...
 
class  QuadratureStorage
 A class that stores Quadrature points and weights for a given type and order Its main purpose is to avoid recomputing the quadrature points and weights for each integrator and provide a search algorithm to find previously computed quadratures. More...
 

Functions

template<int dim>
int gsl_unwrap (const gsl_vector *gsl_x, void *params, gsl_vector *gsl_f)
 
template<int dim, typename Cell >
bool is_in_cell (const Cell &cell, const Point< dim > &point, const Mapping< dim > &mapping)
 
template<int dim>
dealii::Point< dim > get_origin (const dealii::DoFHandler< dim > &dof_handler, typename dealii::DoFHandler< dim >::cell_iterator &EoM_cell)
 

Function Documentation

◆ get_origin()

template<int dim>
dealii::Point< dim > DiFfRG::internal::get_origin ( const dealii::DoFHandler< dim > & dof_handler,
typename dealii::DoFHandler< dim >::cell_iterator & EoM_cell )

◆ gsl_unwrap()

template<int dim>
int DiFfRG::internal::gsl_unwrap ( const gsl_vector * gsl_x,
void * params,
gsl_vector * gsl_f )

◆ is_in_cell()

template<int dim, typename Cell >
bool DiFfRG::internal::is_in_cell ( const Cell & cell,
const Point< dim > & point,
const Mapping< dim > & mapping )