![]() |
|
#include <fenv.h>#include "math.h"#include <complex>#include "generic.h"#include "pml_time_harmonic_linear_elasticity.h"#include "oomph_crbond_bessel.h"#include "meshes/triangle_mesh.h"#include "meshes/rectangular_quadmesh.h"Classes | |
| class | ElasticAnnulusProblem< ELASTICITY_ELEMENT > |
| Annular disk. More... | |
Namespaces | |
| Global_Parameters | |
| Namespace for global parameters. | |
Functions | |
| void | Global_Parameters::body_force (const Vector< double > &x, Vector< std::complex< double > > &b) |
| Body force. More... | |
| void | Global_Parameters::compute_dependent_parameters () |
| Function to compute dependent parameters. More... | |
| int | main (int argc, char **argv) |
| Driver for annular disk loaded by pressure. More... | |
Driver for annular disk loaded by pressure.
Number of elements for each layer
Thickness of each layer
Update dependent parameters
References oomph::CommandLineArgs::command_line_flag_has_been_set(), Global_Parameters::compute_dependent_parameters(), Global_Parameters::Directory, oomph::CommandLineArgs::doc_specified_flags(), Global_Parameters::E_pt, Global_Parameters::L_pml_multiplier, Global_Parameters::N_pml_multiplier, Global_Parameters::N_x_left_pml, Global_Parameters::N_x_right_pml, Global_Parameters::N_y_bottom_pml, Global_Parameters::N_y_top_pml, Global_Parameters::Nu, oomph::oomph_info, oomph::CommandLineArgs::parse_and_assign(), problem, oomph::DocInfo::set_directory(), Flag_definition::setup(), oomph::CommandLineArgs::specify_command_line_flag(), Global_Parameters::T_end, Global_Parameters::T_start, Global_Parameters::Width_x_left_pml, Global_Parameters::Width_x_right_pml, Global_Parameters::Width_y_bottom_pml, and Global_Parameters::Width_y_top_pml.