DiFfRG
|
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) |
dealii::Point< dim > DiFfRG::internal::get_origin | ( | const dealii::DoFHandler< dim > & | dof_handler, |
typename dealii::DoFHandler< dim >::cell_iterator & | EoM_cell ) |
int DiFfRG::internal::gsl_unwrap | ( | const gsl_vector * | gsl_x, |
void * | params, | ||
gsl_vector * | gsl_f ) |
bool DiFfRG::internal::is_in_cell | ( | const Cell & | cell, |
const Point< dim > & | point, | ||
const Mapping< dim > & | mapping ) |