Memosa-FVM
0.2
|
#include "Cell.h"
#include <iostream>
#include <math.h>
#include <algorithm>
#include "CRConnectivity.h"
#include "Quad.h"
#include "Tri.h"
#include "Hex.h"
#include "Tet.h"
#include "Pyramid.h"
#include "Prism.h"
#include "StorageSite.h"
Go to the source code of this file.
Classes | |
struct | MyCoords |
Functions | |
bool | myCoordComparison (const MyCoords &a, const MyCoords &b) |
void | orderCellFacesAndNodes (CRConnectivity &cellFaces, CRConnectivity &cellNodes, const CRConnectivity &faceNodes, const CRConnectivity &faceCells, const Array< Vector< double, 3 > > &nodeCoordinates) |
Variables | |
static Cell< Quad > | quad |
static Cell< Tri > | tri |
static Cell< Hex > | hexCell |
static Cell< Tet > | tetCell |
static Cell< Pyramid > | pyramidCell |
static Cell< Prism > | prismCell |
Definition at line 235 of file Cell.cpp.
References MyCoords::x.
Referenced by orderCellFacesAndNodes().
void orderCellFacesAndNodes | ( | CRConnectivity & | cellFaces, |
CRConnectivity & | cellNodes, | ||
const CRConnectivity & | faceNodes, | ||
const CRConnectivity & | faceCells, | ||
const Array< Vector< double, 3 > > & | nodeCoordinates | ||
) |
Definition at line 241 of file Cell.cpp.
References CRConnectivity::getCount(), CRConnectivity::getRowSite(), StorageSite::getSelfCount(), hexCell, myCoordComparison(), prismCell, pyramidCell, quad, tetCell, and tri.
Referenced by Mesh::getCellNodes().
Definition at line 212 of file Cell.cpp.
Referenced by orderCellFacesAndNodes().
Definition at line 215 of file Cell.cpp.
Referenced by orderCellFacesAndNodes().
Definition at line 214 of file Cell.cpp.
Referenced by orderCellFacesAndNodes().
Definition at line 210 of file Cell.cpp.
Referenced by orderCellFacesAndNodes().
Definition at line 213 of file Cell.cpp.
Referenced by orderCellFacesAndNodes().
Definition at line 211 of file Cell.cpp.
Referenced by orderCellFacesAndNodes().