mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Updating to new midpoint method.
This commit is contained in:
parent
765104d19e
commit
7e386ff7ff
3 changed files with 28 additions and 103 deletions
|
|
@ -251,8 +251,6 @@ private:
|
|||
|
||||
class UnstructuredMesh : public Mesh {
|
||||
|
||||
using UnstructuredMeshHits = std::vector<std::pair<double, moab::EntityHandle>>;
|
||||
|
||||
public:
|
||||
UnstructuredMesh() = default;
|
||||
UnstructuredMesh(pugi::xml_node);
|
||||
|
|
@ -274,7 +272,7 @@ private:
|
|||
intersect_track(const moab::CartVect& start,
|
||||
const moab::CartVect& dir,
|
||||
double track_len,
|
||||
UnstructuredMeshHits& hits) const;
|
||||
std::vector<double>& hits) const;
|
||||
|
||||
//! Calculate the volume for a given tetrahedron handle.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue