Basic support to identify bcs

This commit is contained in:
Alberto Ramos 2021-10-23 22:56:51 +02:00
parent 7dd67ad772
commit 74e22502e3
5 changed files with 66 additions and 22 deletions

View file

@ -24,6 +24,7 @@ include("Space/Space.jl")
using .Space
export SpaceParm
export up, dw, updw, global_point
export BC_PERIODIC, BC_OPEN, BC_SF_AFWB, BC_SF_ORBI
include("Fields/Fields.jl")
using .Fields