OpenMC/include/openmc/cmfd_solver.h
2022-01-20 15:10:24 -06:00

21 lines
610 B
C++

#ifndef OPENMC_CMFD_SOLVER_H
#define OPENMC_CMFD_SOLVER_H
namespace openmc {
//==============================================================================
// Constants
//==============================================================================
// For non-accelerated regions on coarse mesh overlay
constexpr int CMFD_NOACCEL {-1};
//==============================================================================
// Non-member functions
//==============================================================================
void free_memory_cmfd();
} // namespace openmc
#endif // OPENMC_CMFD_SOLVER_H