question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The next element to be added under #23 is probably the 27-node quadratic three-dimensional ElementHex2.

Quadratic hexahedral elements were recommended over ElementHex1 by Benzley et al (1995), as consulted in #75.

The use of quadratic displacement formulated finite elements significantly improve the performance of the tetrahedral as well as the hexahedral elements.

ElementHex2 will also be required for Taylor–Hood element for Stokes or Navier–Stokes problems on a MeshHex.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kinnalacommented, Feb 14, 2020

I’m now using Leszek Demkowicz’ books since I got a recommendation from a friend:

https://www.amazon.com/Computing-Hp-Adaptive-Finite-Elements-Vol/dp/1584886714

I’m also simultaneously studying theory from Schwab’s book:

https://www.amazon.com/hp-Finite-Element-Methods-Applications/dp/0198503903

1reaction
kinnalacommented, Feb 14, 2020

I’m now looking into implementing the p-version of the finite element method in scikit-fem, starting with ElementQuadP for arbitrary order. I’ll probably change the reference element used for quads and hexes (from (-1, 1)^d to (0, 1)^d) because the book I’m using as a reference uses those and it seems that the notation for the basis functions will be slightly more concise.

Just a remark in case you already started working on this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

scikit-fem/__init__.py at master - GitHub
"""The module :mod:`skfem.element` defines finite elements in a very generic. sense. In order to use an element, you simply initialize the respective object ......
Read more >
Advanced topics — scikit-fem 7.0.1-12-g7a8cb45 documentation
This section contains advanced discussions around the features of scikit-fem with an aim to develop a more detailed understanding of the library. Anatomy...
Read more >
6) American DJ ADJ ELEMENT HEX Rechargeable Wireless ...
Package Includes: (6) American DJ ADJ ELEMENT HEX RGBAW+UV Rechargeable Wireless DMX Par Wash Light; (2) Rockville RTP32W Totem Moving Head Light ...
Read more >
hexbinary_0_1.err - Apple Open Source
test/schemas/hexbinary_1.xml:11: element hex2: Schemas validity error : Failed to validate type with facet maxLength ./test/schemas/hexbinary_1.xml:13: ...
Read more >
scikit-fem - PyPI
Added: ElementHex2 , a triquadratic hexahedral element. Added: MeshTri.init_circle , constructor for a circle mesh. Fixed: Mesh3D.boundary_edges (and, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found