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

64 {
66  flowrule problem;
67 
69  problem.auto_number();
70  problem.setName("flowrule");
71  //problem.run();
72 }
void setName(const std::string &name)
Allows to set the name of all the files (ene, data, fstat, restart, stat)
Definition: DPMBase.cc:422
Definition: FlowRuleRoughToSmooth.cpp:31

References DPMBase::setName().