Validity checks on the geometry of spinor fields that are passed as function parameters. Use these macros to make the code more compact. These are compiled to empty lines, if CHECK_SPINOR_MATCHING is inactive.
More...
#include "geometry.h"
#include "error.h"
Go to the source code of this file.
|
#define | _TWO_SPINORS_MATCHING(s1, s2) |
| This macro does nothing unless CHECK_SPINOR_MATCHING is defined.
|
|
#define | _ARRAY_SPINOR_MATCHING(s, n) |
| This macro does nothing unless CHECK_SPINOR_MATCHING is defined.
|
|
#define | _CHECK_GEOMETRY_MATCHING(s1, s2) |
| This macro does nothing unless CHECK_SPINOR_MATCHING is defined.
|
|
#define | _CHECK_GEOMETRY_EO(s1, s2) |
| This macro does nothing unless CHECK_SPINOR_MATCHING is defined.
|
|
#define | _CHECK_GEOMETRY_FULL(s1) |
| This macro does nothing unless CHECK_SPINOR_MATCHING is defined.
|
|
#define | _CHECK_GEOMETRY_EVEN(s1) |
| This macro does nothing unless CHECK_SPINOR_MATCHING is defined.
|
|
#define | _CHECK_GEOMETRY_ODD(s1) |
| This macro does nothing unless CHECK_SPINOR_MATCHING is defined.
|
|
Validity checks on the geometry of spinor fields that are passed as function parameters. Use these macros to make the code more compact. These are compiled to empty lines, if CHECK_SPINOR_MATCHING is inactive.