How to Implement FEM with a Discontinuity in the Exact Solution?

In summary, the conversation is about using FEM (Finite Element Methods) to solve a problem with a discontinuity in the exact solution. The difficulty lies in knowing what to do at the jump in the code. The problem has already been set up with matrices Au = f and it solves fine without the discontinuity. Additional information about FEM is provided in a PDF link.
  • #1
ageralo
4
0

Homework Statement



Use FEM to solve this problem. The difficulty lies in the fact that the exact solution has a discontinuity in it. From x=[0,0.6) the exact solution u is x5/20 - x/20 and from x =(0.6,1] u is sin(x). The problem I'm having is I'm not sure what to do at the jump in my code. I have already set up my matrices Au = f, and it solves it fine given no discontinuity.

uxx = f

Homework Equations



u(0) = u0
u(1) = u1
 
Physics news on Phys.org
  • #2
ageralo said:

Homework Statement



Use FEM to solve this problem. The difficulty lies in the fact that the exact solution has a discontinuity in it. From x=[0,0.6) the exact solution u is x5/20 - x/20 and from x =(0.6,1] u is sin(x). The problem I'm having is I'm not sure what to do at the jump in my code. I have already set up my matrices Au = f, and it solves it fine given no discontinuity.

uxx = f

Homework Equations



u(0) = u0
u(1) = u1

What is FEM?

RGV
 

1. What is FEM with discontinuity?

FEM (Finite Element Method) with discontinuity is a numerical technique used to solve problems with discontinuities in the material properties, geometry, or loading conditions. It is often used in engineering and scientific fields to analyze structures and materials with complex and irregular features.

2. How does FEM with discontinuity work?

In FEM with discontinuity, the problem domain is divided into smaller elements and the properties and governing equations are defined for each element. At the interfaces of discontinuities, special techniques are used to connect the elements and ensure continuity of solutions. The governing equations are then solved numerically to obtain a solution for the entire problem domain.

3. What are the advantages of using FEM with discontinuity?

FEM with discontinuity allows for more accurate and efficient analysis of complex problems compared to traditional analytical methods. It also allows for the inclusion of discontinuities, which are often present in real-world structures and materials.

4. What are some common applications of FEM with discontinuity?

FEM with discontinuity is commonly used in structural analysis, such as analyzing stress concentrations in joints or cracks in materials. It is also used in geotechnical engineering to study soil-structure interaction and in fluid mechanics to analyze flows with discontinuities.

5. What are some challenges of using FEM with discontinuity?

One challenge of using FEM with discontinuity is the need for specialized techniques to handle the discontinuities, which may require additional computational resources and expertise. Another challenge is ensuring the accuracy and convergence of the solution, as some discontinuities may cause numerical instabilities in the solution process.

Similar threads

Replies
2
Views
1K
Replies
4
Views
998
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
704
  • Calculus and Beyond Homework Help
Replies
6
Views
5K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
19
Views
1K
Back
Top