PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
solution.h File Reference

Definition of the class petibm::solution::SolutionBase, the type definition petibm::type::Solution, and the factory function petibm::solution::createSolution. function. More...

#include <memory>
#include <string>
#include <petscsys.h>
#include <petibm/mesh.h>

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...
 

Detailed Description

Definition of the class petibm::solution::SolutionBase, the type definition petibm::type::Solution, and the factory function petibm::solution::createSolution. function.

License
BSD 3-Clause License.

Definition in file solution.h.