Skip to main content

Questions tagged [finite-element-method]

A method of obtaining (numerically) approximate solutions to (usually) differential equations. It consists of a method of discretization splitting the domain into disjoint subdomains over each of which the problem has a simpler (approximate) solution, and a method of reassembling those pieces to obtain a solution over the whole domain. It is closely tied to the calculus of variations.

Filter by
Sorted by
Tagged with
1 vote
0 answers
17 views

Consider a classical BVP governed by linear elasticity $$ \begin{align*} -\nabla \cdot \boldsymbol{\sigma} = \boldsymbol{b} & \quad \textrm{in} \nobreakspace \nobreakspace \Omega \subset \...
pg13 's user avatar
  • 11
0 votes
0 answers
47 views

Problem: Given the ODE-problem $\frac{𝑑^2𝑦}{𝑑𝑥^2}$ + 𝑥𝑦 = 1, 𝑦(0) = 1, 𝑦(1) = 0 Discretize with the finite difference method (FDM) the problem on a grid $𝑥_𝑖 = 𝑖ℎ, 𝑖 = 0,1,2, ... , 𝑁$ ...
August Jelemson's user avatar
1 vote
1 answer
89 views

The following is very loose, but as an example, consider the derivative operator $D = \frac{d}{dx}$, and some set of finite element basis functions $\varphi_i$ (perhaps Lagrange elements). Take a ...
Lucas Myers's user avatar
0 votes
0 answers
25 views

I've written a 3D linear acoustic discontinuous galerkin method that works on an unstructured tetrahedral mesh. This models pressure, $p$ and velocity, $\mathbf{u}=(u,v,w)$ and has fully reflective ...
donatelito's user avatar
2 votes
1 answer
98 views

I am trying to figure out the practical relevance of having only Gateaux differentiability vs Fréchet differentiability. As an example consider the Dirichlet energy $$E(u) = \frac{1}{2}\int_{\Omega} \|...
lightxbulb's user avatar
  • 2,408
0 votes
0 answers
51 views

When computing the $L_2$ error in Finite Element Analysis with a theoretical predicted convergence rate $\beta$ in $||u-u_h||_{L_2} \leq C h^{\beta}$, how common is it to achieve the predicted ...
user1234321's user avatar
0 votes
0 answers
47 views

I’m working with a weak formulation of a problem involving the equation: $$ \sigma = \nabla u \quad \text{in} \quad \Omega, \quad \mathrm{div} \, \sigma = -f \quad \text{in} \quad \Omega, \quad \sigma ...
sch1618's user avatar
0 votes
0 answers
113 views

I'm having some trouble trying to understand the construction of Clement's Interpolation. The first part of the theorem states that if $T_h$ is a shape-regular triangulation of the domain $\Omega$, ...
IntegralLover's user avatar
0 votes
0 answers
18 views

I am working on a Poisson problem in two subdomains where I want to couple the interface between two subdomains such that we have (1) flux conservation, (2) flux = function of jump of variable between ...
ihsel's user avatar
  • 49
1 vote
0 answers
94 views

I am interested in learning about numerical methods (ideally finite-element/Galerkin-type discretizations on simplicial meshes) to approximate solutions to the steady-state reaction-advection equation ...
chafner's user avatar
  • 189
-1 votes
1 answer
53 views

I have a question about a derivation based on weak form of the advection term. The original weak form is give as: $$ \int_\Omega \phi\boldsymbol{c}\cdot\nabla f d\Omega, $$ where $\boldsymbol{c}$ is a ...
Chunheng Zhao's user avatar
1 vote
1 answer
45 views

I am having a problem with showing the solution to the variational formulation satisfies the Nuemann boundary condition. Condsider the PDE $$ \begin{aligned} -\Delta u &= f \quad \text{in} \space \...
Ayanamiprpr's user avatar
0 votes
1 answer
60 views

This is my first question here. Please let me know if I am doing anything wrong I am following an article from Susanne C. Brenner and Ellya L. Kawecki (ADAPTIVE $C^0$ INTERIOR PENALTY METHODS FOR ...
Il problema's user avatar
4 votes
0 answers
102 views

The Raviart--Thomas space is defined as $RT_m(T)=\mathbb{P}_m(T)^n+x\,\mathbb{P}_m(T)$ where $\mathbb{P}_m(T)$ is the polynomial space with degree less than $m$, and $n=2$ or $n=3$. Here $T$ is a ...
yemino's user avatar
  • 592
0 votes
1 answer
66 views

Background I am solving a nonlinear problem that is mixed domain and also mixed finite element. I have the variational formulation and want to take the Jacobian so that I can solve the problem using ...
ihsel's user avatar
  • 49
2 votes
1 answer
70 views

I'm reading Non-linear Finite Element Analysis of Solids and Structures (De Borst, R., Crisfield, M. A., Remmers, J. J., & Verhoosel, C. V). As part of the weak form of the governing equations of ...
gibtskrummung's user avatar
0 votes
1 answer
123 views

Every explanation I've seen of FEM show it solving an equation of the form $\mathcal{L}\phi=f$, with $\mathcal{L}$ being a differential operator, and every solution (whether it be Ritz or Galerkin) ...
Awesome Quest's user avatar
1 vote
2 answers
135 views

I have the following 2D boundary-value problem which I would like to solve numerically using FEM software: \begin{equation} a(x,y)\nabla^2 u(x,y) + \int\int K(x,y,x',y')u(x',y') dx' dy' = f(x,y), \end{...
OAN's user avatar
  • 51
0 votes
0 answers
102 views

Short description When conducting FEM analysis with inhomogeneous Dirichlet boundary conditions, I compute the error in the energy norm with an expression that should only work for problems with ...
Marton's user avatar
  • 1
1 vote
1 answer
207 views

The biharmonic equation is $\Delta^2 u = 0$. Tutorials show that the stiffness term in the weak formulation is: $\int \langle\Delta \varphi_i, \Delta \varphi_j\rangle$ However, FEM implementation uses ...
Zohar Levi's user avatar
1 vote
1 answer
138 views

I am trying to solve the following problem. Now, based on other examples I have seen, it seems the weak formulation should be something in terms of an inner product. In particular, we see $$(-u+1,v)=(...
Anon's user avatar
  • 1,173
0 votes
0 answers
60 views

I am studying the finite element method and have found a problem: For a regular and quasi-uniform family of simplicial partitions, prove uniform equivalence $H^1$ norms of grid functions to the norm: $...
KissiM's user avatar
  • 1
1 vote
1 answer
78 views

Finite element discretization spaces Full de Rham complex The picture below taken from here, displays from left to right: H1−conforming (continuous) H(curl)−conforming (continuous tangential ...
Megidd's user avatar
  • 321
2 votes
1 answer
120 views

I am trying to derive the FEM solution for the equation $u''(x) + \left( u'(x) \right)^2=0$ with $u(1)=0, u'(0)=1$ over the interval $[0, 1]$. Constrain the trial function, $v$, to also be zero at $x=...
Krys's user avatar
  • 73
0 votes
1 answer
54 views

For example, let's consider the problem \begin{equation} -\Delta u+u = 0 \end{equation} For $g\in H^{\frac{1}{2}}((D)$, where $D$ is the domain, assume that $u$ is the solution of \begin{equation} (u,...
GeneLIU's user avatar
  • 63

1
2 3 4 5
14