|
ESPUTR
calculation of sputtering yields
|
Matlab interface for calculation of the angular dependence factor of the sputtering yield. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mexfunction (nlhs, plhs, nrhs, prhs) |
| Matlab interface for calculation of the angular dependence factor of the sputtering yield. More... | |
Matlab interface for calculation of the angular dependence factor of the sputtering yield.
Definition in file esputr_YTH.F.
| subroutine mexfunction | ( | integer | nlhs, |
| dimension(*) | plhs, | ||
| integer | nrhs, | ||
| dimension(*) | prhs | ||
| ) |
Matlab interface for calculation of the angular dependence factor of the sputtering yield.
clear myMexFun or clear mex is called.| nlhs | Number of vectors in the output (left hand side) |
| nrhs | Number of vectors in the input (right hand side) |
Output (left hand side) matrices
Each matrix contains the angular factor as a function of incident angle (rows) and incident energy (columns) for one projectile-target combination
Input (right hand side) vectors
Definition at line 35 of file esputr_YTH.F.
References esputr2001::esputr2001_deallocate(), esputr2001_getavailableenergyrangebyname(), esputr2001::esputr2001_initth(), and esputr_yth().

1.8.9.1