C# Class SuperProgram.SystemMaker

ファイルを表示 Open project: StanislavUshakov/NumericalMethods Class Usage Examples

Public Methods

Method Description
MakeSystem ( List &triangles, Contour &contour, ].double[ &matrix, Array &vector ) : void
MakeSystem ( List &triangles, Contour &contour, double &matrix, double &vector ) : void

Private Methods

Method Description
FindABC ( Point j, Point k, double &a, double &b, double &c ) : void
FindKoefF ( Point inPoint, Point i, Point j, Triangle triangle ) : double

Method Details

MakeSystem() public static method

public static MakeSystem ( List &triangles, Contour &contour, ].double[ &matrix, Array &vector ) : void
triangles List
contour Contour
matrix ].double[
vector Array
return void

MakeSystem() public static method

public static MakeSystem ( List &triangles, Contour &contour, double &matrix, double &vector ) : void
triangles List
contour Contour
matrix double
vector double
return void