HyperHDG
Classes | Functions
diffusion_dimensions.cxx File Reference
#include <HyperHDG/geometry/file.hxx>
#include <HyperHDG/global_loop/elliptic.hxx>
#include <HyperHDG/local_solver/diffusion_ldgh.hxx>
#include <HyperHDG/local_solver/diffusion_uniform_ldgh.hxx>
#include <HyperHDG/node_descriptor/file.hxx>
#include <HyperHDG/sparse_la.hxx>
#include <cmath>
#include <string>
#include <type_traits>
Include dependency graph for diffusion_dimensions.cxx:

Classes

struct  TestParameters< space_dimT, param_float_t >
 
struct  TestParametersDir< space_dimT, param_float_t >
 

Functions

template<unsigned int space_dim, typename float_t >
int do_test_uniform ()
 
template<unsigned int space_dim, typename float_t >
int do_test_standard ()
 
template<unsigned int space_dim, typename float_t >
int do_test_standard_dir ()
 
int main ()
 

Function Documentation

◆ do_test_standard()

template<unsigned int space_dim, typename float_t >
int do_test_standard ( )
Here is the call graph for this function:

◆ do_test_standard_dir()

template<unsigned int space_dim, typename float_t >
int do_test_standard_dir ( )
Here is the call graph for this function:

◆ do_test_uniform()

template<unsigned int space_dim, typename float_t >
int do_test_uniform ( )
Here is the call graph for this function:

◆ main()

int main ( )