PARALUTION  1.0.0
PARALUTION
stencil_types.hpp
Go to the documentation of this file.
1 #ifndef PARALUTION_STENCIL_TYPES_HPP_
2 #define PARALUTION_STENCIL_TYPES_HPP_
3 
4 #include <string>
5 
6 namespace paralution {
7 
9 const std::string _stencil_type_names [1] = {"Laplace2D"};
10 
13 
14 }
15 
16 #endif // PARALUTION_STENCIL_TYPES_HPP_
const std::string _stencil_type_names[1]
Stencil Names.
Definition: stencil_types.hpp:9
Definition: stencil_types.hpp:12
_stencil_type
Stencil Enumeration.
Definition: stencil_types.hpp:12
Definition: backend_manager.cpp:43