Skip to content

Commit 97ba73d

Browse files
committed
README.md: Update Intro and Examples descriptions
1 parent aefc492 commit 97ba73d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## Description
1111

12-
MOLE is a high-quality (C++ & MATLAB/Octave) library that implements
12+
MOLE is a high-quality (C++, MATLAB/Octave, and Julia) library that implements
1313
high-order mimetic operators to solve partial differential equations.
1414
It provides discrete analogs of the most common vector calculus operators:
1515
Gradient, Divergence, Laplacian, Bilaplacian, and Curl. These operators (highly sparse matrices) act
@@ -139,12 +139,16 @@ and on Windows downlaoding and running the file from [here](https://sourceforge.
139139
140140
### C++
141141
142-
Four self-contained, well-documented examples demonstrating typical PDE solutions. These are automatically built with `make` and serve as an excellent starting point for C++ users.
142+
There are several self-contained, well-documented examples demonstrating typical PDE solutions. These are automatically built with `make` and serve as an excellent starting point for C++ users.
143143
144144
### MATLAB/Octave Examples
145145
146146
A collection of over 30 examples showcasing various PDE solutions, from simple linear one-dimensional problems to complex nonlinear multidimensional scenarios.
147147
148+
### Julia Examples
149+
150+
Several self-contained, well-documented examples demostrate the MOLE.jl use. Their documentation can be found in the [MOLE.jl Documentation website Examples section](https://www.mole-ose.org/MOLE.jl-docs/dev/examples/).
151+
148152
## Documentation
149153
150154
MOLE comes with comprehensive documentation:

0 commit comments

Comments
 (0)