|
ASPECT
|
Classes | |
| class | AsciiData |
| class | Function |
| class | InitialLithostaticPressure |
| class | Interface |
| class | Manager |
| class | ZeroTraction |
Functions | |
| template<int dim> | |
| std::unique_ptr< Interface< dim > > | create_boundary_traction (const std::string &name) |
| template<int dim> | |
| std::string | get_names () |
| template<int dim> | |
| void | declare_parameters (ParameterHandler &prm) |
| template<int dim> | |
| void | write_plugin_graph (std::ostream &output_stream) |
A namespace in which we define everything that has to do with defining traction boundary conditions for the Stokes equations.
| std::string aspect::BoundaryTraction::get_names | ( | ) |
Return a list of names of all implemented boundary traction models, separated by '|' so that it can be used in an object of type Patterns::Selection.
| void aspect::BoundaryTraction::write_plugin_graph | ( | std::ostream & | output_stream | ) |
For the current plugin subsystem, write a connection graph of all of the plugins we know about, in the format that the programs dot and neato understand. This allows for a visualization of how all of the plugins that ASPECT knows about are interconnected, and connect to other parts of the ASPECT code.
| output_stream | The stream to write the output to. |