HyperHDG
include
HyperHDG
local_solver
local_solver.hxx
Go to the documentation of this file.
1
#pragma once // Ensure that file is included only once in a single compilation.
2
3
// This file contains doxygen information only!
4
5
/*!*************************************************************************************************
6
* \brief A namespace for local solvers.
7
*
8
* Local solvers contain the information on the partial differential equation (PDE) which will be
9
* solved on the hypergraph. Thus, they can be considered the core classes which have to be written
10
* for all kinds of mathematical problems.
11
*
12
* There are some functions that the global loops require the local solvers to provide. For more
13
* details on this consider the corresponding global loop type and the \c Template solver.
14
*
15
* \authors Guido Kanschat, Heidelberg University, 2019--2020.
16
* \authors Andreas Rupp, Heidelberg University, 2019--2020.
17
**************************************************************************************************/
18
namespace
LocalSolver
19
{
20
}
// namespace LocalSolver
LocalSolver
A namespace for local solvers.
Definition:
advection_parab_ldgh.hxx:11
Generated by
1.8.17