Add other coordinate assignments
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
It would be nice, if one could change the default coordinate assignments for spherical and polar to other surface combinations. This can be done by adding new option values:
spherical_pt = spherical
spherical_rp (r-phi)
spherical_rt (r-theta)
polar_pz = polar
polar_rp (rho-phi)
polar_rz (rho-z)
Analysis:
Four major things to be done:
Implementation:
The functionality was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
The functionality is described in the documentation articles concerning coordinates.
Tests:
Software tests were passed without deviations. Functionality implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff:
Diff: