C# Class CascadeSharp.TKGeomBase.FEmTool.FEmTool_ElementsOfRefMatrix

Inheritance: math_FunctionSet
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
FEmTool_ElementsOfRefMatrix ( ) : System
FEmTool_ElementsOfRefMatrix ( FEmTool_ElementsOfRefMatrix parameter1 ) : System
FEmTool_ElementsOfRefMatrix ( PLib_Base TheBase, int DerOrder ) : System
NbEquations ( ) : int
NbVariables ( ) : int
Value ( Vector X, Vector F ) : bool

Method Details

FEmTool_ElementsOfRefMatrix() public method

public FEmTool_ElementsOfRefMatrix ( ) : System
return System

FEmTool_ElementsOfRefMatrix() public method

public FEmTool_ElementsOfRefMatrix ( FEmTool_ElementsOfRefMatrix parameter1 ) : System
parameter1 FEmTool_ElementsOfRefMatrix
return System

FEmTool_ElementsOfRefMatrix() public method

public FEmTool_ElementsOfRefMatrix ( PLib_Base TheBase, int DerOrder ) : System
TheBase PLib_Base
DerOrder int
return System

NbEquations() public method

public NbEquations ( ) : int
return int

NbVariables() public method

public NbVariables ( ) : int
return int

Value() public method

public Value ( Vector X, Vector F ) : bool
X Vector
F Vector
return bool