You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: