Skip to content
Snippets Groups Projects
Select Git revision
  • 5d34b528ab49d9276cd02de65cd1a939bad44247
  • master default protected
  • releases
  • releases/3.0.3
4 results

ChangeLog

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    ChangeLog 105.53 KiB
    2003-06-30  Kunibert Siebert  <kunibert@gloin>
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/write_mesh_ps.c:
    	small PostScript corrections
    
    2003-06-30  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_r.c:
    	Fix -- intentional -- assignment to RO location (pointer cast and ptr
    	reference).
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/assemble_bdow.c:
    	Initial revision, just the same as assemble.c ATM.
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/assemble_bdow.c:
    	New file.
    
    2003-06-27  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
    	Memory management for DOF_DOWB_MATRIXes. Untested.
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_r.c:
    	Get rid of a compiler warning ("assingment to read only member orientation").
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c:
    	dof_gemv_d() had a copy-and-paste bug in transpose mode, the y-vector
    	was zeroed, which is correct for dof_mv_d() but all wrong for gemv.
    
    	* /net/sauron/graid/ALBERT_CVS/admin/.cvsignore:
    	Add bin/ lib/ and include/
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c:
    	Started adding DOF_DOWB_MATRIX support, unfinished yet. This means, the stuff
    	will compile but not link due to undefined symbols.
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c:
    	DOF_DOWB_MATRIX support finished w.r.t. _this_ file.
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
    	Add a couple of _DOW() inlines, make the code much more readable.
    
    	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
    	Set ALBERT_INCLUDE_PATH to the _local_ location of albert.h
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h:
    	Forgot to define inline function MTV_DOW().
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c:
    	Fix typos (DOW_SET <-> SET_DOW)
    
    	* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
    	Set ALBERT_INCLUDE_PATH to the _local_ location of albert.h
    
    	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
    	Restoring the default CPPFLAGS was kind of borken.
    
    2003-06-26  Claus-Justus Heine  <claus@mathematik.uni-freiburg.de>
    
    	* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
    	Require AC_SET_PREFIX() again (needed for -rpath).
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c:
    	New function: dof_mv_dowb(), matrix vector product for DOF_DOWB_MATRICEs.
    
    	* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
    	User inlines rather than macros for ..._DOW() stuff. Define a
    	DOF_DOWB_MATRIX and DOWB_MATRIX_ROW data types for DOWxDOW
    	block-matrices. Allow diagonal blocks (DOWB_MATRIX_ROW_D).