Functions exported

parent d14447cf
...@@ -423,6 +423,6 @@ function krnl_assign_pf!(f::AbstractArray{T}, p ,lp::SpaceParm, t::Int64) where ...@@ -423,6 +423,6 @@ function krnl_assign_pf!(f::AbstractArray{T}, p ,lp::SpaceParm, t::Int64) where
end end
export Dw!, DwdagDw!, g5Dw!, pfrandomize! export Dw!, DwdagDw!, g5Dw!, pfrandomize!, Csw!
end end
...@@ -22,7 +22,7 @@ tensor_field(::Type{T}, lp::SpaceParm) where {T} = CuArray{T, 3}(undef, lp.b ...@@ -22,7 +22,7 @@ tensor_field(::Type{T}, lp::SpaceParm) where {T} = CuArray{T, 3}(undef, lp.b
scalar_field_point(::Type{T}, lp::SpaceParm{N,M,D}) where {T,N,M,D} = CuArray{T, N}(undef, lp.iL...) scalar_field_point(::Type{T}, lp::SpaceParm{N,M,D}) where {T,N,M,D} = CuArray{T, N}(undef, lp.iL...)
export vector_field, scalar_field, nscalar_field, scalar_field_point export vector_field, scalar_field, nscalar_field, scalar_field_point, tensor_field
end end
...@@ -28,7 +28,7 @@ export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI ...@@ -28,7 +28,7 @@ export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
include("Fields/Fields.jl") include("Fields/Fields.jl")
using .Fields using .Fields
export vector_field, scalar_field, nscalar_field, scalar_field_point export vector_field, scalar_field, nscalar_field, scalar_field_point, tensor_field
include("MD/MD.jl") include("MD/MD.jl")
using .MD using .MD
...@@ -57,7 +57,7 @@ export pmul, gpmul, gdagpmul, dmul ...@@ -57,7 +57,7 @@ export pmul, gpmul, gdagpmul, dmul
include("Dirac/Dirac.jl") include("Dirac/Dirac.jl")
using .Dirac using .Dirac
export DiracWorkspace, DiracParam export DiracWorkspace, DiracParam
export Dw!, DwdagDw!, pfrandomize!, g5Dw! export Dw!, DwdagDw!, pfrandomize!, g5Dw!, Csw!
include("Solvers/Solvers.jl") include("Solvers/Solvers.jl")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment