|
•
|
hostname is the host name where the COMSOL server is running
|
|
•
|
port is the port number the COMSOL server is listening to.
|
|
•
|
username and password are the credentials requires when connected to a COMSOL server running on a different machine.
|
|
•
|
evalSelection.SetLoopLevelIndices(level As long, int[] levels) sets the parameter selection using the loop level one based index level and the current level one based index levels.
|
|
•
|
evalSelection.SetLoopLevelEvaluation(int[N-1][M-1] levelArray) sets the parameter selection using the integer array levelArray, where N is the number of loop levels in the solution and M the maximum number of current loop level indices to set.
|
|
•
|
evalSelection.SetLoopLevelEvaluation(Array(int[] level1, int[] level2,...)) sets the parameter selection using a dynamic array, where int1, int2,... are integer array that set the one based index for parameter 1, 2,..., respectively.
|
|
•
|
dset, the solution dataset tag.
|
|
•
|
expr, the expression to evaluate.
|
|
•
|
coord, the cell range where the interpolation coordinates are defined.
|
|
•
|
dset, used to define the particle dataset tag.
|
|
•
|
|
•
|
|
•
|
expr, used to define the expression to evaluate.
|
|
•
|
num, used to define the number of particles to use for the evaluation.
|
|
•
|
t, used to set the time step for evaluation.
|
|
•
|
dset, used to define the solution dataset tag.
|
|
•
|
expr, used to define the expression to evaluate.
|
|
•
|
ptInd, used to define the list of the point selection for the evaluation.
|
|
•
|
evalSel, used to define the parameter selection.
|
|
See the section CreateEvaluationSelection for more information about how to set the parameter/time for evaluation.
|
|
•
|
dset, the ray dataset tag.
|
|
•
|
|
•
|
|
•
|
expr, the list of expression to evaluate.
|
|
•
|
num, the number of rays to use for the evaluation.
|
|
•
|
t, the time step for evaluation if available.
|
|
See the section CreateSweepData for more information about how to set sweep data information.
|