HiRep 0.1
Loading...
Searching...
No Matches
geometry_check.h File Reference

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"
Include dependency graph for geometry_check.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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.
 

Detailed Description

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.