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

Types of Domain #90

Open
vickysharma0812 opened this issue Feb 6, 2022 · 0 comments
Open

Types of Domain #90

vickysharma0812 opened this issue Feb 6, 2022 · 0 comments

Comments

@vickysharma0812
Copy link
Member

We need to specify following type of relation between two domains

  1. p-type

  2. h-type

  3. r-type

  4. overset

  5. p-type

  • Same Geometry
  • Same number of elements
  • CellToCell is identity
  • Different number of nodes
  • Different order
  1. h-type
  • Same Geometry
  • Different number of elements
  • Different number of nodes
  • Same order
  • Same element topology for a given mesh pair
  • CellToCell(iel1) will be given be a collection of elements in domain 2
  1. r-type
  • Same geometry
  • Same number of nodes
  • Same number of elements
  • CellToCell is the identity
  • NodeToNode is also an identity
  • However, sizes of element may change, position of internal coordinate would be different
  • Position of nodes at the boundary may change.
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

1 participant