=========================== C++ API Documentation =========================== The **MOLE C++ API** provides low-level access to the mimetic operators and boundary condition functions. This section describes the core classes, functions, and examples for utilizing the API in your C++ applications. --------------------- Table of Contents --------------------- - **Divergence Class**: Handles the computation of divergence operators. - **Gradient Class**: Computes the gradient of scalar fields. - **Laplacian Class**: Supports Laplacian operations on grid-based structures. - **Boundary Conditions**: Manage Dirichlet, Neumann, and Robin boundary conditions. ------------------- C++ API Reference ------------------- .. doxygenindex:: :project: MoleCpp