Unit 'gmFiniteElement2D' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_engines]

TgmFemPlaneSystem2D

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gmfiniteelement2d.pas line 128

type TgmFemPlaneSystem2D = class(TPersistent)

protected

  procedure SetupEquationNumbers;

  

  procedure BuildSystemMatrix();

  

  class function ElementClass;

  

  class function VertexClass;

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  function NewElement;

  

  function NewVertex;

  

  procedure Solve;

  

  property Elements: TgmFemElementList; [r]

  

  property Vertices: TgmFemVertex2DList; [r]

  

  property EquationCount: Integer; [r]

  

  property Progress: Double; [r]

  

  property SystemMatrix: TgmMatrix; [r]

  

  property OnLogInfo: TgmStringEvent; [rw]

  

  property OnProgress: TNotifyEvent; [rw]

  

end;

Inheritance

TgmFemPlaneSystem2D

  

|

TObject



CT Web help

CodeTyphon Studio