# New finite element package

**URL:** https://discourse.julialang.org/t/new-finite-element-package/4621
**Category:** Community
**Tags:** announcement
**Created:** [July 3, 2017, 3:25pm UTC](https://discourse.julialang.org/t/new-finite-element-package/4621 "2017-07-03T15:25:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [July 3, 2017, 3:25pm UTC](https://discourse.julialang.org/t/new-finite-element-package/4621/1 "2017-07-03T15:25:22Z")

</div>

The finite element package `FinEtools.jl` ([GitHub - PetrKryslUCSD/FinEtools.jl: Finite Element tools in Julia](https://github.com/PetrKryslUCSD/FinEtools.jl)) is at this point usable by interested parties. There are some examples (linear acoustics, steady-state, modal, and transient, steady-state heat conduction, and linear statics and free vibration). There is also one tutorial at this point in notebook form.

All comments and suggestions welcome.

Petr

---

<div class="post-metadata">

### Author: ![John\_Hearns](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/john_hearns/32/1685_2.png) [@John\_Hearns](https://discourse.julialang.org/u/John_Hearns)
#### Post date: [July 4, 2017, 9:08am UTC](https://discourse.julialang.org/t/new-finite-element-package/4621/2 "2017-07-04T09:08:48Z")

</div>

Petr, that is interesting. Is this for mechanical simulations? Are there any electric field simulaitons possible with the package?  
I rather idly make this question as many years ago, when the world was young, I did my PhD thesis on a multiwire proportional chamber which had fine wires at high voltage running in aluminium channels. I often thought about modelling the electric field strengths.

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [July 4, 2017, 10:19am UTC](https://discourse.julialang.org/t/new-finite-element-package/4621/3 "2017-07-04T10:19:53Z")

</div>

Hi @John_Hearns,

It depends on what kind of electric fields you’re interested in. Quasi-static electric field? That is easy, and in fact if you’re willing to translate the coefficients of the PDE you can already solve that kind of problem as the package has an FEMM (another way of saying it has routines for computing the linear and bilinear forms) for heat conduction.

Petr

---

<div class="post-metadata">

### Author: ![John\_Hearns](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/john_hearns/32/1685_2.png) [@John\_Hearns](https://discourse.julialang.org/u/John_Hearns)
#### Post date: [July 4, 2017, 11:00am UTC](https://discourse.julialang.org/t/new-finite-element-package/4621/4 "2017-07-04T11:00:20Z")

</div>

Petr, thankyou. I wil lkeep my reply short so not to annoy people. Yes, quasi-static fields.  
At the time my work involved mapping what would happen if there was a defect - ie some of the wires in the detector were broken. An FE package like this would model this situation well.

---

<div class="post-metadata">

### Author: ![PetrKryslUCSD](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petrkryslucsd/32/215825_2.png) [@PetrKryslUCSD](https://discourse.julialang.org/u/PetrKryslUCSD)
#### Post date: [July 4, 2017, 11:20am UTC](https://discourse.julialang.org/t/new-finite-element-package/4621/5 "2017-07-04T11:20:46Z")

</div>

@John_Hearns: We can take it off this forum if you’d like.
