|
ESPUTR
calculation of sputtering yields
|
Matlab interface for calculation of the sputtering yield for normal incidence. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mexfunction (nlhs, plhs, nrhs, prhs) |
| Matlab interface for calculation of sputtering yield for normal incidence. More... | |
Matlab interface for calculation of the sputtering yield for normal incidence.
Definition in file esputr_YN.F.
| subroutine mexfunction | ( | integer | nlhs, |
| dimension(*) | plhs, | ||
| integer | nrhs, | ||
| dimension(*) | prhs | ||
| ) |
Matlab interface for calculation of sputtering yield for normal incidence.
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) vectors
Each vector is the sputtering yield (as a function of energy) for one projectile-target combination
Input (right hand side) vectors
Definition at line 35 of file esputr_YN.F.
References esputr1993::esputr1993_deallocate(), esputr1993::esputr1993_init(), esputr2001::esputr2001_deallocate(), esputr2001::esputr2001_initn(), esputr::esputr_unit, and esputr_yn().

1.8.9.1