PARABOLIC PARTITION

Finds a non uniform 1D partition in which the distance between adjacent points grows linearly

Contents

Function of MOBY-DIC TOOLBOX.

Description

This function generates n points, between xmin and xmax, such that $x_2\textrm{--}x_1 = \delta, x_3\textrm{--}x_2 = 2\delta, ..., x_n\textrm{--}x_{n\textrm{--}1} = (n\textrm{--}1)\delta$ and $x_1$ = xmin, $x_n$ = xmax. This function is useful to generate non uniform simplicial partitions in which you need a higher concentration of points around xmin.

Syntax

P = parabolicPartition(xmin,xmax,n)

Acknowledgements

Contributors:

Copyright is with: