Loading [MathJax]/extensions/tex2jax.js
Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | List of all members
fub::ShallowWaterSignalVelocities Struct Reference

#include <ShallowWater.hpp>

Public Types

using Complete = fub::Complete< ShallowWater >
 
using CompleteArray = fub::CompleteArray< ShallowWater >
 

Public Member Functions

std::array< double, 2 > operator() (const ShallowWater &equation, const Complete &left, const Complete &right, Direction dir)
 
std::array< Array1d, 2 > operator() (const ShallowWater &equation, const CompleteArray &left, const CompleteArray &right, Direction dir)
 

Member Typedef Documentation

◆ Complete

◆ CompleteArray

Member Function Documentation

◆ operator()() [1/2]

std::array<double, 2> fub::ShallowWaterSignalVelocities::operator() ( const ShallowWater equation,
const Complete left,
const Complete right,
Direction  dir 
)

◆ operator()() [2/2]

std::array<Array1d, 2> fub::ShallowWaterSignalVelocities::operator() ( const ShallowWater equation,
const CompleteArray left,
const CompleteArray right,
Direction  dir 
)

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