added diffusion and advection
This commit is contained in:
parent
3b25635c19
commit
4eebb5821d
8 changed files with 224 additions and 39 deletions
|
@ -14,11 +14,12 @@ public:
|
|||
|
||||
void Draw(SDL_Renderer* renderer, const SDL_Rect& targetRect);
|
||||
|
||||
private:
|
||||
int width, height;
|
||||
|
||||
public:
|
||||
std::vector<double> horizontal;
|
||||
std::vector<double> vertical;
|
||||
|
||||
private:
|
||||
int width, height;
|
||||
|
||||
double biggestMagnitude = 0.0;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue