test.cpp File Reference
#include "SilbertPeriodic.h"
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cmath>
#include <sys/types.h>
#include <sys/stat.h>

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
15 {
17  problem.setTimeMax(1e-2);
18  problem.readArguments(argc, argv);
19  problem.solve();
20 }
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Definition: flowRuleDiego_HeightAngle.cpp:14
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References e(), and problem.