-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I have been trying to understand how Gkeyll formats data for evolved species with the moments app. I've been running the rt_5m_gem.lua from the moments luareg for testing and am confused on what is being plotted when analyzing with postgykl. For example, the field plots return the E and B fields along each axis, but I can't tell what the last two graphs are depicting. They are initialized as 0.0 without a variable name in the lua file itself. When exporting the field Gkeyll file as a .txt using write -f the resulting file has 10 rows of data. If you could let me know what is being recorded and plotted, I would greatly appreciate it.
Snippet where the initial conditions are fed to Moments.Field
field = Moments.Field.new {
...
-- Initial conditions function.
init = function (t, xn)
...
return Ex, Ey, Ez, Bx, By, Bz, 0.0, 0.0
end,
evolve = true,
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
