Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Resolve "compiler errors with AMR / SAAMG enabled"

Merged frey_m requested to merge 587-compiler-errors-with-amr-enabled into OPAL-2.4
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -51,6 +51,7 @@ public:
/*!
* Get the stencil to interpolate a value from coarse to fine level
* @param iv is the fine cell where we want to have the interpolated value
* @param fab cells
* @param map with global matrix indices of coarse level cells and
* matrix entries of coarse level cells (coefficients)
* @param scale to apply to matrix values
@@ -74,7 +75,7 @@ public:
* @param shift is either -1 or 1. If the refined coarse cell is on the left / lower / front
* side, shift is equal to -1, otherwise the interface is on the right / upper / back side
* and the value is 1.
* @param ba contains all coarse cells that got refined
* @param rfab contains all coarse cells that got refined
* @param riv is the fine cell at the interface
* @param mglevel used to get the global indices and refinement ratio among levels,
* and boundary values at physical domain, e.g. Dirichlet, open BC
@@ -98,7 +99,7 @@ public:
* @param shift is either -1 or 1. If the refined coarse cell is on the left / lower / front
* side, shift is equal to -1, otherwise the interface is on the right / upper / back side
* and the value is 1.
* @param ba contains all coarse cells that got refined
* @param fab contains all coarse cells that got refined
* @param mglevel used to get the global indices and refinement ratio among levels,
* and boundary avlues at physical domain, e.g. Dirichlet, open BC
*/
Loading