#include <ScaleFunction.hpp>
Scale function that scales to the closest neighbor.
Used as a template parameter in WLS computations of shape functions. This function satisfies the Scale function concept.
Definition at line 23 of file ScaleFunction.hpp.
Static Public Member Functions | |
template<typename vec_t > | |
static vec_t::scalar_t | scale (const vec_t &p, const std::vector< vec_t > &support) |
Returns local scale of given point and its support. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ScaleToClosest &) |
Print information about this scale function. More... | |
|
inlinestatic |
Returns local scale of given point and its support.
Definition at line 27 of file ScaleFunction.hpp.
|
friend |
Print information about this scale function.
Definition at line 32 of file ScaleFunction.hpp.