Demonstrate how to solve Poisson problem.
334 "Wrong number of command line arguments.\n";
336 "Must specify the following file names \n";
338 "filename.node then filename.ele then filename.face\n";
346 string node_file_name(argv[1]);
347 string element_file_name(argv[2]);
348 string face_file_name(argv[3]);
365 node_file_name,element_file_name,face_file_name);
372 problem.doc_solution(nplot,doc_info);
379 problem.doc_solution(nplot,doc_info);
394 node_file_name,element_file_name,face_file_name);
401 problem.doc_solution(nplot,doc_info);
408 problem.doc_solution(nplot,doc_info);
Micky mouse Poisson problem.
Definition: HypreSolver_test.cc:81
Definition: oomph_utilities.h:499
void set_directory(const std::string &directory)
Definition: oomph_utilities.cc:298
unsigned & number()
Number used (e.g.) for labeling output files.
Definition: oomph_utilities.h:554
Definition: oomph_definitions.h:222
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
void get_source(const Vector< double > &x, double &source)
Source function to make it an exact solution.
Definition: extrude_with_macro_element_representation.cc:224
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286
#define OOMPH_EXCEPTION_LOCATION
Definition: oomph_definitions.h:61
#define OOMPH_CURRENT_FUNCTION
Definition: oomph_definitions.h:86
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213