From 7feab93bae98627703ca0ed71547f122d166b5e7 Mon Sep 17 00:00:00 2001 From: KirillZubov Date: Fri, 7 Jun 2024 17:38:38 +0400 Subject: [PATCH] init commit --- docs/src/manual/pino_pde.md | 0 docs/src/tutorials/pino_pde.md | 0 src/pino_pde.jl | 0 test/PINO_PDE_tests.jl | 10 ++++++++++ 4 files changed, 10 insertions(+) create mode 100644 docs/src/manual/pino_pde.md create mode 100644 docs/src/tutorials/pino_pde.md create mode 100644 src/pino_pde.jl create mode 100644 test/PINO_PDE_tests.jl diff --git a/docs/src/manual/pino_pde.md b/docs/src/manual/pino_pde.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/src/tutorials/pino_pde.md b/docs/src/tutorials/pino_pde.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/pino_pde.jl b/src/pino_pde.jl new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test/PINO_PDE_tests.jl b/test/PINO_PDE_tests.jl new file mode 100644 index 0000000000..89a370d3b9 --- /dev/null +++ b/test/PINO_PDE_tests.jl @@ -0,0 +1,10 @@ +using Test +using OrdinaryDiffEq, OptimizationOptimisers +using Lux +using Statistics, Random +using NeuralPDE + + +@testset "Example du = cos(p * t)" begin + # test +end