repo_id
stringlengths
21
96
file_path
stringlengths
31
155
content
stringlengths
1
92.9M
__index_level_0__
int64
0
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/abstractMain.h
/** AbstractMain holds common functionality for main classes -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/common/BaseSimObject.h
/** Base SimObject-*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * SOFTWARE AND ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESordered.cpp
/** main function for DESordered -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESorderedSerial.h
/** DES serial ordered version -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESorderedSerial.cpp
/** main function for DESorderedSerial -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESorderedHand.cpp
/** main function for DESorderedHand -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING TH...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESorderedHand.h
/** DES ordered version -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * SOFTWAR...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESordered.h
/** DES ordered version -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * SOFTWAR...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESorderedHandNB.cpp
/** main function for DESorderedHand -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING TH...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESorderedHandSet.cpp
/** main function for DESorderedHandSet -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/SimObject.h
/** SimObject for Ordered algorithm -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THI...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/DESorderedHandSet.h
/** DES ordered version -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * SOFTWAR...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/des
rapidsai_public_repos/code-share/maxflow/galois/apps/des/ordered/TypeHelper.h
/** DES ordered type helper -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * SOF...
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/betweennesscentrality/CMakeLists.txt
app(betweennesscentrality-outer BetweennessCentralityOuter.cpp) include_directories(../bfs) app(betweennesscentrality-inner BetweennessCentralityInner.cpp)
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/betweennesscentrality/BetweennessCentralityOuter.cpp
/** Betweenness centrality application -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2013, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/betweennesscentrality/BetweennessCentralityInner.cpp
/** Betweenness Centrality -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2013, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * SOFT...
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/bfs/CMakeLists.txt
if(USE_EXP) include_directories(../../exp/apps/bfs .) endif() app(bfs bfs.cpp) if(NOT CMAKE_CXX_COMPILER_ID MATCHES "XL") app(diameter Diameter.cpp) endif()
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/bfs/HybridBFS.h
#ifndef APPS_BFS_HYBRIDBFS_H #define APPS_BFS_HYBRIDBFS_H #include "Galois/Galois.h" #include "Galois/Graph/LCGraph.h" template<typename NodeData,typename Dist> struct HybridBFS { typedef typename Galois::Graph::LC_CSR_Graph<NodeData,void> ::template with_no_lockable<true>::type ::template with_numa_alloc<t...
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/bfs/bfs.cpp
/** Breadth-first search -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2013, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * SOFTWA...
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/bfs/Diameter.cpp
/** Computing/Estimating diameter of a graph -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2013, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCE...
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/bfs/BFS.h
#ifndef APPS_BFS_BFS_H #define APPS_BFS_BFS_H #include "llvm/Support/CommandLine.h" typedef unsigned int Dist; static const Dist DIST_INFINITY = std::numeric_limits<Dist>::max() - 1; //! Standard data type on nodes struct SNode { Dist dist; }; template<typename Graph> void readInOutGraph(Graph& graph); extern ll...
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/dummy.f90
!*************************************************** ! File: Minimal95.F95 ! Language: Fortran 95 ! Description: This program does nothing !*************************************************** PROGRAM Minimal95 print *, "Hello" END PROGRAM Minimal95
0
rapidsai_public_repos/code-share/maxflow/galois/apps
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/CMakeLists.txt
file(GLOB Sources util/*.cpp libMat/*.cpp libElm/libGeom/*.cpp libElm/libQuad/*.cpp libElm/libShape/*.cpp libElm/libShapesEvaluated/*.cpp libElm/libElement/*.cpp libElm/*.cpp libElOp/*.cpp libAVI/*.cpp libMeshInit/femap/*.cpp libMeshInit/dgmechanics/*.cpp libMeshInit/*.cpp dummy.f90 ) find...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/util/util.h
/** Some debug utilities etc. -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS * S...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/util/AuxDefs.h
/* * AuxDefs.h: Common definitions * DG++ * * Created by Adrian Lew on 9/4/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restric...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit/dgmechanics/TriLinearCoordConn.h
/** TriLinearCoordConn represents a mesh of linear triangles -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit/dgmechanics/MeshInit.h
/** MeshInit combines reading and initializtion of mesh -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRA...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit/dgmechanics/MeshInit.cpp
#include "MeshInit.h" const double TriMeshInit::PARAM[] = {1, 0, 0, 1, 0, 0 }; const double TetMeshInit::PARAM[] = { 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1 }; const double MeshInit::RHO = 1.0; const double MeshInit::MU = 0.5; const double MeshInit::LAMBDA = 0.0; const int MeshInit::PID = 0; const double MeshInit::...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit/dgmechanics/CoordConn.h
/** CoordConn Represents the connectivity and coordinates of mesh -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit/dgmechanics/TetLinearCoordConn.h
/** TetLinearCoordConn represents a mesh containing linear tetrahedra -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit/femap/FemapData.h
/** * FemapData.h: Contains data structures that store data from Femap Neutral file format * DG++ * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit/femap/Femap.h
/** * Femap.h: Classes for parsing and writing Femap Neutral file format * DG++ * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restrictio...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMeshInit/femap/Femap.cpp
#include "Femap.h" // // FemapInput::FemapInput(const char* fileName) // Constructor. Opens input file and checks to make sure it worked. // Searches for "-1" indicator, identifies following record, // and calls appropriate function to deal with the record. // FemapInput::FemapInput(const char* fileName) : _i...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/AVIodgOrdered.cpp
/* * Created on: Jun 21, 2011 * Author: amber */ #include "AVIodgOrdered.h" int main (int argc, char* argv[]) { AVIodgOrdered um; um.run(argc, argv); return 0; }
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/AVIodgExplicit.h
/** AVI unordered algorithm with abstract locks -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CO...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/AVIodgExplicitNoLock.h
/** AVI unordered algorithm with no abstract locks -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/AVIodgExplicitNoLock.cpp
/* * AVIodgExplicitNoLock.cpp * * Created on: Jun 21, 2011 * Author: amber */ #include "AVIodgExplicitNoLock.h" int main (int argc, char* argv[]) { AVIodgExplicitNoLock um; um.run (argc, argv); return 0; }
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/GlobalVec.h
/** Global vectors for functions being computed over the mesh -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/AVIodgOrdered.h
/** AVI a version without explicit ODG using deterministic infrastructure -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/LocalVec.h
/** Per AVI element local vectors -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/AVIodgExplicit.cpp
/* * AVIodgExplicit.cpp * * Created on: Jun 21, 2011 * Author: amber */ #include "AVIodgExplicit.h" int main (int argc, char* argv[]) { AVIodgExplicit um; um.run (argc, argv); return 0; }
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/AVIorderedSerial.cpp
/* * AVIorderedSerial.cpp * * Created on: Jun 21, 2011 * Author: amber */ #include "AVIabstractMain.h" int main (int argc, char* argv[]) { AVIorderedSerial serial; serial.run (argc, argv); return 0; }
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/main/AVIabstractMain.h
/** Common code for different AVI algorithms -*- C++ -*- * @file * @section License * * Galois, a framework to exploit amorphous data-parallelism in irregular * programs. * * Copyright (C) 2011, The University of Texas at Austin. All rights reserved. * UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCE...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/ElementalOperation.cpp
/* * ElementalOperation.cpp * DG++ * * Created by Adrian Lew on 10/25/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction,...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/ElementalOperation.h
/** * ElementalOperation.h * DG++ * * Created by Adrian Lew on 10/25/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/DiagonalMassForSW.cpp
// Sriramajayam #include "DiagonalMassForSW.h" #include "Material.h" bool DiagonalMassForSW::getVal(const MatDouble &argval, MatDouble& funcval) const { size_t Dim = fieldsUsed.size(); // Assume that all fields use the same quadrature rules size_t nquad = element.getIntegrationWeights(fieldsUsed[0]).size(); ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/StressWork.h
/** * StressWork.h * DG++ * * Created by Adrian Lew on 10/25/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includin...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/StressWork.cpp
/* * StressWork.cpp * DG++ * * Created by Adrian Lew on 10/25/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includi...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/DiagonalMassForSW.h
/** * DiagonalMassForSW.h * DG++ * * Created by Adrian Lew on 10/24/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, i...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/test/testDiagonalMassForSW.cpp
// Sriramajayam #include "P12DElement.h" #include "DiagonalMassForSW.h" int main() { // Create a P12D element. double coord[] = {0.,0., sqrt(2),sqrt(3), sqrt(3),sqrt(2)}; std::vector<double> coordinates; coordinates.assign(coord, coord+6); Segment<2>::SetGlobalCoordinatesArray(coordinates); Triangle<2>...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/test/testStressWork.cpp
/* * testStressWork.cpp * DG++ * * Created by Adrian Lew on 10/25/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, inc...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/test/testAssemble.cpp
/* * testAssemble.cpp * DG++ * * Created by Adrian Lew on 10/27/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, inclu...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElOp/test/testAssemble-modelOutput
0.154738 -0.299013 -0.393311 -0.0738921 -0.1821 -0.1821 0.437839 0.366179 -0.017166 0.188826 1.7526200541774453e+00 -5.4367685082125014e-02 -5.9310201907772753e-02 6.8684748269348916e-01 -1.2476775373517976e+00 -4.1322314049586772e-01 -4.4563231491787492e-01 -2.1925665711549644e-01 0.0000000000000000e+00 0.000000000000...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMat/NeoHookean.cpp
/* * NeoHookean.cpp * DG++ * * Created by Adrian Lew on 10/24/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includi...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMat/Material.h
/** * Material.h * DG++ * * Created by Adrian Lew on 10/24/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMat/Material.cpp
/* * NeoHookean.cpp * DG++ * * Created by Adrian Lew on 10/24/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includi...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMat/LinearElasticMaterial.cpp
/* * LinearElasticMaterial.cpp * DG++ * * Created by Adrian Lew on 11/19/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restricti...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMat
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMat/test/testLinearElastic.cpp
/* * testLinearElastic.cpp * DG++ * * Created by Adrian Lew on 11/21/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMat
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libMat/test/testNeoHookean.cpp
/* * testNeoHookean.cpp * DG++ * * Created by Adrian Lew on 10/24/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, inc...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/QuadratureP3.h
/** * QuadratureP3.h * DG++ * * Created by Adrian Lew on 10/21/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/QuadratureP3.cpp
#include "QuadratureP3.h" const double Tet_4Point::BulkCoordinates[] = {0.58541020e0, 0.13819660e0, 0.13819660e0, 0.13819660e0, 0.58541020e0, 0.13819660e0, 0.13819660e0, 0.13819660e0, 0.58541020e0, 0.13819660e0, 0.13819660e0, 0.13819660e0}; const double Tet_4Point::BulkWeights [] = {1./24., ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/BasisFunctions.cpp
/* * BasisFunctions.h * DG++ * * Created by Adrian Lew on 10/21/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, inclu...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/BasisFunctions.h
/** * BasisFunctions.h * DG++ * * Created by Adrian Lew on 10/21/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/ShapesEvaluatedP13D.cpp
/* * ShapesEvaluatedP13D.cpp * DG++ * * Created by Ramsharan Rangarajan. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/ShapesEvaluated.cpp
/* * ShapesEvaluatedImpl.cpp * DG++ * * Created by Adrian Lew on 9/7/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/ShapesEvaluatedP13D.h
/** * ShapesEvaluatedP13D.h * DG++ * * Created by Ramsharan Rangarajan. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, i...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/BasisFunctionsProvided.h
/** * BasisFunctionsProvided.h * DG++ * * Created by Adrian Lew on 10/21/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restricti...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/ShapesEvaluated.h
/** * ShapesEvaluated.h * DG++ * * Created by Adrian Lew on 9/7/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, inclu...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/test/testLinearSE-model_output
Parametric triangle Function values 0.666667 0.166667 0.166667 0.166667 0.666667 0.166667 0.166667 0.166667 0.666667 Function derivative values 1 0 0 1 -1 -1 1 0 0 1 -1 -1 1 0 0 1 -1 -1 Integration weights 0.166667 0.166667 0.166667 Quadrature point coordinates 0.666667 0.166667 0.166667 0.666667 0.166667 0.166667 ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/test/testQuadraticSE.cpp
// Sriramajayam // Purpose : To check ShapesEvaluatedP13D #include "Triangle.h" #include "ShapesEvaluatedP22D.h" #include <iostream> static void PrintData(ShapesP22D::Bulk PShapes); int main() { double TempVertices0[] = {0,0, 1,0, 0,1}; std::vector<double> Vertices0(TempVertices0,TempVertices...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/test/testLinearSE.cpp
/* * testLinearSE.cpp * DG++ * * Created by Adrian Lew on 9/9/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includi...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/test/testBasisFunctionsProvided.cpp
/* * testLinearSE.cpp * DG++ * * Created by Adrian Lew on 9/9/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includi...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/test/testBasisFunctionsProvided-model_output
Print data before deleting original shapes Test BasisFunctionProvided Function values 0.666667 0.166667 0.166667 0.166667 0.666667 0.166667 0.166667 0.166667 0.666667 Function derivative values 1 0 0 1 -1 -1 1 0 0 1 -1 -1 1 0 0 1 -1 -1 Integration weights 0.166667 0.166667 0.166667 Quadrature point coordinates 0....
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShapesEvaluated/test/testLinear3DSE.cpp
// Sriramajayam // Purpose : To check ShapesEvaluatedP13D #include "Tetrahedron.h" #include "ShapesEvaluatedP13D.h" #include <iostream> static void PrintData(ShapesP13D::Bulk PShapes); int main() { double TempVertices0[] = {1,0,0, 0,1,0, 0,0,0, 0,0,1}; std::vector<double> Vertices0(T...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom/Tetrahedron.cpp
#include "Tetrahedron.h" const double Tetrahedron::ParamCoord[] = {1,0,0, // Parametric coordinates of the tet. 0,1,0, 0,0,0, 0,0,1}; const size_t Tetrahedron::FaceNodes[] = {2,1,0, // face 0 2,0,3, // face 1 2,3,1, // face 2 0,1,3}; // face 3
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom/ElementGeometry.h
/** * ElementGeometry.h: Geometry of an element. e.g. a triangle or tetrahedron * DG++ * * Created by Adrian Lew on 9/4/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Softwa...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom/Tetrahedron.h
/** * Tetrahedron.h * DG++ * * Created by Adrian Lew on 9/4/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom/Segment.h
/** * Segment.h: a line segment * DG++ * * Created by Adrian Lew on 10/7/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restricti...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom/Triangle.h
/** * Triangle.h * DG++ * * Created by Adrian Lew on 9/4/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom/test/testTetrahedron.cpp
// Sriramajayam // Purpose : To check class Tetrahedron. #include <iostream> #include <cstdlib> #include "Tetrahedron.h" int main() { double coord[] = {2,0,0, 0,2,0, 0,0,0, 0,0,2}; std::vector<double> dummycoordinates(coord, coord+12); int c[] = {0, 1, 2, 3}; std::vector<GlobalNod...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom/test/testTriangle.cpp
/* * testTriangle.cpp * DG++ * * Created by Adrian Lew on 9/7/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includi...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libGeom/test/testSegment.cpp
/* * testSegment.cpp * DG++ * * Created by Adrian Lew on 10/8/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, includi...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/Element.h
/** * Element.h: Basic Element over which fields are defined. * It contains an element geometry, shape functions etc. * * DG++ * * Created by Adrian Lew on 9/2/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and ass...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/P13DElement.h
/** * P13DElement.h: A 3D element with linear shape functions * * DG++ * * Created by Ramsharan Rangarajan * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/P1nDElement.h
/** * P1nDElement.h: Common base class for 2D/3D elements with linear shape functions * * DG++ * * Created by Adrian Lew on 9/2/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/P12DElement.h
/** * P12DElement.h: 2D Element with linear shape functions * * DG++ * * Created by Adrian Lew on 9/22/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/ElementBoundaryTrace.h
/** * ElementBoundaryTraces.h * DG++ * * Created by Adrian Lew on 10/12/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restricti...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP12DElement-modelOutput
Number of fields: 2 should be 2 Number of dof field(0): 3 should be 3 Number of dof field(1): 3 should be 3 Shape function values at quad points field(0): 0.666667 0.166667 0.166667 0.166667 0.666667 0.166667 0.166667 0.166667 0.666667 Shape function values at quad points field(1): 0.666667 0.166667 0.166667 0.166667 ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP12DElementBoundaryTraces-modelOutput
Number of traces: 2 should be 2 Face number : 0 Normal components 0.707107 0.707107 Face number : 2 Normal components 0 -1 Face number : 0 Shape functions values for the first field 0.788675 0.211325 0.211325 0.788675 Integration point coordinates 0.788675 0.211325 0.211325 0.788675 Face number : 2 Shape functions ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP12DElementBoundaryTraces.cpp
/* * testP12DElementBoundaryTraces.cpp * DG++ * * Created by Adrian Lew on 10/12/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without r...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP12DTrace.cpp
/* * testP12DElement.cpp * DG++ * * Created by Adrian Lew on 10/12/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, in...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP13DElementBoundaryTraces.cpp
/* Sriramajayam */ // testP13DElementBoundaryTraces.cpp. #include "P13DElement.h" #include <iostream> int main() { double V0[] = {1,0,0, 0,1,0, 0,0,0, 0,0,1}; std::vector<double> Vertices(V0, V0+12); Tetrahedron::SetGlobalCoordinatesArray(Vertices); Triangle<3>::SetGlobalCoordinatesArray(Verti...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP13DElement.cpp
// Sriramajayam // Purpose: To check P13DElement. #include "P13DElement.h" #include <iostream> #include <vector> int main() { double Vertices[] = {1,0,0, 0,1,0, 0,0,0, 0,0,1}; std::vector<double> Vertices0(Vertices, Vertices+12); Tetrahedron::SetGlobalCoordinatesArray(Vertices...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP13DTrace.cpp
/* Sriramajayam */ // testP13DTrace.cpp #include "P13DElement.h" #include <iostream> int main() { double V0[] = {1,0,0, 0,1,0, 0,0,0, 0,0,1}; std::vector<double> Vertices(V0, V0+12); Tetrahedron::SetGlobalCoordinatesArray(Vertices); Triangle<3>::SetGlobalCoordinatesArray(Vertices); Segment<3...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP12DElement.cpp
/* * testP12DElement.cpp * DG++ * * Created by Adrian Lew on 9/22/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, inc...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libElement/test/testP12DTrace-modelOutput
Testing Face: 1 Number of fields: 2 should be 2 Number of dof field(0): 2 should be 2 Number of dof field(1): 2 should be 2 Shape function values at quad points field(0): 0.788675 0.211325 0.211325 0.788675 Shape function values at quad points field(1): 0.788675 0.211325 0.211325 0.788675 Integration weight values a...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libQuad/Quadrature.h
/** * Quadrature.h * DG++ * * Created by Adrian Lew on 9/4/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including ...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libQuad/Quadrature.cpp
/* * Quadrature.cpp * DG++ * * Created by Adrian Lew on 9/4/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libQuad
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libQuad/test/testSimpleQuadrature.cpp
/* * testSimpleQuadrature.cpp * DG++ * * Created by Adrian Lew on 9/7/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction,...
0
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm
rapidsai_public_repos/code-share/maxflow/galois/apps/avi/libElm/libShape/Shape.cpp
/* * Shape.cpp * DG++ * * Created by Adrian Lew on 9/7/06. * * Copyright (c) 2006 Adrian Lew * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * ...
0