FlowRuleRoughToSmooth.cpp File Reference
#include "scr/DPMBase.h"
#include <iostream>
#include <vector>

Classes

class  flowrule
 

Functions

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

Function Documentation

◆ main()

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

Start off by solving the default problem

Autonumber turns on file numbering

43 {
46 
48  problem.auto_number();
49  problem.setName("flowrule");
50  //problem.run();
51 }
Definition: FlowRuleRoughToSmooth.cpp:10
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References problem.