Does anyone have explicit C++ code to solve biharmonic problem ($\Delta^2 u=f$, subject to boundary conditions ) using any finite element methods?
Hi,
You can find C++ code solving biharmonic problem using Lagrange finite element basis functions at the following site
http://fenics.readthedocs.io/projects/dolfin/en/latest/demos/biharmonic/main.cpp.html
Hope this helps.
Thank you very much Prof. Egoyan. It will be more beneficial for me if you could suggest some non-software based code link for this problem which I could run in terminal (Linux etc.) and edit as I like.
Dear Gouranga,
You can use libmesh finite element library http://libmesh.github.io/
They have a source code for download
The solution of biharmonic equation can be found at
http://libmesh.github.io/examples/adaptivity_ex4.html
Hope it helps.
It seems that 'P3dc' element in FreeFem++ does not support third order derivatives in the code. The third order derivative is very necessary for the weak formulation.Can someone please help me how...
02 March 2016 3,062 3 View
It seems that for a nonlinear map $f: \mathbb{R}^n \mapsto \mathbb{R}^n$ Newton's method solves (suppose f is sufficiantly smooth and solution exists) the nonlinear problem: for given $b$, find...
01 February 2016 1,808 2 View
Any mathematician or engineer who is working on plate theory.
01 February 2016 10,096 4 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
What should be the equation for halfway bounce back boundary condition for flow field with forcing term?
08 August 2024 7,938 1 View
I am trying to simulate vehicular loading on an orthotopic steel deck bridge section in ABAQUS software. The red arrow mark in the attached figure indicates the direction in which the vehicle will...
08 August 2024 719 0 View
Let's say we have a standard, regular hexagonal honeycomb with a 3-arm primitive unit cell (something like the figure attached; the figure is only representative and not drawn to scale). The...
07 August 2024 1,937 1 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
I am in search of a modified Hummer's method, which can be used to synthesis graphene oxide within 6-8 hours. As I am a student it is not allowed for us to work after 5 in the laboratory. So I am...
01 August 2024 8,368 2 View
The delta function seems produce logical contradictions when analyzed on a fundamental level. I would be curious if anyone else agrees.
31 July 2024 10,109 3 View
My screen printed electrode CV is given here. For Nerstean one electron reaction the delta E value should be close to 57 mV and ration of Ic/Ia should be close to 1. I did CV of my screen printed...
30 July 2024 4,671 3 View