Medusa  1.1
Coordinate Free Mehless Method implementation
computeShapes_fwd.hpp File Reference

Detailed Description

Declarations of shape function computation utilities.

Definition in file computeShapes_fwd.hpp.

#include <medusa/Config.hpp>
#include <medusa/bits/operators/shape_flags.hpp>
#include <iosfwd>
+ Include dependency graph for computeShapes_fwd.hpp:
+ This graph shows which files directly or indirectly include this file:

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...