morpho icon indicating copy to clipboard operation
morpho copied to clipboard

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.

Results 30 morpho issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Calling the warning method on the Error class (rather than on an instance) segfaults. **To Reproduce** Run the following code: `Error.warning("Hello")` **Expected behavior** Error should raise the...

bug

Calculation of hessians is now parallelized, and properly supports dependencies. Implementations for LineCurvatureSq and LineTorsionSq with testing.

As the recent issues point out, the Ranges are tricky with floats as spacing. It'd be nice to be able to do arithmetic on Ranges, so that we can have...

enhancement

Importing modules with the right name but incorrect cases results in an error. Morpho modules are by convention named using all lowercase characters, so it would be useful if Morpho...

bug
enhancement

When looking through both the manual and using the "?" command in morpho, we lack documentation for how this command is used. This should be added in both future updates...

**Describe the bug** When refining a 3D mesh that has multiple grades present, elements in grades 1 and 2 may not be generated consistently. **To Reproduce** Import the attached mesh...

bug

When I open multiple morphoview windows, it would help if there was a numerical zoom parameter and scale indicator that could help me set the zoom level and monitor the...

enhancement
morphoview

**Describe the bug** The 2D area_enclosed gradient, not numerical gradient, is wrong. **To Reproduce** The area_enclosed gradient function is defined in functional.c **Expected behavior** The gradient should have cases like...

bug

**Describe the bug** Classes that don't provide index and setindex should raise errors if you try to index them. **To Reproduce** // check index class A { } var b...

bug

In the current implementation of the `MeanCurvatureSq` functional, we cannot set a value of spontaneous curvature, which would be needed to model closed shells, for example.

enhancement