From c456eab512a4056ce79f7857ab7e657bd8ba507b Mon Sep 17 00:00:00 2001 From: Daan Huybrechs Date: Mon, 9 Oct 2023 18:50:17 +0200 Subject: [PATCH] changes in domainsets --- Project.toml | 8 ++++---- src/BasisFunctions.jl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 39e1d0e..bbcda84 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BasisFunctions" uuid = "4343a256-5453-507d-8aad-01a9d7189916" authors = ["Daan Huybrechs "] -version = "0.6.2" +version = "0.6.3" [deps] BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" @@ -33,15 +33,15 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24" [compat] BlockArrays = "0.16" CompositeTypes = "0.1.3" -DomainIntegrals = "0.4.2" -DomainSets = "0.6.2,0.7" +DomainIntegrals = "0.4.5" +DomainSets = "0.7" FFTW = "1.6" FastGaussQuadrature = "0.4,0.5" FillArrays = "0.12,0.13" GaussQuadrature = "0.5.7" GenericFFT = "0.1.3" GenericLinearAlgebra = "0.3" -GridArrays = "0.2.0" +GridArrays = "0.2.1" IterativeSolvers = "0.9" MacroTools = "0.5" OrderedCollections = "1.2" diff --git a/src/BasisFunctions.jl b/src/BasisFunctions.jl index e0c5718..c1817e0 100644 --- a/src/BasisFunctions.jl +++ b/src/BasisFunctions.jl @@ -67,7 +67,7 @@ import CompositeTypes: iscomposite, component, components, ncomponents import DomainSets: - domaintype, codomaintype, dimension, + domain, domaintype, codomaintype, dimension, indomain, approx_indomain, # intervals leftendpoint, rightendpoint, endpoints,