Go to the source code of this file.
Classes | |
| class | RefineablePeriodicLoadProblem< ELEMENT > |
| Periodic loading problem. More... | |
Namespaces | |
| namespace | Global_Parameters |
| Namespace for global parameters. | |
Functions | |
| IsotropicElasticityTensor | Global_Parameters::E (Nu) |
| The elasticity tensor. | |
| void | Global_Parameters::exact_solution (const Vector< double > &x, Vector< double > &u) |
| The exact solution for infinite depth case. | |
| void | Global_Parameters::periodic_traction (const double &time, const Vector< double > &x, const Vector< double > &n, Vector< double > &result) |
| The traction function. | |
| int | main (int argc, char *argv[]) |
| Driver code for PeriodicLoad linearly elastic problem. | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Driver code for PeriodicLoad linearly elastic problem.
Definition at line 383 of file refineable_periodic_load.cc.
References RefineablePeriodicLoadProblem< ELEMENT >::doc_solution(), Global_Parameters::Lx, and Global_Parameters::Ly.