CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 03:46:26 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 9650e8ef18e0f473-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=eb0d41e3-a09e-4e09-9ec7-c356bc77c866; expires=Sun, 26 Jul 2026 03:46:25 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=eb0d41e3-a09e-4e09-9ec7-c356bc77c866; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=4xQ_H9gtYFO47jaZ8TFmequ8NRkAEfEryJuX4kFHuE0-1753501586-1.0.1.1-pAatX3dnhvNjetDc7WE5v_2SUC_Y.wZmacImM7dJPMD.6piBzjlawtkYJeYXxCDkRxdqkMTx.6ebwlz2s1JTTIlpkdlsdm63bas1IkOYkdY; path=/; expires=Sat, 26-Jul-25 04:16:26 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=p8W1qUwdD6CXCj3lKtbqu.1Vvje5TOR_.Gfp3UWiqBY-1753501586265-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 4c1c3dc8-bd71-4668-90bd-11b5f0e3d407
x-worker-origin-response-time: 476000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'finite-element-method' Questions - Mathematica Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [finite-element-method]
Usage of the Finite Element Method embedded in NDSolve and details on the implementation of the fem in mathematica.
1,631 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
5
votes
0
answers
147
views
Can a Mesh be generated directly without using ListContourPlot?
Can a Mesh be generated directly without using ListContourPlot?
Background:
In this quite wonderful answer to Finding optimal ...
4
votes
1
answer
130
views
Mesh Generation for 4D Coordinates
I am trying to create a response surface involving 4 input parameters and 1 output parameter from an unstructured data set with 30 data points from which I can obtain an output value from any ...
1
vote
1
answer
145
views
Can CFD convergence be improved? (Airflow past a car)
This post is similar to one posted to the Wolfram Community here.
The notebook can be downloaded at that site.
Introduction
This notebook is an attempt to model airflow past a moving vehicle. It ...
7
votes
2
answers
669
views
General form of Green's identity used by Mathematica
modified
Mathematica FiniteElementMethod methods use Green's identity in a more general form:
The parameter $c$ (scalar or matrix) may depend on ...
0
votes
0
answers
100
views
Pure bending boundary conditions in AceGEN/AceFEM
I have a column beam (x = 10, y = 1, z = 1) and would like to prescribe pure bending conditions around Y axis. How can I achieve that in AceGEN/AceFEM?
Edit: by pure bending I mean applying equal and ...
3
votes
1
answer
115
views
Single mesh element marker for each boundary region
I am using StructuredMesh for generating a second order mesh for plane figures. Afterwards I use ToBoundaryMesh to generate the ...
1
vote
0
answers
69
views
How to reduce the size of the output `InterpolatingFunction` from `NDSolve`? [closed]
This is my codes to calculate a wave equation by NDSolveValue:
...
5
votes
1
answer
132
views
Trouble with "RegionMarker" in Mathematica FEM Package
I’m encountering issues while using the "RegionMarker" option to label different subregions in a mesh for solving PDEs with Mathematica’s FEM package (NDSolve/ToElementMesh). Despite ...
6
votes
3
answers
214
views
Incorrect results when solving BVP with 3 non-linear ODEs
This is a build-up question from my previous post.
I am currently having trouble to produce the correct trend using the NDSolve FEM results. I realized that no matter which parameters I changed, the ...
1
vote
0
answers
61
views
Why does the "No Dirichlet condition" warning appear for fine mesh but not for coarse mesh?
It is known that the solution of the Laplace equation with exclusively Neumann boundary conditions is ambiguous. Wolfram Mathematica warns about this by submitting messages like this one:
No ...
5
votes
1
answer
109
views
Could not generate mesh when the mesh count is too large
I am trying to generate 1D mesh points on x axis, shown below:
...
2
votes
1
answer
98
views
How to write system of 1D non-linear ODEs in inactive form?
I am solving a system of non-constant coefficient, non-linear ODEs, shown as follows:
$$
\frac{\partial}{\partial x} \left[ - B(x) \left( \frac{\partial C_{na}}{\partial x} + C_{na} \frac{\partial y}{\...
0
votes
0
answers
89
views
PDE Solution not converging
I am trying to determine if my solution converges, by calculating the residual of my PDE. I have already gotten help previously however I realized that the issue still persist. By plotting my solution ...
0
votes
0
answers
48
views
PDE Solution not converging at transition point
I am having issues with getting my solution to converge. Here I calculate the normalised residual and plot it and noticed that the residual is quite high at the transition points (I use multiple tanh ...
7
votes
1
answer
221
views
Structured mesh for a rectangle with two holes inside
I would like to use the FEMAddOns package to make a structured mesh (with quad elements with InterpolationOrder -> 2, "MeshOrder" -> 2 ) with two ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
differential-equations × 1017
mesh × 335
numerical-integration × 177
numerics × 128
boundary-conditions × 124
eigenvalues × 108
regions × 104
equation-solving × 93
plotting × 85
heat-equation × 82
interpolation × 78
acegen × 77
physics × 62
fluid-dynamics × 59
bugs × 53
nonlinear × 47
solidmechanics × 44
warning-messages × 37
electromagnetics × 31
graphics3d × 29
performance-tuning × 28
opencascade × 26
more related tags
Hot Network Questions
- Did the first sin in the garden of Eden actually take place before the fruit was eaten?
- Word order for a phrase with a number, adjective and noun
- About Harp Pedaling for a Pentatonic Glissando
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- How much of a really big a spaceship could a nuke take out?
- Dystopian 80s sci-fi movie about the USA choosing mediocrity
- When was the last time all alive humans stayed on earth?
- The pea and the sun paradox
- Write two very different programs with the same characters
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Not your ordinary affix riddle
- The Lagrangian of a moving electric and magnetic dipole
- Is there such a thing as 'aerospace grade software'?
- Access denied attempting to delete file on Windows Server
- Did Hume propose how to establish if the falsehood of testimony is more miraculous than a miracle?
- Which workflow is more effective: worldbuilding before plotting or the other way around?
- Can a minor run a business by having an adult act on their behalf?
- Anonymizing a submission for double-blind review
- Why is time reversal not a natural part of the Galilean group?
- Can a humanoid that fell supine and is then Levitated alter his orientation?
- Is it decidable whether a CFL can be recognized by a linear CFG?
- Why does my laptop's display turn off when I'm away from the keyboard?
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- In Fantastic Four 2025 shouldn't this thing have taken years?