Skip to content
Snippets Groups Projects
Commit 15bd7db0 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding Finite difference util

parent 58c0aea7
No related branches found
No related tags found
No related merge requests found
/*
* FD_util_unclude.hpp
*
* Created on: Jun 20, 2017
* Author: i-bird
*/
#ifndef OPENFPM_NUMERICS_SRC_FINITEDIFFERENCE_FD_UTIL_INCLUDE_HPP_
#define OPENFPM_NUMERICS_SRC_FINITEDIFFERENCE_FD_UTIL_INCLUDE_HPP_
#define CENTRAL 0
#define CENTRAL_B_ONE_SIDE 1
#define FORWARD 2
#define BACKWARD 3
#define CENTRAL_SYM 4
#endif /* OPENFPM_NUMERICS_SRC_FINITEDIFFERENCE_FD_UTIL_INCLUDE_HPP_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment