|
PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
|
Definition of the class petibm::solution::SolutionBase, the type definition petibm::type::Solution, and the factory function petibm::solution::createSolution. function. More...
Go to the source code of this file.
Classes | |
| class | petibm::solution::SolutionBase |
| Base (abstract) class for different solution holders. More... | |
Namespaces | |
| namespace | petibm |
| A toolbox for building flow solvers. | |
| namespace | petibm::solution |
| Collection of classes and functions regarding solution holders. | |
| namespace | petibm::type |
| Frequently used types, structures, and enums. | |
Typedefs | |
| typedef std::shared_ptr< solution::SolutionBase > | petibm::type::Solution |
| Type definition of solution object. More... | |
Functions | |
| PetscErrorCode | petibm::solution::createSolution (const type::Mesh &mesh, type::Solution &solution) |
| Factory function to create a petibm::solution::Solution object. More... | |
Definition of the class petibm::solution::SolutionBase, the type definition petibm::type::Solution, and the factory function petibm::solution::createSolution. function.
Definition in file solution.h.