#include "MOR_StkNodalMeshReduction.hpp"
#include "stk_mesh/base/MetaData.hpp"
#include "stk_mesh/base/GetEntities.hpp"
#include "stk_mesh/base/BulkModification.hpp"
#include "Teuchos_Ptr.hpp"
#include <boost/iterator/indirect_iterator.hpp>
#include <algorithm>
#include <iterator>
Go to the source code of this file.
Classes | |
class | MOR::BulkModification |
class | MOR::EntityDestructor |
Namespaces | |
namespace | MOR |
Functions | |
void | MOR::addNodesToPart (const Teuchos::ArrayView< const stk::mesh::EntityId > &nodeIds, stk::mesh::Part &samplePart, stk::mesh::BulkData &bulkData) |
void | MOR::performNodalMeshReduction (stk::mesh::Part &samplePart, stk::mesh::BulkData &bulkData) |