File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""
2- Demo of defining curvilinear coordinate using GridHelperCurveLinear and Transformation.
3- In curvelinear_test1: Use GridHelper class
4- * User provides two transformtions function between curved coordinate and rectlinear coordinate
5- * Calling GridHelperCurveLinear on those two functions.
6- * Setting a subplot positioned by the given gird definition
7- In curvelinear_test2: Use Affine2D transform
8- * Calling PolerTransform
9- * Setting the range of coordinate using Extream Finder
10- * Locate the coordinate with LocatorDMS and format them with FormatterDMS
11- * Calling GridHelperCurveLinear
12- * Setting a subplot positioned by the given gird definition
2+ Examples illustrate how to define curvilinar coordinates using GridHelperCurveLinear and Transformation.
133"""
144
155import numpy as np
Original file line number Diff line number Diff line change 11"""
2- Demo of defining curvilinear coordinate using GridHelper .
2+ Example illustrates how to define curvilinar coordinates using GridHelperCurveLinear .
33"""
44
5-
65import numpy as np
76import matplotlib .pyplot as plt
87
You can’t perform that action at this time.
0 commit comments