Commit ef5b6bed authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Refactoring: moved Hamilton-Jacobi from Experimental to Examples

It is an implementation of a specific solver, not part of the general
(header-only) library. If there are some useful generic templates (like
operators etc.), they need to be refactored into the generic interface.
parent b3fc7f0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
add_subdirectory( simple-examples )
add_subdirectory( Hamilton-Jacobi )
add_subdirectory( heat-equation )
add_subdirectory( transport-equation )
add_subdirectory( navier-stokes )
+0 −0

File moved.

+0 −0

File moved.

Loading