From dridzal at sandia.gov Tue Jul 3 16:01:52 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Tue Jul 3 16:01:53 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: src/ test/Local_0Form/ Message-ID: <200707032201.l63M1qUP008874@software.sandia.gov> Author: dridzal Date: Tue Jul 3 16:01:51 2007 New Revision: 40 URL: https://software.sandia.gov/viewvc?rev=40&root=intrepid&view=rev Log: 1) Continued work on TET reconstructions. Not finished yet. 2) Bug fix (automake): Intrepid_config.h now installs properly. Thanks: R. Drake. Modified: trunk/src/Intrepid_Local_0Form.hpp trunk/src/Intrepid_Local_0FormDef.hpp trunk/src/Makefile.am trunk/src/Makefile.in trunk/test/Local_0Form/Makefile.am trunk/test/Local_0Form/Makefile.in From dridzal at sandia.gov Mon Jul 9 14:24:41 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Mon Jul 9 14:24:41 2007 Subject: [Intrepid-checkins] intrepid SVN commit: /trunk/test/Local_0Form/ Message-ID: <200707092024.l69KOf4h009470@software.sandia.gov> Author: dridzal Date: Mon Jul 9 14:24:40 2007 New Revision: 41 URL: https://software.sandia.gov/viewvc?rev=41&root=intrepid&view=rev Log: Added test_02. Added: trunk/test/Local_0Form/test_02.cpp From dmday at sandia.gov Mon Jul 9 14:42:19 2007 From: dmday at sandia.gov (dmday@sandia.gov) Date: Mon Jul 9 14:42:20 2007 Subject: [Intrepid-checkins] intrepid SVN commit: /trunk/src/ Message-ID: <200707092042.l69KgJm1013777@software.sandia.gov> Author: dmday Date: Mon Jul 9 14:42:18 2007 New Revision: 42 URL: https://software.sandia.gov/viewvc?rev=42&root=intrepid&view=rev Log: Added cubature rules for Tets of degree three to six. My reference is M. Beckers and A. Haegemans, The construction of cubature formulae for the tetrahedron, Report TW 128, January 1990. K.U.Leuven. The rules were tested on monomials of the appropriate degrees. The first way to improve these rules would be to compute them more accurately; the highest order rules have a nontrivial amount of round off error. However, in the spirit of rapid proto-typing, here they are. Modified: trunk/src/Intrepid_CubatureDef.hpp trunk/src/Intrepid_Types.hpp From dridzal at sandia.gov Fri Jul 13 14:41:18 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Fri Jul 13 14:41:21 2007 Subject: [Intrepid-checkins] intrepid SVN commit: /trunk/src/ Message-ID: <200707132041.l6DKfI3b007893@software.sandia.gov> Author: dridzal Date: Fri Jul 13 14:41:17 2007 New Revision: 43 URL: https://software.sandia.gov/viewvc?rev=43&root=intrepid&view=rev Log: Finished P1-P3 Local_0Form tets. Other major updates will follow shortly. Modified: trunk/src/Intrepid_Local_0Form.hpp trunk/src/Intrepid_Local_0FormDef.hpp From dridzal at sandia.gov Fri Jul 13 18:29:11 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Fri Jul 13 18:29:12 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: ./ src/ test/Local_0Form/ test/Local_0Form/testops/ Message-ID: <200707140029.l6E0TBDO013317@software.sandia.gov> Author: dridzal Date: Fri Jul 13 18:29:11 2007 New Revision: 44 URL: https://software.sandia.gov/viewvc?rev=44&root=intrepid&view=rev Log: This is a major update: 1) Finished P1-P3 TRI and TET 0-Form FEM reconstructions. 2) Tested mass and stiffness matrices against exact expressions for the reference TRI and TET ("manually"). 3) Started writing automated tests. The basic infrastructure is there (see Makefile.am in test/Local_OForm) to copy reference data files into the BUILD tree. Currently, there are only a few such files. Many more need to be generated using Mathematica. 4) Ran the reference TRI through the automated test. Passed. 5) Noticed loss of accuracy (up to 5 digits) for P1-P3 TET reconstructions. It turns out that the cubature formulas have been computed to only ~13 significant digits. David will fix this. Added: trunk/src/Intrepid_Utils.hpp trunk/test/Local_0Form/Dummy trunk/test/Local_0Form/testops/ trunk/test/Local_0Form/testops/geom_TRI_01.dat trunk/test/Local_0Form/testops/geom_TRI_02.dat trunk/test/Local_0Form/testops/geom_TRI_03.dat trunk/test/Local_0Form/testops/geom_TRI_04.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P1_01.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P1_02.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P1_03.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P1_04.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P2_01.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P2_02.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P2_03.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P2_04.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P3_01.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P3_02.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P3_03.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P3_04.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P1_01.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P1_02.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P1_03.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P1_04.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P2_01.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P2_02.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P2_03.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P2_04.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P3_01.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P3_02.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P3_03.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P3_04.dat Modified: trunk/configure trunk/configure.ac trunk/src/Intrepid_ConfigDefs.hpp trunk/src/Intrepid_config.h.in trunk/src/Makefile.am trunk/src/Makefile.in trunk/test/Local_0Form/Makefile.am trunk/test/Local_0Form/Makefile.in trunk/test/Local_0Form/test_02.cpp From pbboche at sandia.gov Mon Jul 16 13:57:56 2007 From: pbboche at sandia.gov (pbboche@sandia.gov) Date: Mon Jul 16 13:57:59 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: src/ test/Local_0Form/ Message-ID: <200707161957.l6GJvuOK015652@software.sandia.gov> Author: pbboche Date: Mon Jul 16 13:57:55 2007 New Revision: 45 URL: https://software.sandia.gov/viewvc?rev=45&root=intrepid&view=rev Log: A major upgrade of the Local_0Form. Added P1-p3 elements on EDGE, Q1-Q3 eleemnts on QUAD, Q1-Q2 elements on HEX. Fixed a bug in the pullback formula for QUAD elements. There's a remaining bug in the cubature method that computes Gauss rules for QUAD cells - a missing break; statement. Pavel Kus will add this to his modifications. Modified: trunk/src/Intrepid_DOFTemplates.hpp trunk/src/Intrepid_Local_0Form.hpp trunk/src/Intrepid_Local_0FormDef.hpp trunk/src/Intrepid_MultiCellDef.hpp trunk/test/Local_0Form/test_01.cpp From dridzal at sandia.gov Mon Jul 16 14:17:05 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Mon Jul 16 14:17:07 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk/test/Local_0Form: ./ testops/ Message-ID: <200707162017.l6GKH559016380@software.sandia.gov> Author: dridzal Date: Mon Jul 16 14:17:05 2007 New Revision: 46 URL: https://software.sandia.gov/viewvc?rev=46&root=intrepid&view=rev Log: 1) Added real examples to the TRI test suite. We are now testing against the reference tri, a generic (but nice) tri, a "sliver" tri, and a very obtuse tri. All tests pass. 2) Minor bug fixes in the build process. Modified: trunk/test/Local_0Form/Makefile.am trunk/test/Local_0Form/Makefile.in trunk/test/Local_0Form/test_02.cpp trunk/test/Local_0Form/testops/geom_TRI_02.dat trunk/test/Local_0Form/testops/geom_TRI_03.dat trunk/test/Local_0Form/testops/geom_TRI_04.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P1_02.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P1_03.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P1_04.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P2_02.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P2_03.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P2_04.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P3_02.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P3_03.dat trunk/test/Local_0Form/testops/mass_TRI_FEM_P3_04.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P1_02.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P1_03.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P1_04.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P2_02.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P2_03.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P2_04.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P3_02.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P3_03.dat trunk/test/Local_0Form/testops/stiff_TRI_FEM_P3_04.dat From dridzal at sandia.gov Mon Jul 16 15:26:59 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Mon Jul 16 15:27:03 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: ./ test/ test/Integration/ Message-ID: <200707162126.l6GLQx2V019768@software.sandia.gov> Author: dridzal Date: Mon Jul 16 15:26:58 2007 New Revision: 47 URL: https://software.sandia.gov/viewvc?rev=47&root=intrepid&view=rev Log: Added the test/Integration directory and corresponding Makefiles. Added: trunk/test/Integration/ trunk/test/Integration/Dummy trunk/test/Integration/Makefile.am trunk/test/Integration/Makefile.in trunk/test/Integration/test_01.cpp trunk/test/Integration/test_02.cpp Modified: trunk/configure trunk/configure.ac trunk/test/Makefile.am trunk/test/Makefile.in From pkus at sandia.gov Tue Jul 17 11:26:39 2007 From: pkus at sandia.gov (pkus@sandia.gov) Date: Tue Jul 17 11:26:41 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: src/ test/Integration/ Message-ID: <200707171726.l6HHQdcF004172@software.sandia.gov> Author: pkus Date: Tue Jul 17 11:26:38 2007 New Revision: 48 URL: https://software.sandia.gov/viewvc?rev=48&root=intrepid&view=rev Log: ADD cubature rules of higher order for EDGE, TRI, TET ADD product cubature for QUAD and HEX FIX bug in cubature that Pavel Bochev mentioned ADD test of cubature for EDGE, QUAD, HEX cubature for TRI and TET not tested yet Modified: trunk/src/Intrepid_Cubature.hpp trunk/src/Intrepid_CubatureDef.hpp trunk/src/Intrepid_Types.hpp trunk/test/Integration/test_01.cpp From pkus at sandia.gov Tue Jul 17 11:45:11 2007 From: pkus at sandia.gov (pkus@sandia.gov) Date: Tue Jul 17 11:45:12 2007 Subject: [Intrepid-checkins] intrepid SVN commit: /trunk/src/ Message-ID: <200707171745.l6HHjBCq004683@software.sandia.gov> Author: pkus Date: Tue Jul 17 11:45:10 2007 New Revision: 49 URL: https://software.sandia.gov/viewvc?rev=49&root=intrepid&view=rev Log: ADD some documentation of new functions in Cubature Modified: trunk/src/Intrepid_Cubature.hpp From pkus at sandia.gov Thu Jul 19 10:51:27 2007 From: pkus at sandia.gov (pkus@sandia.gov) Date: Thu Jul 19 10:51:29 2007 Subject: [Intrepid-checkins] intrepid SVN commit: /trunk/src/ Message-ID: <200707191651.l6JGpR9a000848@software.sandia.gov> Author: pkus Date: Thu Jul 19 10:51:27 2007 New Revision: 50 URL: https://software.sandia.gov/viewvc?rev=50&root=intrepid&view=rev Log: FIX Gauss cubature rules have 40 digits now, tested, but only with double precision Modified: trunk/src/Intrepid_CubatureDef.hpp From dridzal at sandia.gov Thu Jul 19 13:42:04 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Thu Jul 19 13:42:05 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: doc/mathematica/ src/ test/ChainComplex/ test/Local_0Form/ test/Local_0Form/testops/ Message-ID: <200707191942.l6JJg4cQ013891@software.sandia.gov> Author: dridzal Date: Thu Jul 19 13:42:04 2007 New Revision: 51 URL: https://software.sandia.gov/viewvc?rev=51&root=intrepid&view=rev Log: Several items: 1) Designed test cases for P1-P3 FEM TETs. All tests pass. Note: Found a significant bug in Mathematica's integration routine! 2) Created the doc/mathematica directory with Mathematica notebooks for P1-P3 TRIs and TETs. We should do the same for the QUADs and HEXes. 3) Created the dummy test file test_02 in test/ChainComplex. P. Kus will use it to implement the high-order mesh parser. Note: We have discovered that MOAB has undergone a significant change in how cell handles and ids are defined. As a consequence, the MOABChainComplex wrapper does not work with new versions of MOAB (March 07 and later). Instead, one should use the old (stable) version available at software.sandia.gov. Added: trunk/doc/mathematica/ trunk/doc/mathematica/TET_FEM_P1-P3_operators.nb trunk/doc/mathematica/TRI_FEM_P1-P3_operators.nb trunk/test/ChainComplex/test_02.cpp trunk/test/Local_0Form/test_03.cpp trunk/test/Local_0Form/testops/geom_TET_01.dat trunk/test/Local_0Form/testops/geom_TET_02.dat trunk/test/Local_0Form/testops/geom_TET_03.dat trunk/test/Local_0Form/testops/geom_TET_04.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P1_01.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P1_02.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P1_03.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P1_04.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P2_01.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P2_02.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P2_03.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P2_04.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P3_01.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P3_02.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P3_03.dat trunk/test/Local_0Form/testops/mass_TET_FEM_P3_04.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P1_01.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P1_02.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P1_03.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P1_04.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P2_01.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P2_02.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P2_03.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P2_04.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P3_01.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P3_02.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P3_03.dat trunk/test/Local_0Form/testops/stiff_TET_FEM_P3_04.dat Modified: trunk/src/Intrepid_Utils.hpp trunk/test/ChainComplex/Makefile.am trunk/test/ChainComplex/Makefile.in trunk/test/Local_0Form/Makefile.am trunk/test/Local_0Form/Makefile.in trunk/test/Local_0Form/test_02.cpp From pkus at sandia.gov Mon Jul 23 10:42:21 2007 From: pkus at sandia.gov (pkus@sandia.gov) Date: Mon Jul 23 10:42:23 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: src/ test/ChainComplex/ Message-ID: <200707231642.l6NGgLxL002794@software.sandia.gov> Author: pkus Date: Mon Jul 23 10:42:20 2007 New Revision: 52 URL: https://software.sandia.gov/viewvc?rev=52&root=intrepid&view=rev Log: New test for ChainComplex, performs minimum rule on the mesh and assigns global DOFs. It has to be run with particular mesh file. Local0Form : lobatto base functions for edge added, not tested yet. Modified: trunk/src/Intrepid_Local_0Form.hpp trunk/src/Intrepid_Local_0FormDef.hpp trunk/test/ChainComplex/test_02.cpp From pbboche at sandia.gov Mon Jul 23 11:46:49 2007 From: pbboche at sandia.gov (pbboche@sandia.gov) Date: Mon Jul 23 11:46:50 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: src/ test/ test/Local_0Form/ test/Local_1Form/ Message-ID: <200707231746.l6NHknsv013758@software.sandia.gov> Author: pbboche Date: Mon Jul 23 11:46:49 2007 New Revision: 53 URL: https://software.sandia.gov/viewvc?rev=53&root=intrepid&view=rev Log: Added Local_1Form class. Has only lowest order Nedelec element on Hexes. Some minor changes to MultiCell class to enable geting the edge and face orientations. Removed Intrepid_DOFTEmplates. Initialization of the DOF templates for the low order (1,2,3) basis functions is now done in each Local form class Added: trunk/src/Intrepid_Local_1Form.hpp trunk/src/Intrepid_Local_1FormDef.hpp trunk/test/Local_1Form/ trunk/test/Local_1Form/Makefile.am trunk/test/Local_1Form/test_01.cpp Removed: trunk/src/Intrepid_DOFTemplates.hpp Modified: trunk/src/Intrepid_Local_0Form.hpp trunk/src/Intrepid_Local_0FormDef.hpp trunk/src/Intrepid_MultiCell.hpp trunk/src/Intrepid_MultiCell.icpp trunk/src/Intrepid_MultiCellDef.hpp trunk/src/Makefile.am trunk/test/Local_0Form/test_01.cpp trunk/test/Makefile.am From dridzal at sandia.gov Mon Jul 23 12:03:50 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Mon Jul 23 12:03:51 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: ./ src/ test/ test/Local_1Form/ Message-ID: <200707231803.l6NI3oBf014557@software.sandia.gov> Author: dridzal Date: Mon Jul 23 12:03:49 2007 New Revision: 54 URL: https://software.sandia.gov/viewvc?rev=54&root=intrepid&view=rev Log: Fixed minor automake issues due to the addition of the Local_1Form. Added: trunk/test/Local_1Form/Makefile.in Modified: trunk/configure trunk/configure.ac trunk/src/Makefile.in trunk/test/Makefile.in From dridzal at sandia.gov Mon Jul 23 16:13:39 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Mon Jul 23 16:13:41 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: src/ test/ChainComplex/ test/ChainComplex/data/ test/Local_0Form/ Message-ID: <200707232213.l6NMDdBZ023067@software.sandia.gov> Author: dridzal Date: Mon Jul 23 16:13:38 2007 New Revision: 55 URL: https://software.sandia.gov/viewvc?rev=55&root=intrepid&view=rev Log: 1) Added test data for ChainComplex tests. 2) Copied test_02 in Local_0Form to test_06. It will be used by P. Kus to test the Lobato shape functions. 3) Changed default GAUSS integration rules to GAUSS_2, _4, and _6 for 1st, 2nd, and 3rd order reconstructions. Added: trunk/test/ChainComplex/Dummy trunk/test/ChainComplex/data/ trunk/test/ChainComplex/data/8hexes.g (with props) trunk/test/Local_0Form/test_06.cpp Modified: trunk/src/Intrepid_Local_0FormDef.hpp trunk/test/ChainComplex/Makefile.am trunk/test/ChainComplex/Makefile.in trunk/test/Local_0Form/Makefile.am trunk/test/Local_0Form/Makefile.in From pbboche at sandia.gov Tue Jul 24 13:07:30 2007 From: pbboche at sandia.gov (pbboche@sandia.gov) Date: Tue Jul 24 13:07:32 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: ./ src/ test/ test/ChainComplex/ test/Integration/ test/LinearAlgebra/ test/Local_0Form/ test/Local_1Form/ test/Local_2Form/ test/MultiCell/ Message-ID: <200707241907.l6OJ7UvU016426@software.sandia.gov> Author: pbboche Date: Tue Jul 24 13:07:29 2007 New Revision: 56 URL: https://software.sandia.gov/viewvc?rev=56&root=intrepid&view=rev Log: Added Local_2Form class that has the lowest order RT elements on HEX cells. Added: trunk/src/Intrepid_Local_2Form.hpp trunk/src/Intrepid_Local_2FormDef.hpp trunk/test/Local_2Form/ trunk/test/Local_2Form/Makefile.am trunk/test/Local_2Form/Makefile.in trunk/test/Local_2Form/test_01.cpp Modified: trunk/Makefile.in trunk/configure trunk/configure.ac trunk/src/Intrepid_Local_1Form.hpp trunk/src/Intrepid_Local_1FormDef.hpp trunk/src/Makefile.am trunk/src/Makefile.in trunk/test/ChainComplex/Makefile.in trunk/test/Integration/Makefile.in trunk/test/LinearAlgebra/Makefile.in trunk/test/Local_0Form/Makefile.in trunk/test/Local_1Form/Makefile.in trunk/test/Makefile.am trunk/test/Makefile.in trunk/test/MultiCell/Makefile.in From pkus at sandia.gov Wed Jul 25 13:39:45 2007 From: pkus at sandia.gov (pkus@sandia.gov) Date: Wed Jul 25 13:39:46 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: src/ test/ChainComplex/ test/Local_0Form/ Message-ID: <200707251939.l6PJdj3E009075@software.sandia.gov> Author: pkus Date: Wed Jul 25 13:39:44 2007 New Revision: 57 URL: https://software.sandia.gov/viewvc?rev=57&root=intrepid&view=rev Log: getOperator works for hierarchical elements - changes in setDofAllocation tested for EDGE (test/Local_0Form/test_06) few changes in interface of Local_0Form dealing with cubature test/ChainComplex/test_02 finalized product base functions for QUAD and HEX, not finished yet Modified: trunk/src/Intrepid_Local_0Form.hpp trunk/src/Intrepid_Local_0FormDef.hpp trunk/src/Intrepid_Types.hpp trunk/test/ChainComplex/test_02.cpp trunk/test/Local_0Form/test_06.cpp From pbboche at sandia.gov Wed Jul 25 15:52:25 2007 From: pbboche at sandia.gov (pbboche@sandia.gov) Date: Wed Jul 25 15:52:26 2007 Subject: [Intrepid-checkins] intrepid SVN commit: /trunk/src/ Message-ID: <200707252152.l6PLqPRH011295@software.sandia.gov> Author: pbboche Date: Wed Jul 25 15:52:25 2007 New Revision: 58 URL: https://software.sandia.gov/viewvc?rev=58&root=intrepid&view=rev Log: Small change to print my info method: added line to print orientation status (defined or undefined). Modified: trunk/src/Intrepid_MultiCellDef.hpp From dridzal at sandia.gov Tue Jul 31 13:29:05 2007 From: dridzal at sandia.gov (dridzal@sandia.gov) Date: Tue Jul 31 13:29:08 2007 Subject: [Intrepid-checkins] intrepid SVN commit: in /trunk: ./ src/ test/ test/ChainComplex/ test/Integration/ test/LinearAlgebra/ test/Local_0Form/ test/Local_0Form/testops/ test/Local_1Form/ test/Local_2Form/ test/MultiCell/ Message-ID: <200707311929.l6VJT6Gs001260@software.sandia.gov> Author: dridzal Date: Tue Jul 31 13:29:05 2007 New Revision: 59 URL: https://software.sandia.gov/viewvc?rev=59&root=intrepid&view=rev Log: 1) Testing of QUAD FEM Q1-Q3 is completed, on 7 new test cases. Four of these test affine transformations. The remaining three test nonaffine transformations. Note: Nonaffine tests are run with loose relative tolerances. This is a consequence of the fact that mass and stiffness integrands involve nonpolynomial terms. The cubature here is set to the highest-order Gauss rule. Still, we only get 3 or 4 accurate digits. 2) Fixed a bug in Local_0FormDef. The allowed range of Gauss cubature rules is 0 through 20 (it used to be 1 through 4). Added: trunk/test/Local_0Form/test_04.cpp trunk/test/Local_0Form/test_05.cpp trunk/test/Local_0Form/testops/geom_QUAD_01.dat trunk/test/Local_0Form/testops/geom_QUAD_02.dat trunk/test/Local_0Form/testops/geom_QUAD_03.dat trunk/test/Local_0Form/testops/geom_QUAD_04.dat trunk/test/Local_0Form/testops/geom_QUAD_05.dat trunk/test/Local_0Form/testops/geom_QUAD_06.dat trunk/test/Local_0Form/testops/geom_QUAD_07.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q1_01.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q1_02.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q1_03.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q1_04.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q2_01.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q2_02.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q2_03.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q2_04.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q2_05.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q2_06.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q2_07.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q3_01.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q3_02.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q3_03.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q3_04.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q3_05.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q3_06.dat trunk/test/Local_0Form/testops/mass_QUAD_FEM_Q3_07.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q1_05.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q1_06.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q1_07.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q2_05.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q2_06.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q2_07.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q3_05.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q3_06.dat trunk/test/Local_0Form/testops/mass_fp_QUAD_FEM_Q3_07.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q1_01.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q1_02.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q1_03.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q1_04.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q2_01.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q2_02.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q2_03.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q2_04.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q2_05.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q2_06.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q2_07.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q3_01.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q3_02.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q3_03.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q3_04.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q3_05.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q3_06.dat trunk/test/Local_0Form/testops/stiff_QUAD_FEM_Q3_07.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q1_05.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q1_06.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q1_07.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q2_05.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q2_06.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q2_07.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q3_05.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q3_06.dat trunk/test/Local_0Form/testops/stiff_fp_QUAD_FEM_Q3_07.dat Modified: trunk/Makefile.in trunk/src/Intrepid_Local_0FormDef.hpp trunk/src/Intrepid_Utils.hpp trunk/src/Makefile.in trunk/test/ChainComplex/Makefile.in trunk/test/Integration/Makefile.in trunk/test/LinearAlgebra/Makefile.in trunk/test/Local_0Form/Makefile.am trunk/test/Local_0Form/Makefile.in trunk/test/Local_1Form/Makefile.in trunk/test/Local_2Form/Makefile.in trunk/test/Makefile.in trunk/test/MultiCell/Makefile.in