# MOLE: Mimetic Operators Library Enhanced

A high-order mimetic differential operators library for solving PDEs

High-order Accuracy

Discrete analogs of vector calculus operators that satisfy local and global conservation laws

Structured Grids

Works with uniform, non-uniform, and curvilinear staggered grids

Operator Set

Includes Gradient, Divergence, and Laplacian operators with various boundary conditions

Dual Implementation

Available in both C++ and MATLAB with consistent interfaces

Key Capabilities

Suitable for PDEs

  • Elliptic (Poisson)
  • Parabolic (Heat, Diffusion)
  • Hyperbolic (Wave)

Boundary Conditions

  • Dirichlet
  • Neumann
  • Robin
  • Mixed
```{toctree} :maxdepth: 2 :caption: Getting Started Introduction intros/gettingstarted.rst Building Documentation ``` ```{toctree} :maxdepth: 4 :caption: API Reference C++ Matlab/ Octave ``` ```{toctree} :maxdepth: 2 :caption: Mathematical Framework math_functions/index ``` ```{toctree} :maxdepth: 2 :caption: Examples examples/index ``` ```{toctree} :maxdepth: 1 :caption: Project Contributing Code of Conduct ```