Table of Contents

Class InterfaceDefinition<T>

Namespace
AiDotNet.PhysicsInformed.PINNs
Assembly
AiDotNet.dll

Defines an interface between two subdomains.

public class InterfaceDefinition<T>

Type Parameters

T

The 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

int

Subdomain2Index

Index of the second subdomain.

public int Subdomain2Index { get; set; }

Property Value

int