hopf.cc File Reference
#include <iostream>
#include <fstream>
#include <cmath>
#include <typeinfo>
#include <algorithm>
#include <cstdio>
#include "generic.h"
#include "meshes/one_d_mesh.h"

Classes

class  PredatorPreyElement
 
class  PredPreyProblem< ELEMENT >
 

Namespaces

 Global_Physical_Variables
 Global variables.
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )
345 {
346  //Length of domain
347  //Set up the problem
349  //Solve the problem
350  problem.solve();
351 }
Definition: hopf.cc:197
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References problem.