next up previous contents [pdf] index

Next: Input parameters Up: sf_eno_apply Previous: Call

Definition

void sf_eno_apply (sf_eno ent, 
                int i     /* grid location */, 
                float x   /* offset from grid */, 
                float *f  /* output data value */, 
                float *f1 /* output derivative */, 
                der what  /* flag of what to compute */) 
/*< Apply interpolation >*/
{
  ...
}




2011-07-02