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

Implementations of the interpolation classes and factory function. More...

#include <petibm/lininterp.h>

Go to the source code of this file.

Namespaces

namespace  petibm
 A toolbox for building flow solvers.
 
namespace  petibm::misc
 A namespace holding miscellaneous functions.
 

Functions

PetscErrorCode petibm::misc::createLinInterp (const MPI_Comm &comm, const type::RealVec1D &point, const type::Mesh &mesh, const type::Field &field, type::LinInterp &interp)
 Factory function to create a linear interpolation object. More...
 

Detailed Description

Implementations of the interpolation classes and factory function.

License
BSD 3-Clause License.

Definition in file lininterp.cpp.