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

Detailed Description

Instantiations of common RBFFD approximations.

Definition in file RBFFD.cpp.

+ Include dependency graph for RBFFD.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 22 of file RBFFD.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 24 of file RBFFD.cpp.