merge conflic

This commit is contained in:
robin
2024-05-06 17:08:09 +02:00
parent 59bd2f5a73
commit c9a88b1a46
19 changed files with 325 additions and 86 deletions

View File

@@ -3,6 +3,7 @@
#include "AdvectionKernel.h"
#include "UVGrid.h"
#include <memory>
/**
* Implementation of AdvectionKernel.

View File

@@ -3,6 +3,7 @@
#include "AdvectionKernel.h"
#include "UVGrid.h"
#include <memory>
/**
* Implementation of Advection kernel using RK4 integration