DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
Loading...
Searching...
No Matches
dbpp_NodalTpl.hpp File Reference
#include <optional>
#include <iostream>
#include "include/Sfx_UniversalConstants.h"

Go to the source code of this file.

Classes

struct  dbpp::NodalTpl< Params >
 Implementation for nodal variable concept used in our application (use of variadic template). More...

Namespaces

namespace  dbpp

Functions

template<typename... Ts>
std::ostream & dbpp::operator<< (std::ostream &os, const std::tuple< Ts... > &theTuple)
 print tuple element (apply on a tuple)