calculateCellVol.hpp File Reference
#include <vector>
#include <array>
#include <math.h>
Include dependency graph for calculateCellVol.hpp:

Go to the source code of this file.

Macros

#define CALCULATE_CELLVOL
 

Functions

double calculateCellVol (const std::array< double, 8 > &X, const std::array< double, 8 > &Y, const std::array< double, 8 > &Z)
 
double calculateCylindricalCellVol (const double R1, const double R2, const double dTheta, const double dZ)
 

Macro Definition Documentation

◆ CALCULATE_CELLVOL

#define CALCULATE_CELLVOL

Function Documentation

◆ calculateCellVol()

double calculateCellVol ( const std::array< double, 8 > &  X,
const std::array< double, 8 > &  Y,
const std::array< double, 8 > &  Z 
)

◆ calculateCylindricalCellVol()

double calculateCylindricalCellVol ( const double  R1,
const double  R2,
const double  dTheta,
const double  dZ 
)