Discontinuous Galerkin Library
#include "dg/algorithm.h"
Loading...
Searching...
No Matches
dg_doc.h
Go to the documentation of this file.
1#error Documentation only
338namespace dg{
351struct Timer
352{
361 void tic();
366 void toc();
370 double diff()const;
371};
372}
373
378#define DG_DEVICE
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin li...
Simple tool for performance measuring.
Definition dg_doc.h:352
double diff() const
Return time in seconds elapsed between tic and toc.
void toc()
Stop timer.
void tic()
Start timer.