Skip to content

Commit

Permalink
Revert "Doxygen update (#53)"
Browse files Browse the repository at this point in the history
This reverts commit a4062df.
The reason is that this commit introduced a bug for writing the
documentation.
  • Loading branch information
mx-nlte committed Feb 14, 2024
1 parent cc1aa71 commit f7994b5
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 309 deletions.
1 change: 0 additions & 1 deletion Bembel/AnsatzSpace
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_ANSATZSPACE_MODULE_

/**
* \ingroup Modules
* \defgroup AnsatzSpace AnsatzSpace
* \brief The AnsatzSpace module contains the routines managing the discrete
* space on the surface of the geometry.
Expand Down
1 change: 0 additions & 1 deletion Bembel/ClusterTree
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_CLUSTERTREE_MODULE_

/**
* \ingroup Modules
* \defgroup ClusterTree ClusterTree
* \brief The ClusterTree module introduces a structure onto the parametric
* surfaces.
Expand Down
1 change: 0 additions & 1 deletion Bembel/DuffyTrick
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_DUFFYTRICK_MODULE_

/**
* \ingroup Modules
* \defgroup DuffyTrick DuffyTrick
* \brief The DuffyTrick module provides quadrature routines for (nearly)
* singular integrals.
Expand Down
1 change: 0 additions & 1 deletion Bembel/Geometry
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_GEOMETRY_MODULE_

/**
* \ingroup Modules
* \defgroup Geometry Geometry
* \brief This module handles all geometry related concerns.
*
Expand Down
1 change: 0 additions & 1 deletion Bembel/H2Matrix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_H2MATRIX_MODULE_

/**
* \ingroup Modules
* \defgroup H2Matrix H2Matrix
* \brief The H2Matrix module provides functionality for an efficient
* compression of the system matrix and reduction of the computational
Expand Down
1 change: 0 additions & 1 deletion Bembel/Helmholtz
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_HELMHOLTZOPERATOR_MODULE_

/**
* \ingroup Modules
* \defgroup Helmholtz Helmholtz
* \brief The Helmholtz module provides some specializations to solve Helmholtz
*problems.
Expand Down
6 changes: 6 additions & 0 deletions Bembel/HomogenisedLaplace
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
#ifndef BEMBEL_HOMOGENISEDLAPLACEOPERATOR_MODULE_
#define BEMBEL_HOMOGENISEDLAPLACEOPERATOR_MODULE_

/**
* \defgroup HomogenisedLaplace HomogenisedLaplace
* \brief The HomogenisedLaplace module provides some specializations to solve
* a homogenised Laplace problem.
**/

#include <functional>

#include <Eigen/Dense>
Expand Down
1 change: 0 additions & 1 deletion Bembel/IO
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_VISUALIZE_MODULE_

/**
* \ingroup Modules
* \defgroup IO IO
* \brief The IO module provides input-output functionality.
**/
Expand Down
1 change: 0 additions & 1 deletion Bembel/Laplace
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_LAPLACEOPERATOR_MODULE_

/**
* \ingroup Modules
* \defgroup Laplace Laplace
* \brief The Laplace module provides some specializations to solve Laplace
*problems.
Expand Down
1 change: 0 additions & 1 deletion Bembel/LinearForm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_LINEARFORM_MODULE_

/**
* \ingroup Modules
* \defgroup LinearForm LinearForm
* \brief The LinearForm template class must be specialized for the assembly of
*the right hand side.
Expand Down
1 change: 0 additions & 1 deletion Bembel/LinearOperator
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_LINEAROPERATOR_MODULE_

/**
* \ingroup Modules
* \defgroup LinearOperator LinearOperator
* \brief Specializations of the LinearOperatorBase class govern the behaviour
*of most other modules.
Expand Down
1 change: 0 additions & 1 deletion Bembel/Maxwell
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_MAXWELLOPERATOR_MODULE_

/**
* \ingroup Modules
* \defgroup Maxwell Maxwell
* \brief The Maxwell module provides specializations to solve Maxwell problems
**/
Expand Down
1 change: 0 additions & 1 deletion Bembel/Potential
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_POTENTIAL_MODULE_

/**
* \ingroup Modules
* \defgroup Potential Potential
* \brief The Potential module introduces means to evaluate the solution to a
*PDE via a suitable integral operator taking the unknown of the linear system
Expand Down
1 change: 0 additions & 1 deletion Bembel/Quadrature
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_QUADRATURE_MODULE_

/**
* \ingroup Modules
* \defgroup Quadrature Quadrature
* \brief The Quadrature module provides quadrature routines for the unit
*interval/square/cube/.... by means of template recursion.
Expand Down
1 change: 0 additions & 1 deletion Bembel/Spline
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define BEMBEL_SPLINE_MODULE_

/**
* \ingroup Modules
* \defgroup Spline Spline
* \brief The Spline module provides basic routines related to spline function
* and local polynomials.
Expand Down
Loading

0 comments on commit f7994b5

Please sign in to comment.