Open Olllom opened 2 years ago
TGV2D with initialize_pressure seems to produce larger errors than without.
initialize_pressure
ctx = {"device": torch.device("cuda:0"), "dtype": torch.float64, "use_native": False} lattice = lt.Lattice(lt.D2Q9, **ctx) flow = lt.TaylorGreenVortex2D( resolution=32, reynolds_number=1000, mach_number=0.05, lattice=lattice )
@McBs did you ever deal with this again?
TGV2D with
initialize_pressure
seems to produce larger errors than without.