]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2016-04-11 Luca HeltaiRemoved old manifold_tools.h
2016-04-11 Luca HeltaiAdded comment and entry to changes.h.
2016-04-11 Luca HeltaiMoved CompositionManifold to its own directory.
2016-04-11 Luca HeltaiPeriodicity as Tensor<1,spacedim>.
2016-04-11 Luca HeltaiAdded periodicity getter to ChartManifold
2016-04-11 Luca HeltaiTest periodicity.
2016-04-11 Luca HeltaiComposition of Manifold + Rotation.
2016-04-11 Luca HeltaiInitial CompositionManifold.
2016-04-10 Matthias MaierMerge pull request #2493 from luca-heltai/mdh266-refact...
2016-04-10 Mike HarmonRefactored trilinos direct solver 2493/head
2016-04-10 Wolfgang BangerthMerge pull request #2488 from bangerth/doc-update-56
2016-04-10 Wolfgang BangerthAdd a changelog entry. 2488/head
2016-04-09 Luca HeltaiMerge pull request #2462 from kronbichler/change_to_gau...
2016-04-09 Martin KronbichlerAdjust test output due to change in elements 2462/head
2016-04-09 Martin KronbichlerChange many tests to use equidistant points rather...
2016-04-09 Martin KronbichlerFE_Bernstein uses equidistant points
2016-04-09 Martin KronbichlerConvert FE_TraceQ to Gauss-Lobatto points for collabora...
2016-04-09 Martin KronbichlerMention change
2016-04-09 Martin KronbichlerAdjust tests to better cover Gauss-Lobatto and equidist...
2016-04-09 Martin KronbichlerAdjust comments regarding Gauss-Lobatto polynomials
2016-04-09 Martin KronbichlerMake Gauss-Lobatto points the default node distribution...
2016-04-09 Wolfgang BangerthMerge pull request #2492 from luca-heltai/hot-fix
2016-04-09 Luca HeltaiRestored a line that was mistakenly removed by me. 2492/head
2016-04-09 Wolfgang BangerthMerge pull request #2489 from danshapero/move-ctors
2016-04-09 danshaperoAdded default constructor to Quadrature 2489/head
2016-04-08 Martin KronbichlerMerge pull request #2474 from davydden/step-16vs50
2016-04-08 Wolfgang BangerthMerge pull request #2486 from davydden/parpack_fix_warnings
2016-04-08 Denis Davydovfix compiler warnings in PArpack 2486/head
2016-04-08 Luca HeltaiMerge pull request #2485 from bangerth/doc-update-55
2016-04-08 Luca HeltaiMerge pull request #2459 from andreamola/read_ucd_for_m...
2016-04-08 Wolfgang BangerthBetter document what the anisotropic refine flags mean. 2485/head
2016-04-08 Wolfgang BangerthMerge pull request #2484 from masterleinad/residual_change
2016-04-08 Daniel ArndtAdd entry in changes.h for the fix in ResidualSimple 2484/head
2016-04-08 amolaadded new option to read indicators in a abaqus file... 2459/head
2016-04-08 amolaadded new option to read indicators in a ucd file as...
2016-04-08 Guido KanschatMerge pull request #2476 from masterleinad/fix_residual...
2016-04-08 Luca HeltaiMerge pull request #2481 from bangerth/update-comment
2016-04-08 Wolfgang BangerthUpdate a comment for a variable. 2481/head
2016-04-08 David WellsMerge pull request #2479 from bangerth/better-unit_tang...
2016-04-07 David WellsMerge pull request #2480 from bangerth/fix-warnings-7
2016-04-07 Wolfgang BangerthAvoid warnings with unused variables. 2480/head
2016-04-07 Wolfgang BangerthUse a fixed size data structure for MappingManifold... 2479/head
2016-04-07 Wolfgang BangerthMerge pull request #2272 from luca-heltai/mapping-manifold
2016-04-07 Daniel ArndtFix for ResidualSimple 2476/head
2016-04-07 Denis Davydovadd GMG unit tests which compare serial step-16 to... 2474/head
2016-04-07 David WellsMerge pull request #2471 from bangerth/better-unit_tang...
2016-04-07 Wolfgang BangerthUse a fixed size data structure for MappingFEField... 2471/head
2016-04-07 Wolfgang BangerthUse a fixed size data structure for MappingQGeneric...
2016-04-07 Wolfgang BangerthMerge pull request #2442 from danshapero/subscriptor...
2016-04-06 danshaperoRemoved unnecessary cleanup in subscriptor dtor/move... 2442/head
2016-04-06 Bruno TurcksinMerge pull request #2472 from bangerth/fix-warnings-6
2016-04-06 Wolfgang BangerthMerge pull request #2470 from tjhei/8_4_1_changelog
2016-04-06 Wolfgang BangerthAvoid a warning. 2472/head
2016-04-06 Timo Heisterupdate 8.4.1 changelog 2470/head
2016-04-06 David WellsMerge pull request #2449 from bangerth/more-memory...
2016-04-06 Luca HeltaiAdded normal to test. 2272/head
2016-04-06 Luca HeltaiDoc changes and minor adjustments.
2016-04-06 danshaperoFactored out Subscriptor error checking into member...
2016-04-06 Wolfgang BangerthMerge pull request #2467 from tjhei/pr2444
2016-04-06 Luca HeltaiMoved weights inside data
2016-04-06 Luca HeltaiAdded step-3 using MappingManifold.
2016-04-06 Luca HeltaiRemoved unused declaration. Added assertions on flags.
2016-04-06 Luca HeltaiRemoved the static FEQ(1)
2016-04-06 Luca HeltaiFixed JxW values on faces.
2016-04-06 Luca HeltaiFixed and cleaned some tests.
2016-04-06 Luca HeltaiAdded check on Jacobians on faces for FlatManifold.
2016-04-06 Luca HeltaiChecked FEFaceValues quadrature points.
2016-04-06 Luca HeltaiFixed issue with periodicity.
2016-04-06 Luca HeltaiMade fe_q a public static member of MappingManifold.
2016-04-06 Luca HeltaiMinor issues.
2016-04-06 Luca HeltaiFixed memory consumption.
2016-04-06 Luca HeltaiFixed quadrature points on faces for MappingManifold.
2016-04-06 Luca HeltaiRespect face manifolds.
2016-04-06 Luca HeltaiMappingManifold now works on faces.
2016-04-06 Luca HeltaiFixed Jacobian for FlatManifold.
2016-04-06 Luca HeltaiFixed Jacobian for square mesh.
2016-04-06 Luca HeltaiRestored most of Jacobian related code.
2016-04-06 Luca HeltaiFixing Jacobians.
2016-04-06 Luca HeltaiFirst shot at Jacobians
2016-04-06 alberto sartoriMapping Manifold Test 03
2016-04-06 Luca HeltaiFixed test one and two
2016-04-06 Luca HeltaiFixed name, fixed bug.
2016-04-06 Luca HeltaiRemoved a couple of functions.
2016-04-06 Luca HeltaiFixed test compilation.
2016-04-06 Luca HeltaiFixed compilation.
2016-04-06 Luca HeltaiRemoved unused bits.
2016-04-06 alberto sartoriMapping Manifold Test 02
2016-04-06 alberto sartoriMapping Manifold Test 01
2016-04-06 alberto sartoricommented some stuff
2016-04-06 alberto sartoriadded instantiation
2016-04-06 Luca HeltaiAdded instantiations for MappingManifold
2016-04-06 Luca HeltaiRemoved some old stuff.
2016-04-06 Luca HeltaiTest for bug #1646
2016-04-06 Luca HeltaiRemoved polynomial degree.
2016-04-06 Luca HeltaiCopy of mapping generic.
2016-04-06 Timo Heisterteach wrapcomments.py about @name 2467/head
2016-04-06 Timo Heisterfix wrong wrapping
2016-04-06 Timo HeisterMerge pull request #2444 from bangerth/update-docs-55
2016-04-05 Wolfgang BangerthMerge pull request #2464 from tjhei/cone_bdry_bug
2016-04-05 Timo Heisterfix bug in ConeBoundary::get_normals_at_vertices 2464/head
next

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.