Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions UMesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ class UMesh: public ExaMesh {

void incrementVertIndices(emInt* conn, emInt size, int inc);

// Writing with compression reduces file size by a little over a factor of two,
// at the expense of making file write slower by two orders of magnitude.
// So don't do it.
// bool writeCompressedUGridFile(const char fileName[]);
// Sajedeh wrote this:
std::vector<struct vertsPartBdry> getVertsPartBdry (emInt rank);
// Sajedeh wrote this:

private:
void init(const emInt nVerts, const emInt nBdryVerts, const emInt nBdryTris,
const emInt nBdryQuads, const emInt nTets, const emInt nPyramids,
Expand Down