File: meep-ctl-const.hpp

package info (click to toggle)
meep-mpi-default 1.29.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 79,148 kB
  • sloc: cpp: 32,541; python: 31,061; lisp: 1,225; makefile: 516; sh: 249; ansic: 131; javascript: 5
file content (11 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
7
8
9
10
11
// -*- C++ -*-
/* Meep constants which must be the same in C and Scheme */

#define CYLINDRICAL -2

/* should be the same as meep::direction enum */
#define X_DIR 0
#define Y_DIR 1
#define Z_DIR 2
#define R_DIR 4
#define PHI_DIR 5