![]() |
NeoPZ
|
#include <iomanip>#include <cmath>#include <adouble.h>#include <DRIVERS/drivers.h>#include <Fad/fad.h>#include <utils/timer.h>#include <utils/vectors.h>Go to the source code of this file.
Functions | |
| double | testADOLC (Timer &timer, const int n, const int nloop, double &yp, double &errg) |
| double | testFAD (Timer &timer, const int n, const int nloop, double &yp, double &errg) |
| int | main () |
| int main | ( | ) |
Definition at line 42 of file benchadolc.cc.
References nloop, testADOLC(), and testFAD().
Referenced by TPZSwelling::ContributeBC(), and TPZFrontMatrix< TVar, store, front >::GetFront().
| double testADOLC | ( | Timer & | timer, |
| const int | n, | ||
| const int | nloop, | ||
| double & | yp, | ||
| double & | errg | ||
| ) |
Definition at line 82 of file benchadolc.cc.
References Timer::elapsedSeconds(), nloop, Timer::start(), Timer::stop(), and tmp.
Referenced by main().
| double testFAD | ( | Timer & | timer, |
| const int | n, | ||
| const int | nloop, | ||
| double & | yp, | ||
| double & | errg | ||
| ) |
Definition at line 127 of file benchadolc.cc.
References Timer::elapsedSeconds(), nloop, Timer::start(), Timer::stop(), and tmp.
Referenced by main().
1.8.13