]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2006-05-06 Wolfgang BangerthUnify the way we declare iterator types. Move things...
2006-05-05 Wolfgang BangerthImplement VectorTools::integrate_difference for hp...
2006-05-05 Wolfgang BangerthQCollection::max_n_quadrature_points
2006-05-05 Guido Kanschatmore improvements on iterator definition classes
2006-05-05 Wolfgang BangerthMark a few functions as static (i.e. internal to this...
2006-05-05 Guido Kanschatfix output
2006-05-05 Guido Kanschatfixed output and copyright
2006-05-05 Guido Kanschatignore
2006-05-05 Guido Kanschatnew output verified
2006-05-05 Guido Kanschatstop console output
2006-05-05 Guido Kanschatcheck counting by component
2006-05-05 Guido Kanschatmake iterator definitions more visible and document...
2006-05-04 Wolfgang BangerthImplement make_hanging_node_constraints for hp in the...
2006-05-04 Wolfgang BangerthClean up.
2006-05-04 Wolfgang BangerthRemove unused arg.
2006-05-04 Wolfgang BangerthWhittle down example program to run only 3 cycles....
2006-05-04 Wolfgang BangerthDoc update.
2006-05-04 Guido Kanschatremove unnecessary include
2006-05-04 Guido Kanschatadd a todo
2006-05-04 Guido Kanschatadd missing include file
2006-05-04 Wolfgang BangerthAdd a bunch of safety checks.
2006-05-04 Wolfgang BangerthAllow introspection into which fe indices are actually...
2006-05-04 Wolfgang BangerthA few more safety checks.
2006-05-04 Wolfgang BangerthLeave TODO
2006-05-04 Wolfgang BangerthRemove a few unnecessary semicolons.
2006-05-04 Wolfgang BangerthAdd an assertion to make sure we don't forget a case.
2006-05-03 Wolfgang BangerthA few more small changes. step-10 actually runs just...
2006-05-03 Wolfgang BangerthFix a few minor issues
2006-05-03 Wolfgang BangerthEscape a word from doxygenization.
2006-05-03 Wolfgang BangerthUse correct declaration for friend class.
2006-05-03 Wolfgang BangerthLink new report.
2006-05-03 Wolfgang BangerthSlight documentation improvements
2006-05-03 Wolfgang BangerthFix typos.
2006-05-03 Wolfgang BangerthFix typo in the documentation.
2006-05-03 Wolfgang BangerthAdd more tests that all fail for various reasons at...
2006-05-03 Wolfgang BangerthMake the constructor explicit.
2006-05-03 Wolfgang BangerthSprinkle a few this-> here and there.
2006-05-03 Wolfgang BangerthFix and reduce output
2006-05-03 Wolfgang BangerthRemove unused variable.
2006-05-03 Wolfgang BangerthAdd another test
2006-05-03 Wolfgang BangerthFix hp/step-5 by making sure we only access data once...
2006-05-03 Wolfgang BangerthAdd another test
2006-05-03 Wolfgang BangerthAd missing this->
2006-05-02 Wolfgang Bangerthstep-3 now also runs in hp mode.
2006-05-02 Wolfgang BangerthFix a bug where we weren't asking for the right fe_inde...
2006-05-02 Wolfgang BangerthInstantiate interpolate_boundary_values for hp.
2006-05-02 Wolfgang BangerthNew test, but doesn't work right now.
2006-05-02 Wolfgang BangerthOne more test
2006-05-02 Wolfgang BangerthFix an off-by-one bug in a number of places.
2006-05-02 Wolfgang BangerthNew tests
2006-05-02 Wolfgang BangerthAdd a few safety checks.
2006-05-02 Wolfgang BangerthDon't check the argument passed to set_active_fe_index...
2006-05-02 Wolfgang BangerthFix typos.
2006-05-02 Wolfgang BangerthNew tests
2006-05-02 Wolfgang BangerthImplement reserve_space for all space dimensions.
2006-05-02 Wolfgang BangerthThis test now works -- hurray
2006-05-02 Wolfgang BangerthAdd new test
2006-05-02 Wolfgang BangerthImplement distribute_dofs for 1d, 2d, 3d in the same...
2006-05-02 Wolfgang BangerthLeave 2 todos.
2006-05-02 Wolfgang BangerthDo many of the same simplifications and cleanups that...
2006-05-02 Wolfgang BangerthFinal changes and simplifications. Documentation updates.
2006-05-02 Wolfgang BangerthRemove timestamp.
2006-05-02 Wolfgang BangerthAdd test output
2006-05-02 Wolfgang BangerthFix a number of issues to make the tests in hp/ run...
2006-05-02 Wolfgang BangerthMake compile again
2006-05-02 Guido Kanschatnew template structure for DataOut...
2006-05-02 Wolfgang BangerthRename a few variables
2006-05-02 Wolfgang BangerthClaim credit for significant contributions.
2006-05-02 Wolfgang BangerthMore documentation.
2006-05-02 Wolfgang BangerthOnly access data to which we have access.
2006-05-02 Wolfgang BangerthMake more classes friends.
2006-05-02 Wolfgang BangerthFix an "ups"
2006-05-02 Wolfgang BangerthSplit out common functions that are needed for all...
2006-05-02 Wolfgang BangerthAdd significant documentation.
2006-05-02 Wolfgang BangerthMore doc updates.
2006-05-02 Wolfgang BangerthSmall doc update.
2006-05-02 Wolfgang BangerthMove the stuff that is common to all space dimensions...
2006-05-01 Wolfgang BangerthFor the moment, a last wave of restructuring and consol...
2006-05-01 Wolfgang BangerthMerge a bunch of code.
2006-05-01 Wolfgang BangerthMore moving around to allow sharing code between non...
2006-05-01 Wolfgang BangerthRe-organize the inheritance structure of DoF accessor...
2006-05-01 Wolfgang BangerthAdd a couple of TODOs.
2006-05-01 Wolfgang BangerthShuffle a few things around a bit more. Pretty much...
2006-05-01 Wolfgang BangerthAdd a dummy operator[] to make generic programming...
2006-04-28 Wolfgang BangerthA few more functions to access hp dofs
2006-04-28 Wolfgang BangerthAdd previously forgotten definitions of static variables.
2006-04-28 Wolfgang BangerthFix a stupid problem that prevented compilation and...
2006-04-28 Guido Kanschatfixed problem with 2nd derivatives on faces
2006-04-28 Wolfgang BangerthMove a few functions around to avoid the apparently...
2006-04-28 Wolfgang BangerthGuard a bunch of functions with deal_II_dimension=...
2006-04-28 Ralf Hartmannupdate to what is in .emacs of wolfgang.
2006-04-27 Wolfgang BangerthStart implementing accessing hp dofs.
2006-04-27 Wolfgang BangerthFix one typo.
2006-04-27 oliverAdded the "initialise_restriction" method, which curren...
2006-04-27 oliverImplemented the ABF functionality for the other "interp...
2006-04-27 Wolfgang BangerthAdd fe_index to functions that need to distinguish...
2006-04-27 Wolfgang BangerthAdd hp::DoFHandler::default_fe_index
2006-04-27 Wolfgang BangerthAdd DoFHandler::default_fe_index
2006-04-27 Wolfgang BangerthThe numbering generated by DoFTools::map_dofs_to_bounda...
2006-04-27 Wolfgang Bangerth <li> <p>
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.