MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / FakeStateData

Class FakeStateData

Util/ConvertCheckpoint/Embiggen.cpp:68–80  ·  view source on GitHub ↗

---------------------------------------------------------------

Source from the content-addressed store, hash-verified

66
67// ---------------------------------------------------------------
68struct FakeStateData {
69 struct TimeInterval {
70 Real start, stop;
71 };
72 const StateDescriptor *desc;
73 Box domain;
74 BoxArray grids;
75 TimeInterval new_time;
76 TimeInterval old_time;
77 MultiFab *new_data;
78 MultiFab *old_data;
79 Vector< Vector<BCRec> > bc;
80};
81
82
83struct FakeAmrLevel {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected