next up previous contents [pdf] index

Next: Input parameters Up: sf_pweno_apply Previous: Call

Definition

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




2011-07-02