]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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>
2006-04-27 Wolfgang BangerthSplit off a few functions that will have to be implemen...
2006-04-27 Wolfgang BangerthThe change to DoFTools::map_dof_to_boundary_indices...
2006-04-27 Wolfgang BangerthFix omitted this->
2006-04-27 Wolfgang BangerthRewrite a few algorithms to only use get_fe() on cells...
2006-04-26 Wolfgang BangerthReindent the whole file.
2006-04-26 Wolfgang BangerthSplit out functions that are different between DoFHandl...
2006-04-26 Wolfgang BangerthMove distribute_local_to_global from arbitrary accessor...
2006-04-26 Wolfgang BangerthRemove an invalid assertion: we may have the case that...
2006-04-26 Wolfgang BangerthOne more reindent.
2006-04-26 Wolfgang BangerthRe-indent.
2006-04-26 Wolfgang BangerthHandle allocating space for vertices in 2d.
2006-04-26 Wolfgang BangerthClean up a few things in the hp parts. For example...
2006-04-26 Wolfgang BangerthAdd necessary offsets field.
2006-04-26 Wolfgang BangerthMove us a step further towards hp for continuous elements.
2006-04-26 Wolfgang BangerthTriangulation::clear_user_flags_XXX
2006-04-26 Wolfgang BangerthReindent some code.
2006-04-26 Wolfgang BangerthAdd new test that presently fails
2006-04-26 Wolfgang BangerthAdd an instantiation to make all the tests run again.
2006-04-25 Wolfgang BangerthSparseDirectUmfpack now also works for sparse matrices...
2006-04-25 Wolfgang BangerthBlockSparsityPattern::row_length.
2006-04-25 oliverAdded the header file for the implementation of the...
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.