BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_to_master_orientation.hpp File Reference
#include "cl_Cell.hpp"
#include "cl_Node.hpp"
#include "cl_Facet.hpp"
#include "cl_Face.hpp"
Include dependency graph for fn_to_master_orientation.hpp:

Go to the source code of this file.

Namespaces

namespace  belfem
 USER GUIDES:
namespace  belfem::mesh

Functions

void belfem::mesh::to_master_orientation (Facet *aFacet, Cell< Node * > &aSlaveOrientation, Cell< Node * > &aMasterOrientation)
void belfem::mesh::to_master_orientation (Face *aFace, Cell< Node * > &aSlaveOrientation, Cell< Node * > &aMasterOrientation)
void belfem::mesh::to_master_orientation (Facet *aFacet, Cell< Edge * > &aSlaveOrientation, Cell< Edge * > &aMasterOrientation)
void belfem::mesh::to_master_orientation (Face *aFace, Cell< Edge * > &aSlaveOrientation, Cell< Edge * > &aMasterOrientation)