Home
last modified time | relevance | path

Searched refs:ReadMCNP5 (Results 1 – 4 of 4) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadMCNP5.cpp35 const double ReadMCNP5::PI = 3.141592653589793;
36 const double ReadMCNP5::C2PI = 0.1591549430918954;
37 const double ReadMCNP5::CPI = 0.3183098861837907;
39 ReaderIface* ReadMCNP5::factory(Interface* iface) in factory()
41 return new ReadMCNP5(iface); in factory()
45 ReadMCNP5::ReadMCNP5(Interface* impl) in ReadMCNP5() function in moab::ReadMCNP5
54 ReadMCNP5::~ReadMCNP5() { in ~ReadMCNP5()
71 ErrorCode ReadMCNP5::load_file(const char* filename, in load_file()
137 ErrorCode ReadMCNP5::load_one_file(const char *fname, in load_one_file()
582 ErrorCode ReadMCNP5::get_tally_particle(std::string a, in get_tally_particle()
[all …]
H A DReadMCNP5.hpp51 class ReadMCNP5 : public ReaderIface class
71 ReadMCNP5(Interface* impl = NULL);
74 virtual ~ReadMCNP5();
H A DMakefile.am129 ReadMCNP5.cpp \
130 ReadMCNP5.hpp \
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DReaderWriterSet.cpp116 register_factory( ReadMCNP5::factory, NULL, "MCNP5 format", "meshtal", "MESHTAL" ); in ReaderWriterSet()