pde_ParamChecks
Functions for checking parameters of PDE solvers.
While available to user, not meant to be used.
solvePDE_tx_ParamCheck(eqn, setup_initials, setup_boundaries, t_bdry, x_bdry, N_pde, epochs, net_layers, net_units, model, constraint)
Parameter checking of solvePDE_tx calls. Raises error on incorrect input.
| Parameters: |
|
|---|
No returns
Note: Hard constraints on dirichlet and neumann boundaries not implemented for equations in t and x
solvePDE_xy_ParamCheck(eqn, setup_boundaries, x_bdry, y_bdry, N_pde, epochs, net_layers, net_units, model, constraint)
Parameter checking of solvePDE_xy calls. Raises error on incorrect input.
| Parameters: |
|
|---|
No returns
Note: Hard constraints on neumann boundaries not implemented for equations in x and y
solvePDE_DeepONet_tx_ParamCheck(eqn, setup_initials, setup_boundaries, t_bdry, x_bdry, N_pde, N_sensors, sensor_range, epochs, net_layers, net_units, constraint)
Parameter checking of solvePDE_DepONet_ty calls. Raises error on incorrect input.
| Parameters: |
|
|---|
No returns
Note: Hard constraints on dirichlet and neumann boundaries not implemented for equations in t and x
solvePDE_DeepONet_xy_ParamCheck(eqn, setup_boundaries, x_bdry, y_bdry, N_pde, N_sensors, sensor_range, epochs, net_layers, net_units, constraint)
Parameter checking of solvePDE_DeepONet_xy calls. Raises error on incorrect input.
| Parameters: |
|
|---|
No returns
Note: Hard constraints on neumann boundaries not implemented for equations in x and y