Class InterfaceDefinition<T>
- Namespace
- AiDotNet.PhysicsInformed.PINNs
- Assembly
- AiDotNet.dll
Defines an interface between two subdomains.
public class InterfaceDefinition<T>
Type Parameters
TThe numeric type.
- Inheritance
-
InterfaceDefinition<T>
- Inherited Members
Properties
SharedBoundary
Points on the shared boundary [numPoints, inputDim].
public T[,]? SharedBoundary { get; set; }
Property Value
- T[,]
Subdomain1Index
Index of the first subdomain.
public int Subdomain1Index { get; set; }
Property Value
Subdomain2Index
Index of the second subdomain.
public int Subdomain2Index { get; set; }