From 79db7c5b7e63b1c7e012c9bdc10713762d6de458 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 6 Mar 2023 15:49:03 +0000 Subject: [PATCH] New package: PDESystemLibrary v0.1.0 UUID: d14f9848-fe58-4297-bd22-c1aba6f3000d Repo: https://github.com/SciML/PDESystemLibrary.jl.git Tree: 2f52544f9b2d6023d1d8390b4ed4f7a89e6ecdbf Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- P/PDESystemLibrary/Compat.toml | 9 +++++++++ P/PDESystemLibrary/Deps.toml | 9 +++++++++ P/PDESystemLibrary/Package.toml | 3 +++ P/PDESystemLibrary/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 24 insertions(+) create mode 100644 P/PDESystemLibrary/Compat.toml create mode 100644 P/PDESystemLibrary/Deps.toml create mode 100644 P/PDESystemLibrary/Package.toml create mode 100644 P/PDESystemLibrary/Versions.toml diff --git a/P/PDESystemLibrary/Compat.toml b/P/PDESystemLibrary/Compat.toml new file mode 100644 index 000000000000000..776404f92426a84 --- /dev/null +++ b/P/PDESystemLibrary/Compat.toml @@ -0,0 +1,9 @@ +[0] +DomainSets = "0.5-0.6" +IfElse = "0.1" +Interpolations = "0.14" +Markdown = "1" +ModelingToolkit = "8.48.0-8" +OrdinaryDiffEq = "6" +SciMLBase = "1.88.0-1" +julia = "1.6.0-1" diff --git a/P/PDESystemLibrary/Deps.toml b/P/PDESystemLibrary/Deps.toml new file mode 100644 index 000000000000000..6c67bfac1ddfd1b --- /dev/null +++ b/P/PDESystemLibrary/Deps.toml @@ -0,0 +1,9 @@ +[0] +DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf" +IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173" +Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" +Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" +ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" diff --git a/P/PDESystemLibrary/Package.toml b/P/PDESystemLibrary/Package.toml new file mode 100644 index 000000000000000..67feb1a5451b941 --- /dev/null +++ b/P/PDESystemLibrary/Package.toml @@ -0,0 +1,3 @@ +name = "PDESystemLibrary" +uuid = "d14f9848-fe58-4297-bd22-c1aba6f3000d" +repo = "https://github.com/SciML/PDESystemLibrary.jl.git" diff --git a/P/PDESystemLibrary/Versions.toml b/P/PDESystemLibrary/Versions.toml new file mode 100644 index 000000000000000..01b4f7ffdfd6c00 --- /dev/null +++ b/P/PDESystemLibrary/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "2f52544f9b2d6023d1d8390b4ed4f7a89e6ecdbf" diff --git a/Registry.toml b/Registry.toml index 025a9a6771869e5..a166f77d117e93d 100644 --- a/Registry.toml +++ b/Registry.toml @@ -7484,6 +7484,7 @@ d1454406-59df-5ea1-beac-c340f2130bc3 = { name = "Xorg_libXinerama_jll", path = " d14a8603-c872-5ed3-9ece-53e0e82e39da = { name = "MathematicalSystems", path = "M/MathematicalSystems" } d14badfc-0adb-4d57-980e-37858d990fa5 = { name = "InteractiveViz", path = "I/InteractiveViz" } d14d998a-9e6b-11e8-16d3-6f2879ea456d = { name = "PredictMDExtra", path = "P/PredictMDExtra" } +d14f9848-fe58-4297-bd22-c1aba6f3000d = { name = "PDESystemLibrary", path = "P/PDESystemLibrary" } d1549cb6-e9f4-42f8-98cc-ffc8d067ff5b = { name = "DataFlowTasks", path = "D/DataFlowTasks" } d155caf3-1b17-4a40-bb30-7fbeaeeea502 = { name = "LeafOptics", path = "L/LeafOptics" } d16e510f-c236-4b74-8eb3-5d2ec9a3ec6e = { name = "ParameterisedModule", path = "P/ParameterisedModule" }