Driver code for 2D RefineableYoungLaplace problem. Input arguments: none (for validation) or number of steps.
298 <<
"Running with limited number of steps for validation"
320 doc_info.
set_directory(
"RESLT_adapt_pinned_spherical_cap_in_cylinder");
328 <<
"VARIABLES=\"<GREEK>k</GREEK>\",\"<GREEK>k</GREEK>_{exact}\",\"h\""
330 trace_file <<
"ZONE" << std::endl;
348 problem.doc_solution(doc_info,trace_file);
360 unsigned max_adapt=1;
361 problem.newton_solve(max_adapt);
364 problem.doc_solution(doc_info,trace_file);
370 problem.increment_parameters();
Definition: refineable_t_junction.cc:139
Definition: oomph_utilities.h:499
std::string directory() const
Output directory.
Definition: oomph_utilities.h:524
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
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
bool Use_spines
Use spines (true) or not (false)
Definition: common_young_laplace_stuff.h:40
unsigned Nsteps
Number of steps.
Definition: common_young_laplace_stuff.h:79
@ Spherical_cap_in_cylinder_pinned
Definition: common_young_laplace_stuff.h:46
int Case
What case are we considering: Choose one from the enumeration Cases.
Definition: common_young_laplace_stuff.h:53
string filename
Definition: MergeRestartFiles.py:39
int Argc
Number of arguments + 1.
Definition: oomph_utilities.cc:407
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213