Driver for 1D Poisson problem.
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
273 unsigned n_element=40;
278 cout <<
"\n\n\nProblem self-test ";
281 cout <<
"passed: Problem can be solved." << std::endl;
291 cout <<
"\n\n\nSolving with negative sign:\n" << std::endl;
302 cout <<
"\n\n\nSolving with positive sign:\n" << std::endl;
324 cout << std::endl << std::endl;
1D Poisson problem in unit interval.
Definition: linear_solvers/direct_solver_test.cc:81
Hello world class – uses object from generic library.
Definition: hello_world.h:45
void say_it_inline()
Say it inline.
Definition: hello_world.h:58
void say_it_external()
Say it externally.
Definition: hello_world.cc:33
Definition: oomph_definitions.h:222
int Sign
Definition: linear_solvers/direct_solver_test.cc:52
void source_function(const Vector< double > &x, double &source)
Source function required to make the fish shape an exact solution.
Definition: linear_solvers/direct_solver_test.cc:63
#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