cad.cad# Functions# elevate(mapping, axis, times) Elevate the mapping degree times time in the direction axis. random_string(n) refine(mapping, axis, values) Refine the mapping by inserting values in the direction axis. translate(mapping, displ) Details# random_string(n)[source]# translate(mapping, displ)[source]# elevate(mapping, axis, times)[source]# Elevate the mapping degree times time in the direction axis. Note: we are using igakit for the moment, until we implement the elevation degree algorithm in psydac refine(mapping, axis, values)[source]# Refine the mapping by inserting values in the direction axis. Note: we are using igakit for the moment, until we implement the knot insertion algorithm in psydac