Go to the source code of this file.
Classes | |
class | YoungLaplaceProblem< ELEMENT > |
2D YoungLaplace problem on rectangular domain, discretised with 2D QYoungLaplace elements. The specific type of element is specified via the template parameter. More... | |
Functions | |
void | run_it (const string &output_directory) |
Run code for current setting of parameter values – specify name of output directory. More... | |
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. More... | |
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.
Definition at line 549 of file young_laplace.cc.
References GlobalParameters::All_pinned, GlobalParameters::Barrel_shape, GlobalParameters::Case, GlobalParameters::Controlled_height_increment, GlobalParameters::Gamma, GlobalParameters::Nsteps, run_it(), 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.
Definition at line 478 of file young_laplace.cc.
References YoungLaplaceProblem< ELEMENT >::doc_solution(), and GlobalParameters::Nsteps.
Referenced by main().