Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LGPU FPP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fernando Pérez Panadero
LGPU FPP
Commits
9bb1d9df
Commit
9bb1d9df
authored
Sep 19, 2023
by
Fernando Pérez Panadero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Functions exported
parent
d14447cf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/Dirac/Dirac.jl
src/Dirac/Dirac.jl
+1
-1
src/Fields/Fields.jl
src/Fields/Fields.jl
+1
-1
src/LatticeGPU.jl
src/LatticeGPU.jl
+2
-2
No files found.
src/Dirac/Dirac.jl
View file @
9bb1d9df
...
...
@@ -423,6 +423,6 @@ function krnl_assign_pf!(f::AbstractArray{T}, p ,lp::SpaceParm, t::Int64) where
end
export
Dw!
,
DwdagDw!
,
g5Dw!
,
pfrandomize!
export
Dw!
,
DwdagDw!
,
g5Dw!
,
pfrandomize!
,
Csw!
end
src/Fields/Fields.jl
View file @
9bb1d9df
...
...
@@ -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
...
)
export
vector_field
,
scalar_field
,
nscalar_field
,
scalar_field_point
export
vector_field
,
scalar_field
,
nscalar_field
,
scalar_field_point
,
tensor_field
end
src/LatticeGPU.jl
View file @
9bb1d9df
...
...
@@ -28,7 +28,7 @@ export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
include
(
"Fields/Fields.jl"
)
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"
)
using
.
MD
...
...
@@ -57,7 +57,7 @@ export pmul, gpmul, gdagpmul, dmul
include
(
"Dirac/Dirac.jl"
)
using
.
Dirac
export
DiracWorkspace
,
DiracParam
export
Dw!
,
DwdagDw!
,
pfrandomize!
,
g5Dw!
export
Dw!
,
DwdagDw!
,
pfrandomize!
,
g5Dw!
,
Csw!
include
(
"Solvers/Solvers.jl"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment