Skip to content

Commit

Permalink
Revert "Auto stash before merge of "Kratos_RotatingFrameProcess" and …
Browse files Browse the repository at this point in the history
…"origin/Kratos_RotatingFrameProcess""

This reverts commit 5be37fe.
  • Loading branch information
SADPR committed Dec 5, 2023
1 parent 5be37fe commit 37240f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 819 deletions.
2 changes: 0 additions & 2 deletions kratos/python/add_geometrical_utilities_to_python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,6 @@ void AddGeometricalUtilitiesToPython(pybind11::module &m)
.def(py::init<ModelPart::NodesContainerType&>())
.def("AssignMasterSlaveConstraintsToNodes", [](AssignMasterSlaveConstraintsToNeighboursUtility& rAssignMasterSlaveConstraintsToNeighboursUtility, NodesContainerType pNodes, double const Radius, ModelPart& rComputingModelPart, const std::vector<std::reference_wrapper<const Kratos::Variable<double>>>& rVariableList, double const MinNumOfNeighNodes){
return rAssignMasterSlaveConstraintsToNeighboursUtility.AssignMasterSlaveConstraintsToNodes(pNodes, Radius, rComputingModelPart, rVariableList, MinNumOfNeighNodes);})
.def("AssignRotationalMasterSlaveConstraintsToNodes", [](AssignMasterSlaveConstraintsToNeighboursUtility& rAssignMasterSlaveConstraintsToNeighboursUtility, NodesContainerType pNodes, double const Radius, ModelPart& rComputingModelPart, const std::vector<std::reference_wrapper<const Kratos::Variable<double>>>& rVariableList, double const MinNumOfNeighNodes, const std::unordered_map<IndexType, std::pair<IndexType, double>>& GhostToOriginalMapping){
return rAssignMasterSlaveConstraintsToNeighboursUtility.AssignRotationalMasterSlaveConstraintsToNodes(pNodes, Radius, rComputingModelPart, rVariableList, MinNumOfNeighNodes, GhostToOriginalMapping);})
;
}

Expand Down

This file was deleted.

Loading

0 comments on commit 37240f8

Please sign in to comment.