diff --git a/M/MinFEMFlow/Compat.toml b/M/MinFEMFlow/Compat.toml new file mode 100644 index 000000000000000..c1110c82ad4a586 --- /dev/null +++ b/M/MinFEMFlow/Compat.toml @@ -0,0 +1,4 @@ +[0] +DocStringExtensions = "0.9" +MinFEM = "2.2.0-2" +julia = "1.6.0-1" diff --git a/M/MinFEMFlow/Deps.toml b/M/MinFEMFlow/Deps.toml new file mode 100644 index 000000000000000..98242de91261213 --- /dev/null +++ b/M/MinFEMFlow/Deps.toml @@ -0,0 +1,6 @@ +[0] +DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +MinFEM = "bd0dc85c-d10e-11e8-1961-03914cacc29c" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" diff --git a/M/MinFEMFlow/Package.toml b/M/MinFEMFlow/Package.toml new file mode 100644 index 000000000000000..5ad8099ca3a1315 --- /dev/null +++ b/M/MinFEMFlow/Package.toml @@ -0,0 +1,3 @@ +name = "MinFEMFlow" +uuid = "67bbc83b-0811-48cc-ac43-2a19a23bc93b" +repo = "https://github.com/MinFEM/MinFEMFlow.jl.git" diff --git a/M/MinFEMFlow/Versions.toml b/M/MinFEMFlow/Versions.toml new file mode 100644 index 000000000000000..c3b5d72ec723bf5 --- /dev/null +++ b/M/MinFEMFlow/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "de31403c5fc9cdc9537f028972136536f611bfa1" diff --git a/Registry.toml b/Registry.toml index 7515c82b83f371c..d3e2b165b397702 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4805,6 +4805,7 @@ some amount of consideration when choosing package names. 679fc9cc-3e84-11e9-251b-cbd013bd8115 = { name = "VLBIData", path = "V/VLBIData" } 67a05f95-e8e3-406b-b1ec-9f1919b23209 = { name = "MPITestImages", path = "M/MPITestImages" } 67afee28-ec33-4cc2-88ea-a48c87ed52f9 = { name = "MetapopulationDynamics", path = "M/MetapopulationDynamics" } +67bbc83b-0811-48cc-ac43-2a19a23bc93b = { name = "MinFEMFlow", path = "M/MinFEMFlow" } 67be3549-475c-46bf-8928-de3404d670d9 = { name = "LinearCombinations", path = "L/LinearCombinations" } 67be77aa-8e15-4dcd-9068-de5e3adff985 = { name = "BlindingIndex", path = "B/BlindingIndex" } 67c07d97-cdcb-5c2c-af73-a7f9c32a568b = { name = "Automa", path = "A/Automa" }