HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
#include "basis.hpp"
Go to the source code of this file.
Classes | |
struct | Solution |
Structure to store a solution and its derivatives. More... | |
struct | Diffusion |
Structure to store a diffusion tensor and its row-wise divergence. More... | |
struct | Advection |
Structure to store an advection velocity and its divergence, together with various flags. More... | |
struct | Reaction |
Structure to store a reaction term, together with various flags. More... | |
class | TestCase |
The TestCase class provides definition of test cases. More... | |
Typedefs | |
template<typename T > | |
using | CellFType = std::function< T(const VectorRd &, const Cell *)> |
type for function of a point, that could be discontinuous between cells. T is the type of value of the function | |
using CellFType = std::function<T(const VectorRd &, const Cell *)> |
type for function of a point, that could be discontinuous between cells. T is the type of value of the function