An open source method of characteristics neutron transport code.
Mesh.h File Reference

The Mesh class for the alternative C++ build. More...

#include "Universe.h"
#include "Solver.h"
#include "Geometry.h"

Go to the source code of this file.

Classes

class  Mesh
 A Mesh is a lattice overlaid on the Geometry across which reaction rates can be tallied from converged scalar fluxes in a Solver. More...
 

Typedefs

typedef std::vector< std::vector< std::vector< FP_PRECISION > > > Vector3D
 

Enumerations

enum  RxType {
  FISSION_RX, NUFISSION_RX, TOTAL_RX, ABSORPTION_RX,
  FLUX_RX
}
 The type of reaction to be tallied.
 

Detailed Description

The Mesh class for the alternative C++ build.

Date
November, 2016
Author
Geoffrey Gunow, MIT, Course 22 (geogu.nosp@m.now@.nosp@m.mit.e.nosp@m.du)