Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <mdspan.hpp>
Public Types | |
using | offset_policy = accessor_basic |
using | element_type = ElementType |
using | reference = ElementType & |
using | pointer = ElementType * |
Public Member Functions | |
constexpr pointer | offset (pointer p, ptrdiff_t i) const noexcept |
constexpr reference | access (pointer p, ptrdiff_t i) const noexcept |
constexpr pointer | decay (pointer p) const noexcept |
using fub::accessor_basic< ElementType >::element_type = ElementType |
using fub::accessor_basic< ElementType >::offset_policy = accessor_basic |
using fub::accessor_basic< ElementType >::pointer = ElementType* |
using fub::accessor_basic< ElementType >::reference = ElementType& |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |