analysiscenter / pydens

PyDEns is a framework for solving Ordinary and Partial Differential Equations (ODEs & PDEs) using neural networks
Apache License 2.0
283 stars 65 forks source link

How to set an additional initial condition? #48

Open zzFxxking opened 1 year ago

zzFxxking commented 1 year ago

image If I have this two initial condition ,and I set the first initial condition like 'solver = Solver(pde, ndims=5, nparams=1, initial_condition=0,boundary_condition=0, layout='fafafafaf', units=[10, 30, 50, 30, 1], activation='TanH')' but how can I add another one in my program?