Journals
Publish with us
Publishing partnerships
About us
Blog
Journal of Applied Mathematics
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Journal of Applied Mathematics
/
2014
/
Article
/
Psdc 3
/
Research Article
A Computational Realization of a Semi-Lagrangian Method for Solving the Advection Equation
Pseudocode 3
if
((
indCurSqOx
[1]
>
=
0
) && (
indCurSqOy
[1]
>
=
0
)) {
do_smth
();
}
else
{
do_smth_else
();
}