Nektar++
|
#include <LibUtilities/BasicUtils/HashUtils.hpp>
#include <LibUtilities/BasicUtils/ShapeType.hpp>
#include <LocalRegions/Expansion.h>
#include <LocalRegions/Expansion2D.h>
#include <LocalRegions/Expansion3D.h>
#include <MultiRegions/AssemblyMap/AssemblyMapCG.h>
#include <MultiRegions/ExpList.h>
#include <boost/config.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/bandwidth.hpp>
#include <boost/graph/cuthill_mckee_ordering.hpp>
#include <boost/graph/properties.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Nektar |
namespace | Nektar::MultiRegions |
Functions | |
pair< int, StdRegions::Orientation > | Nektar::MultiRegions::DeterminePeriodicEdgeOrientId (int meshEdgeId, StdRegions::Orientation edgeOrient, const vector< PeriodicEntity > &periodicEdges) |
Determine orientation of an edge to its periodic equivalents, as well as the ID of the representative edge. More... | |
StdRegions::Orientation | Nektar::MultiRegions::DeterminePeriodicFaceOrient (StdRegions::Orientation faceOrient, StdRegions::Orientation perFaceOrient) |
Determine relative orientation between two faces. More... | |