KikeM / romtime

Unsteady Finite Element Reduced Order Model for Time Moving Domains
1 stars 1 forks source link

ENH : Convert mu space to json #11

Closed KikeM closed 3 years ago

KikeM commented 3 years ago
    with open("mu_space.json", mode="w") as fp:
        json.dump(hrom.rom.mu_space, fp)