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

Definition of functions creating convection operator. More...

#include <memory>
#include <petscmat.h>
#include <petibm/boundary.h>
#include <petibm/mesh.h>

Go to the source code of this file.

Namespaces

namespace  petibm
 A toolbox for building flow solvers.
 
namespace  petibm::operators
 Collections of factory functions of operators.
 

Functions

PetscErrorCode petibm::operators::createConvection (const type::Mesh &mesh, const type::Boundary &bc, Mat &H)
 Create a matrix-free Mat for convection operator, $H$. More...
 

Detailed Description

Definition of functions creating convection operator.

License
BSD 3-Clause License.

Definition in file createconvection.cpp.