-
Suppose we are contracting, operating then integrating on tensors generated from an FE function. Then you can encounter very complex LazyArrays such as the example below. This is fine unless you want …
-
I'm investigating the feasibility of parallelizing assembly over elements.
Take the following snippet (from #439 ):
```python
import pygmsh as pm
import numpy as np
from skfem.io import from_…
-
Hi Minh,
I have a problem with Paraview. when I open your provided output vts files in Paraview. it doesn't show the deformed shapes.
is there anything i should do to correct this? much apprecia…
-
I am wondering why this happens on Noether?This is a fresh clone. We did new commits under Rezgar to make things work but under my account I cannot even compile solids (This is not the first time) :
…
-
Following #439 and inputs from [ex18](https://github.com/kinnala/scikit-fem/blob/master/docs/examples/ex18.py), I started working yesterday on a [mixed formulation](http://pamies.cee.illinois.edu/Pub…
-
I was looking for a hyperelasticity example, but didn't find one. I am attaching a working demo (basically translating the old demo from dolfin), in case if someone comes looking up for it
```pytho…
-
@bhaveshshrimali (from #438):
> Thanks! I was starting to take a look at implementing the hyperelasticity demo. The most natural examples to follow seem to be linear elasticity, nonlinear poisson a…
-
After pacopy went GPL #451, it was pinned at the last prior version 0.1.2 #452
This seems to have blocked an unrelated new example on hyperelasticity #462 as the tests are now failing with `pip` n…
-
Hi Marco,
Is there an example somewhere that illustrates plotting deformed meshes (with contours) when supplied with a `meshio.Mesh` object (or even otherwise)?
In short, I am trying to plot …
-
Hi all,
Finally started experimenting with Gridap after a long overdue :)
I had a very basic question
What is the best way in Gridap to include indicial notation as in continuum mechanics. For…