Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ahead cuboid problem broken #27

Open
ikalash opened this issue Nov 26, 2024 · 2 comments
Open

ahead cuboid problem broken #27

ikalash opened this issue Nov 26, 2024 · 2 comments
Assignees

Comments

@ikalash
Copy link
Collaborator

ikalash commented Nov 26, 2024

@lxmota and I discussed this by email but opening an issue to document. The ahead/examples/overlap/cuboid/quasistatic problems got broken with some recent commits. Here is the error message:

(base) [ikalash@camobap quasistatic]$ julia --project=@. /home/ikalash/Norma.jl.clean/src/Norma.jl cuboids.yaml 
Reading simulation file: cuboids.yaml
Reading subsimulation file: cuboid-1.yaml
Reading subsimulation file: cuboid-2.yaml
ERROR: LoadError: Could not find subdomain cuboid-1.yaml point [-0.5, 0.25, 0.1875] in subdomain cuboid-2.yaml
Stacktrace:
 [1] error(::String, ::String, ::String, ::Vector{Float64}, ::String, ::String)
   @ Base ./error.jl:44
 [2] Main.Norma.SMSchwarzDBC(subsim::Main.Norma.SingleDomainSimulation, coupled_subsim::Main.Norma.SingleDomainSimulation, input_mesh::Exodus.ExodusDatabase{Int32, Int32, Int32, Float64, Exodus.Initialization{3, 125, 64, 1, 6, 6}}, bc_params::Dict{Any, Any})
   @ Main.Norma ~/Norma.jl.clean/src/ics_bcs.jl:103
 [3] create_bcs(params::Dict{Any, Any})
   @ Main.Norma ~/Norma.jl.clean/src/ics_bcs.jl:527
 [4] create_delayed_bcs(sim::Main.Norma.SingleDomainSimulation)
   @ Main.Norma ~/Norma.jl.clean/src/simulation.jl:32
 [5] create_delayed_bcs
   @ ~/Norma.jl.clean/src/simulation.jl:38 [inlined]
 [6] create_simulation(params::Dict{Any, Any}, name::String)
   @ Main.Norma ~/Norma.jl.clean/src/simulation.jl:18
 [7] create_simulation(input_file::String)
   @ Main.Norma ~/Norma.jl.clean/src/simulation.jl:28
 [8] run
   @ ~/Norma.jl.clean/src/Norma.jl:8 [inlined]
 [9] top-level scope
   @ ~/Norma.jl.clean/src/Norma.jl:20
in expression starting at /home/ikalash/Norma.jl.clean/src/Norma.jl:1
@lxmota
Copy link
Collaborator

lxmota commented Nov 26, 2024

Working on it. Turns out I had already coded better algorithms for this in minitensor. I don't known why I keep trying to reinvent the wheel.

@ikalash
Copy link
Collaborator Author

ikalash commented Nov 26, 2024

Thank you! It's not super urgent, I just didn't want to forget. I do the same thing... I completely forget that I already did something awhile ago and try to do it again from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants