OpenMC/include/openmc/cmfd_solver.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
610 B
C
Raw Permalink Normal View History

2019-02-21 08:32:32 -06:00
#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
//==============================================================================
2019-02-21 08:32:32 -06:00
void free_memory_cmfd();
2019-02-22 14:50:13 -06:00
} // namespace openmc
2019-02-21 08:32:32 -06:00
#endif // OPENMC_CMFD_SOLVER_H