morpho icon indicating copy to clipboard operation
morpho copied to clipboard

[Bug] Constructing the Hydrogel functional with a grade argument results in error

Open joshichaitanya3 opened this issue 2 years ago • 1 comments

The Hydrogel functional allows a number grade as an optional argument, but the construction fails with a HydrglArgs error.

To Reproduce Run the following code in the test/functionals/hydrogel directory:

var m0 = Mesh("tetrahedron.mesh")
var lh = Hydrogel(m0, grade=2)

joshichaitanya3 avatar Apr 06 '22 20:04 joshichaitanya3

Is this still a problem @joshichaitanya3 ?

softmattertheory avatar Dec 12 '22 12:12 softmattertheory