Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes
fub::layout_left Struct Reference

This layout creates mappings which do row first indexing (as in Fortran). More...

#include <mdspan.hpp>

Classes

class  mapping
 This mapping does row first indexing (as in Fortran). More...
 

Detailed Description

This layout creates mappings which do row first indexing (as in Fortran).

It holds for all valid i and j the equation

mapping(i + 1, j) - mapping(1, j) == 1

The documentation for this struct was generated from the following file: