You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- $\begingroup$ Do you mean the same number of nodes for the inner and outer circles? $\endgroup$Alexei Boulbitch– Alexei Boulbitch2015-07-28 11:40:15 +00:00Commented Jul 28, 2015 at 11:40
- $\begingroup$ If F is a map from the inner circle to the outer circle, and x_i are the nodes on the inner circle, I need F[x_i] to be the nodes on the outer circle. This is more than just saying that the number of nodes are the same. $\endgroup$qdice– qdice2015-07-28 12:44:33 +00:00Commented Jul 28, 2015 at 12:44
- $\begingroup$ For your general problem -- be aware that it is easy to introduce an orientation non-preserving map between two boundary components. This will embed a Moebius strip in your region (if, for instance, the boundary condition is equality on the two components). As a consequence, odd modes along paths in the region starting at one associated point and ending in the others will be driven to zero by topology. Are you sure you can reliably make properly oriented maps when this will matter? $\endgroup$Eric Towers– Eric Towers2015-07-28 16:50:33 +00:00Commented Jul 28, 2015 at 16:50
- $\begingroup$ Will the maps between your boundary components have (approximately) unit magnitude of derivative? If not, then you may not be able to get a sufficiently uniform grid when a tiny piece of one boundary is mapped to a long piece of another. $\endgroup$Eric Towers– Eric Towers2015-07-28 17:16:45 +00:00Commented Jul 28, 2015 at 17:16
- $\begingroup$ Can your map between boundary components be "thickened" to include nonintersecting neighbourhoods of each boundary component? (If so, an abstract solution is to transport one neighbourhood along the map to the other component, grid the target and moved neighbourhoods, map back, and repeat for all the pairs. The result leaves only the whole region minus the neighbourhoods to grid compatibly with the "outer" boundaries of the neighbourhoods -- i.e., not compatibly requirements need be enforced. I'm sure I don't want to implement this method.) $\endgroup$Eric Towers– Eric Towers2015-07-28 17:22:24 +00:00Commented Jul 28, 2015 at 17:22
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. list-manipulation), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-mma