Mercurial > repos > public > sbplib
diff +grid/evalOn.m @ 276:30321dc180e1 feature/beams
Fixed documentation for Curvilinear and evalOn.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 07 Sep 2016 10:13:26 +0200 |
parents | 3ea2ae2a3d15 |
children | 4c3f55a628c8 |
line wrap: on
line diff
--- a/+grid/evalOn.m Tue Sep 06 17:28:11 2016 +0200 +++ b/+grid/evalOn.m Wed Sep 07 10:13:26 2016 +0200 @@ -1,4 +1,4 @@ -% Takes a funciton and evaluates it on a grid to return a grid function in the +% Takes a function and evaluates it on a grid to return a grid function in the % form of a (n*k)x1 vector, where n is the number of grid points and k is the % number of components of the function. % g -- Grid to evaluate on.