Python periodic boudary condition

前端 未结 0 396
再見小時候
再見小時候 2020-12-10 05:48

my task is to code a FTCS and Lax-Friedrichs scheme for PDEs. Here is the code

import numpy as np
import matplotlib.pyplot as plt


N = 90
t_max = 0.5
x_min =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题