KesSolverSetProblemType
Interface Definition
KesReturnCode KesSolverSetProblemType(KesSolver solver, KesProblemType type);
Interface Description
Sets the type of problems to be solved.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
solver |
KesSolver |
Handle to the solver. It cannot be a null pointer. |
Input/Output |
type |
KesProblemType |
Eigenvalue problem type, which can be standard eigenvalue problem or generalized eigenvalue problem. |
Input |
Parent topic: Functions for Setting Solution Parameters