- Thank you received: 24
complex-valued problem in XFEM
3 years 6 months ago #3752
by hvwahl
Replied by hvwahl on topic complex-valued problem in XFEM
Hi Shaoqi,
code like
is used to mark element boundaries (facets) based on elements cut by the level set in the entire mesh for ghost-penalty stabilisation, which is then done over the entire marked facet.
Best wishes,
Henry
code like
Code:
GetFacetsWithNeighborTypes(mesh, a=ci.GetElementsOfType(HASNEG), b=ci.GetElementsOfType(IF))
Best wishes,
Henry
3 years 6 months ago #3753
by hvwahl
Replied by hvwahl on topic complex-valued problem in XFEM
As a side note: If all you need is to define integrators on fixed parts of the boundary, another solution would be to define the split in the geometry, so that this is discretised by the mesh.
Attachments:
The following user(s) said Thank You: Shaoqi
3 years 6 months ago #3754
by Shaoqi
Replied by Shaoqi on topic complex-valued problem in XFEM
Many thanks! Yes, that could be a solution, but kind of manually.
Cause we have a geometry cut by the interface defined with the level set, it is better we can get the boundaries' info of the "new" geometry directly.
In other words, the geometry could be split automatically once we create the levelset domain.
Cause we have a geometry cut by the interface defined with the level set, it is better we can get the boundaries' info of the "new" geometry directly.
In other words, the geometry could be split automatically once we create the levelset domain.
Time to create page: 0.107 seconds