nodes) |
Each item in nodes is a Coords array. The return value is a tuple with: - the coordinates of all unique nodes, - a list of indices translating the old node numbers to the new.
femodels) |
Each item in femodels is a (coords,elems) tuple. The return value is a tuple with: - the coordinates of all unique nodes, - a list of elems corresponding to the input list, but with numbers referring to the new coordinates.
nrs,nmin=0,nmax=None,error=None) |
nrs is an integer array with any shape. All integers should be unique and in the range(nmin,nmax). Beware: this means that nmin <= i < nmax ! Default nmax is unlimited. Set nmin to None to error is the value to return if the tests are not passed. By default, a ValueError is raised. On success, None is returned
) |
The input arguments are (coords,elems) tuples. The return value is a merged fe Model.