Driver code for Pml Fourier decomposed Helmholtz problem.
1263 unsigned max_adapt=4;
1273 problem.newton_solve(max_adapt);
1286 problem.doc_solution(doc_info);
Problem class.
Definition: oscillating_sphere.cc:430
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
Class to impose point source to (wrapped) Helmholtz element.
Definition: oscillating_sphere.cc:230
Fourier decomposed Helmholtz upgraded to become projectable.
Definition: pml_fourier_decomposed_helmholtz_elements.h:902
Definition: Tpml_fourier_decomposed_helmholtz_elements.h:65
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
string Directory
Output directory.
Definition: oscillating_sphere.cc:59
double K_squared
Square of the wavenumber.
Definition: sphere_scattering.cc:225
int N_fourier
Fourier wave number.
Definition: sphere_scattering.cc:228
double Element_area
Target area for initial mesh.
Definition: unstructured_two_d_curved.cc:474
double PML_thickness
Default physical PML thickness.
Definition: oscillating_sphere.cc:65
unsigned Nel_pml
Default number of elements within PMLs.
Definition: oscillating_sphere.cc:68
bool command_line_flag_has_been_set(const std::string &flag)
Definition: oomph_utilities.cc:501
void specify_command_line_flag(const std::string &command_line_flag, const std::string &doc)
Specify possible argument-free command line flag.
Definition: oomph_utilities.cc:451
void parse_and_assign(int argc, char *argv[], const bool &throw_on_unrecognised_args)
Definition: oomph_utilities.cc:760
void doc_specified_flags()
Document specified command line flags.
Definition: oomph_utilities.cc:610
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213