Boundary |
public enum BoundaryConditions
| Member name | Value | Description |
|---|---|---|
| Natural | 0 | Use natural boundaries with zero second derivatives. |
| FiniteDifferences | 1 | Use finite-difference estimates for the first derivatives. |
| Supply1stDerivative | 2 | Expect user-supplied first derivatives f'(x_lo) and f'(x_hi). |
| Supply2ndDerivative | 3 | Expect user-supplied second derivatives f''(x_lo) and f''(x_hi). |
| Periodic | 4 | Use periodic boundaries (not yet implemented). |
The BoundaryConditions type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |