Skip to main content

Questions tagged [finite-element-method]

Usage of the Finite Element Method embedded in NDSolve and details on the implementation of the fem in mathematica.

3 votes
2 answers
226 views

I would like to solve the following system of differential equations numerically for two one-dimensional functions $R(x)$ and $\phi(x)$: \begin{eqnarray} c_1 \left(R''(x) - (\phi'(x))^2 R(x) \right) - ...
sap7889's user avatar
  • 93
1 vote
0 answers
125 views

The following code ...
carlosayam's user avatar
  • 2,100
0 votes
0 answers
144 views

In one of my tasks, it is necessary to set a boundary condition in the form of an oblique derivative for the two-dimensional Laplace equation. Do you know how this can be done in Wolfram Mathematics? ...
Michael Schadt's user avatar
2 votes
1 answer
118 views

Recently I asked a question on solving a system of 3 nonlinear PDE (To solve a system of 3 nonlinear PDE). Now I transitioned to the next step, that is, a realistic PDE which has been my initial aim: <...
Alexei Boulbitch's user avatar
9 votes
3 answers
405 views

I am trying to solve a system of 3 nonlinear partial differential equations: ...
Alexei Boulbitch's user avatar
2 votes
3 answers
248 views

I am wondering what is the best way to solve numerically a initial-boundary value problem of heat equation like this (surely I've made a lot of mistakes in the code): ...
umby's user avatar
  • 651
5 votes
2 answers
314 views

I the following ODE with parameters \begin{align} B_e\: \theta''(s)+2(s-1)\cos\theta(s)=S_e\: f\left(\theta(s)\right), \end{align} with $0\leq s\leq 1$ and \begin{align} \theta(0)=0\:\:\:\text{and}\:\:...
Daniel Castro's user avatar
1 vote
1 answer
132 views

I used NDEigensystem for finding eigenvalues and eigenfunctions of specified dif. operator. If I set R=1 everything is good and I get right results, but when I set R=10 and more I get complex ...
Alexander Malyshev's user avatar
6 votes
2 answers
459 views

In a recent answer to a question on constructing 2D meshes with internal boundaries @user21 provided an extremely useful answer which can be found here. I have tried to extend this to 3D by ...
David Keith's user avatar
  • 5,434
0 votes
0 answers
76 views

I am trying to solve this PDE using the inactive form, however I ran into error stating that the: The PDE coefficient 0....
Snowymint's user avatar
10 votes
2 answers
446 views

In this simple example I try to mesh a rectangle, the mesh should include a fixed line. Using "IncludePoints" I get ...
Ulrich Neumann's user avatar
0 votes
0 answers
111 views

I am trying to solve this complex PDE, however I am getting an error from Mathematica stating: The maximum derivative order of the nonlinear PDE coefficients for the Finite Element Method is larger ...
Snowymint's user avatar
5 votes
1 answer
342 views

I'm trying to numerically solve Poisson's equation for the following scenario: The potential inside a cylinder of radius R=1 and height H=2 with uniform charge density(which I'll set to 1). Poisson's ...
Jeff Giff's user avatar
3 votes
1 answer
149 views

This is a question similar to the previous one with small features. I'm solving this problem by modifying the method of @Alex. The code can run without error, but it was always stuck at ~...
user55777's user avatar
  • 649
6 votes
1 answer
567 views

I am trying to draw a figure and color it like this from here: I tried CSGRegion["Difference", {Ball[{0, 0, 0}, 5], Cylinder[{{0, 0, -5}, {0, 0, 5}}, 2]}] ...
TTTT2025's user avatar
  • 167

15 30 50 per page
1
2 3 4 5
114