Generic interface to create fields

This commit is contained in:
Alberto Ramos 2021-10-06 17:48:30 +02:00
parent 3f71a5222f
commit 0fe33c5b38
6 changed files with 30 additions and 24 deletions

View file

@ -25,6 +25,9 @@ using .Space
export SpaceParm
export up, dw, updw, global_point
include("Fields/Fields.kl")
export vector_field, scalar_field, nscalar_field
include("YM/YM.jl")