$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

interpolations3D.hh File Reference

#include "core/globalDefs.h"
#include "core/util.h"
#include "finiteDifference/interpolations3D.h"
#include <vector>
Include dependency graph for interpolations3D.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

template<typename T >
void plb::linearInterpolationCoefficients (AtomicBlock3D const &block, Array< T, 3 > const &position, std::vector< Dot3D > &cellPos, std::vector< T > &weights)
 Helper function: linear interpolation within one cell.