![]() |
|
#include "generic.h"
#include "young_laplace.h"
#include "meshes/simple_rectangular_quadmesh.h"
#include "common_young_laplace_stuff.h"
Classes | |
class | YoungLaplaceProblem< ELEMENT > |
Functions | |
void | run_it (const string &output_directory) |
int | main (int argc, char *argv[]) |
Driver code for 2D YoungLaplace problem. Input arguments: none (for validation) or case (0,1,2 for all pinned, barrel and T junction) and number of steps.
References GlobalParameters::All_pinned, oomph::CommandLineArgs::Argc, assert, GlobalParameters::Barrel_shape, GlobalParameters::Case, GlobalParameters::Controlled_height_increment, GlobalParameters::Gamma, GlobalParameters::Nsteps, BiharmonicTestFunctions2::Pi, run_it(), Flag_definition::setup(), GlobalParameters::T_junction_with_nonzero_contact_angle, and GlobalParameters::Use_spines.
void run_it | ( | const string & | output_directory | ) |
Run code for current setting of parameter values – specify name of output directory
References oomph::DocInfo::directory(), MergeRestartFiles::filename, GlobalParameters::Nsteps, oomph::DocInfo::number(), problem, and oomph::DocInfo::set_directory().
Referenced by main().