#include <stack>
#include <vector>
#include <string>
#include <fstream>
#include <iomanip>
#include <limits>
#include <dune/common/exceptions.hh>
#include <dune/common/timer.hh>
#include <dune/fem/io/parameter.hh>
#include <dune/fem/solver/timeprovider.hh>
#include <dune/fem/storage/singleton.hh>
Go to the source code of this file.
|
#define | TIMEDEXECUTION(command) (femTimer.start(),command,femTimer.stop()) |
|
◆ TIMEDEXECUTION
#define TIMEDEXECUTION |
( |
|
command | ) |
(femTimer.start(),command,femTimer.stop()) |