Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inverse maps #51

Open
tobydriscoll opened this issue Dec 17, 2014 · 1 comment
Open

Inverse maps #51

tobydriscoll opened this issue Dec 17, 2014 · 1 comment

Comments

@tobydriscoll
Copy link
Member

We will want to provide a generalized mechanism for inverse maps. What I propose is to have a boolean flag isInverted in each map object. When that flag is set, a different group of evaluation routines is called that (among other things) invoke inverse mapping functions of the map class. The class can choose to provide them, but they are set to throw errors by default.

@ehkropf
Copy link
Collaborator

ehkropf commented Jan 3, 2015

Agreed. The isInverted property and default inversion error methods should be implemented in the conformalmap class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants