Declarations of shape function computation utilities.
Definition in file computeShapes_fwd.hpp.
Go to the source code of this file.
Classes | |
class | mm::DomainDiscretization< vec_t > |
Class representing domain discretization along with an associated shape. More... | |
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
template<typename approx_t , typename shape_storage_t , typename ... OpFamilies> | |
void | mm::computeShapes (const DomainDiscretization< typename approx_t::vector_t > &domain, approx_t approx, const indexes_t &indexes, const std::tuple< OpFamilies... > &operators, shape_storage_t *storage) |
Computes shape functions (stencil weights) for given nodes using support domains from domain and approximations provided by approx . More... | |