Medusa  1.1
Coordinate Free Mehless Method implementation
WLS.cpp File Reference

Detailed Description

Instantiations of commonly used WLS approximations.

Definition in file WLS.cpp.

+ Include dependency graph for WLS.cpp:

Go to the source code of this file.

Namespaces

 mm
 Root namespace for the whole library.
 

Macros

#define COMMA   ,
 Macro for inserting a comma ",". More...
 
#define INSTANTIATE(classname)
 Macro for instantiating template classes with getShape method. More...
 

Macro Definition Documentation

◆ COMMA

#define COMMA   ,

Macro for inserting a comma ",".

Definition at line 23 of file WLS.cpp.

◆ INSTANTIATE

#define INSTANTIATE (   classname)
Value:
template class classname; \
template Eigen::Matrix<double, Eigen::Dynamic, 1> classname::getShape(const Der1<dim>&) const; \
template Eigen::Matrix<double, Eigen::Dynamic, 1> classname::getShape(const Der2<dim>&) const; \
template Eigen::Matrix<double, Eigen::Dynamic, 1> classname::getShape(const Lap<dim>&) const; \

Macro for instantiating template classes with getShape method.

Definition at line 26 of file WLS.cpp.