Ferrite-FEM / Ferrite-FEM/Tensors.jl

Get rid of dimension restriction?

Open
#116 1 comment 5 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
182
Forks
40
PR merge metrics
No merged PRs in 30d

Description

I was recommending this package in a fantastic WIP https://github.com/JuliaNLSolvers/ManifoldMuseum/pull/12, but forgot that there is a restriction on `dim`. A brief check seems to indicate that one could in principle get rid of that restriction, since many operators are written in terms of loops `i = 1:dim` and would work right away. It seems that only a few functions (like `inv`) are currently written assuming `dim in (1, 2, 3)`. Would you consider PRs to the effect of getting rid of the dimension restriction? One could let certain continuum mechanics-related functions be restricted to `dim in (1, 2, 3)` and throw errors otherwise?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.