Ferrite-FEM / Ferrite-FEM/FerriteGmsh.jl

A performance issue

未关闭
#43 11 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Julia
星标
16
派生
7
PR 合并指标
30 天内没有已合并 PR

描述

There may be performance issues in FerriteGmsh, as importing such a small-scale grid actually took 2 minutes.
```
using Ferrite, FerriteGmsh
@time grid = togrid("periodic-rve.msh")
```
Output:
```
Info : Reading 'periodic-rve.msh'...
Info : 38 entities
Info : 6097 nodes
Info : 12192 elements
Info : Done reading 'periodic-rve.msh'
119.920582 seconds (132.54 k allocations: 8.574 MiB)
Grid{2, Triangle, Float64} with 11904 Triangle cells and 6097 nodes
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。