Skip to content
Snippets Groups Projects
Commit 0416e77e authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Update. State of ALBERT_1_2_PRE_1 tag.

parent c12b7ca4
No related branches found
No related tags found
No related merge requests found
2003-07-07 Claus-Justus Heine <claus@mathematik.uni-freiburg.de>
* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
Use a really dirty hack to make libtool work with icc. libtool is _really_
brain-damaged w.r.t. to fortran.
* /net/sauron/graid/ALBERT_CVS/ALBERT/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/Makefile.am:
Target for albert.ps moved to where it belongs: ALBERT/Makefile.am.
* /net/sauron/graid/ALBERT_CVS/admin/config.sub, /net/sauron/graid/ALBERT_CVS/admin/ltmain.sh, /net/sauron/graid/ALBERT_CVS/admin/config.guess:
Update to libtool-1.5.
* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/Makefile.am:
Use libalbertgnucompat.la, not .a
* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
Add ALBERT_UTIL to include-directories for GRAPE-stuff.
* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/check-package.m4:
-LPATH should precede -lLIB.
* /net/sauron/graid/ALBERT_CVS/ALBERT/doc/.cvsignore, /net/sauron/graid/ALBERT_CVS/ALBERT/doc/Makefile, /net/sauron/graid/ALBERT_CVS/admin/.cvsignore, /net/sauron/graid/ALBERT_CVS/admin/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
Use AM_MAINTAINER_MODE, automatically create documentation with "make
dist".
* /net/sauron/graid/ALBERT_CVS/admin/gnu-compat/.cvsignore, /net/sauron/graid/ALBERT_CVS/admin/gnu-compat/COPYING, /net/sauron/graid/ALBERT_CVS/admin/gnu-compat/Makefile.am, /net/sauron/graid/ALBERT_CVS/admin/gnu-compat/README, /net/sauron/graid/ALBERT_CVS/admin/gnu-compat/getopt.c, /net/sauron/graid/ALBERT_CVS/admin/gnu-compat/getopt.h, /net/sauron/graid/ALBERT_CVS/admin/gnu-compat/getopt1.c, /net/sauron/graid/ALBERT_CVS/admin/gnu-compat/malloc.c:
Initial revision.
* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
Provide getopt_long() in gnu-compat/ in case it should be missing.
* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/3d/Makefile.am, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/Makefile.am:
Link with $(top_builddir)/gnu-compat/libalbertgnucompat.la in case
standard library functions are missing (i.e. getopt_long()).
* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_grape.c:
Use argv[0] not "argv[0]" :)
* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_grape.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_movi.c:
Update the help-text to account for changed option handling
(i.e. mention the long-options). FIXME. Proof-read for typos.
* /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c:
Use ALBERT_DEFUNUSED() 'cause it's the actual function definition.
2003-07-04 Claus-Justus Heine <claus@mathematik.uni-freiburg.de>
* /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT2d.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOT_open.c, /net/sauron/graid/ALBERT_CVS/PLOT_ANSI/src/PLOTlog.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/banach.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/bicgstab.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_br.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_ds.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_fs.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/odir.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/ores.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/estimator.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/macro_common.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/sor.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/ssor.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/albert_util.h, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/divers.c, /net/sauron/graid/ALBERT_CVS/ALBERT_UTIL/parameters.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/2d/Makefile.am, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/element.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/graphXO.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/macro.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/MG_s2.c:
Get rid of most of the compiler warnings produced by gcc, only few
remain. Use __attribute__((unused)) for potentially unused
functions. Wrap this into an ALBERT_UNUSED() macro which is a no-op if
__GNUC__ is not defined.
* /net/sauron/graid/ALBERT_CVS/admin/configure.ac:
Include more F77 autoconf macros. Should be used one day to make Fortran
stuff more portable ...
Quick hack for icc. For rpath settings, icc needs -Wl which is --
unluckily -- not properly detected by configure. So just hardcode -Wl
when `basename $CC` = icc.
* /net/sauron/graid/ALBERT_CVS/admin/.cvsignore:
Add bin/, lib/ and include/.
* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_movi.c:
Use --Bar instead of --timeBar so --time-step can be abbreviated by --time.
* /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_grape.c, /net/sauron/graid/ALBERT_CVS/GRAPE/mesh/Common/albert_movi.c:
Use getopt_long() instead of home-brew option parsing. Need to add a
test for this to configure.ac, though. However, that can be cloned
from standard GNU packages.
* /net/sauron/graid/ALBERT_CVS/admin/NEWS: Dummy contents.
* /net/sauron/graid/ALBERT_CVS/admin/ChangeLog:
Update. NOTE: the ChangeLog contains the changes on the main-trunk as
well as the changes on any branch.
* /net/sauron/graid/ALBERT_CVS/admin/rcs2log: Initial revision.
2003-07-02 Claus-Justus Heine <claus@mathematik.uni-freiburg.de>
* /net/sauron/graid/ALBERT_CVS/SOLVER/src/cg.c:
Get rid of a compiler warning (const issue).
* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/test, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nonlin.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nonlin.h, /net/sauron/graid/ALBERT_CVS/SOLVER/AUTHORS, /net/sauron/graid/ALBERT_CVS/SOLVER/COPYING, /net/sauron/graid/ALBERT_CVS/SOLVER/ChangeLog, /net/sauron/graid/ALBERT_CVS/SOLVER/THANKS, /net/sauron/graid/ALBERT_CVS/SOLVER/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/SOLVER/src/banach.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/bicgstab.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/cg.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/gmres.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_br.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_ds.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_fs.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/nls.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/odir.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/oem.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/ores.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/spcg.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro-2.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro-34circ.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro-44circ.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro-big.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro-circ.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro-neum.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/ellipt.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/heat.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/INIT/nonlin.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Macro/macro-big.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/3d/Macro/macro.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/albert.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/ellipt.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/graphics.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/heat.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nlprob.c, /net/sauron/graid/ALBERT_CVS/DEMO/src/Common/nlsolve.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_d.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_s.c, /net/sauron/graid/ALBERT_CVS/DEMO/AUTHORS, /net/sauron/graid/ALBERT_CVS/DEMO/COPYING, /net/sauron/graid/ALBERT_CVS/DEMO/ChangeLog, /net/sauron/graid/ALBERT_CVS/DEMO/NEWS, /net/sauron/graid/ALBERT_CVS/DEMO/README, /net/sauron/graid/ALBERT_CVS/DEMO/THANKS, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/INIT/ellipt.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/INIT/heat.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/INIT/nonlin.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Macro/macro-big.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/1d/Macro/macro.amc, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/ellipt.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/heat.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/INIT/nonlin.dat, /net/sauron/graid/ALBERT_CVS/DEMO/src/2d/Macro/macro-1.amc, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/eval.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/numint.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/traverse_r.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/HB_precon.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/write_mesh_ps.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/admin/ChangeLog:
Merge from main-trunk.
2003-07-02 Kunibert G. Siebert <siebert@math.uni-augsburg.de>
* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/albert.h, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/eval.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/gltools.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/memory.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/numint.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_d.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/oem_solve_s.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/1d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/2d/refine.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_0.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_1.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_2.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_3.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/lagrange_4.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/level.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/3d/refine.c:
Removed warnings produced by gcc with fullwarn, added gltools functions
for displaying on meshes with a displacement vector to albert.h, renamed
gltools_mesh_disp() into gltools_disp_mesh() for sake of conformity
* /net/sauron/graid/ALBERT_CVS/SOLVER/src/oem.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/spcg.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/nls.h:
Removed warnings produced by gcc with fullwarn
2003-07-02 Claus-Justus Heine <claus@mathematik.uni-freiburg.de>
* /net/sauron/graid/ALBERT_CVS/admin/hello.txt:
Deleted test file hello.txt
2003-07-02 Robert Kloefkorn <robertk@gloin>
* /net/sauron/graid/ALBERT_CVS/admin/hello.txt:
*** empty log message ***
2003-07-02 Claus-Justus Heine <claus@mathematik.uni-freiburg.de>
* /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/assemble_dowb.c, /net/sauron/graid/ALBERT_CVS/ALBERT/src/Common/dof_admin.c:
Added some missing _DOW() suffixes and SCAL_DOW() -> AX_DOW() issues.
* /net/sauron/graid/ALBERT_CVS/SOLVER/THANKS: Test.
* /net/sauron/graid/ALBERT_CVS/AlbertMovie/m4/test: Initial revision.
2003-07-02 Kunibert G. Siebert <siebert@math.uni-augsburg.de>
* /net/sauron/graid/ALBERT_CVS/SOLVER/src/oem.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/ores.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/spcg.c, /net/sauron/graid/ALBERT_CVS/SOLVER/AUTHORS, /net/sauron/graid/ALBERT_CVS/SOLVER/COPYING, /net/sauron/graid/ALBERT_CVS/SOLVER/ChangeLog, /net/sauron/graid/ALBERT_CVS/SOLVER/THANKS, /net/sauron/graid/ALBERT_CVS/SOLVER/src/Makefile.am, /net/sauron/graid/ALBERT_CVS/SOLVER/src/banach.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/bicgstab.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/cg.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/gmres.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_ds.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_fs.c, /net/sauron/graid/ALBERT_CVS/SOLVER/src/nls.h, /net/sauron/graid/ALBERT_CVS/SOLVER/src/odir.c:
Added pointer to a function for evaluating a scalarproduct to
the oem_data structure and changed affiliation
* /net/sauron/graid/ALBERT_CVS/SOLVER/src/newton_br.c:
New Newton Method with step size control by Bank and Rose
2003-07-02 Claus-Justus Heine <claus@mathematik.uni-freiburg.de>
* /net/sauron/graid/ALBERT_CVS/SOLVER/src/cg.c:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment