r35291 - in /packages/libalberta2/trunk: ./ debian/ debian/patches/

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Thu Oct 30 11:02:38 UTC 2008


Author: sylvestre-guest
Date: Thu Oct 30 11:02:37 2008
New Revision: 35291

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35291
Log:
Initial import

Added:
    packages/libalberta2/trunk/
    packages/libalberta2/trunk/debian/
    packages/libalberta2/trunk/debian/README.Debian
    packages/libalberta2/trunk/debian/README.source
    packages/libalberta2/trunk/debian/changelog
    packages/libalberta2/trunk/debian/compat
    packages/libalberta2/trunk/debian/control
    packages/libalberta2/trunk/debian/copyright
    packages/libalberta2/trunk/debian/docs
    packages/libalberta2/trunk/debian/files
    packages/libalberta2/trunk/debian/libalberta2.install
    packages/libalberta2/trunk/debian/libalberta2.lintian-override
    packages/libalberta2/trunk/debian/libalberta2.symbols
    packages/libalberta2/trunk/debian/patches/
    packages/libalberta2/trunk/debian/patches/00_as-needed.patch   (with props)
    packages/libalberta2/trunk/debian/patches/00list
    packages/libalberta2/trunk/debian/patches/01_linkfix.dpatch   (with props)
    packages/libalberta2/trunk/debian/rules   (with props)

Added: packages/libalberta2/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/README.Debian?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/README.Debian (added)
+++ packages/libalberta2/trunk/debian/README.Debian Thu Oct 30 11:02:37 2008
@@ -1,0 +1,7 @@
+libalberta2.0 for Debian
+------------------------
+
+This version of ALBERTA was compiled without support for gltools
+and grape.
+
+ -- André Gaul <gaul at web-yard.de>  Wed, 17 Sep 2008 19:10:50 +0200

Added: packages/libalberta2/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/README.source?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/README.source (added)
+++ packages/libalberta2/trunk/debian/README.source Thu Oct 30 11:02:37 2008
@@ -1,0 +1,28 @@
+Patching
+--------
+
+This package uses dpatch to manage the modifications
+to the upstream source. Patches are stored in
+debian/patches.
+
+To patch the source run the following command in the
+root dir of the source:
+
+    dpatch apply-all
+
+The source should be patched to this level in order 
+to modify the source and create new patches.
+
+
+Building
+--------
+
+There are changes to some automake (.am) files, so 
+before running ./configure be sure to run:
+
+    autoreconf
+    libtoolize
+
+
+
+ -- André Gaul <gaul at web-yard.de> Mon, 27 Oct 2008 10:11:55 +0200

Added: packages/libalberta2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/changelog?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/changelog (added)
+++ packages/libalberta2/trunk/debian/changelog Thu Oct 30 11:02:37 2008
@@ -1,0 +1,5 @@
+libalberta2 (2.0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #501220)
+
+ -- André Gaul <gaul at web-yard.de>  Mon, 27 Oct 2008 14:18:03 +0100

Added: packages/libalberta2/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/compat?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/compat (added)
+++ packages/libalberta2/trunk/debian/compat Thu Oct 30 11:02:37 2008
@@ -1,0 +1,1 @@
+7

Added: packages/libalberta2/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/control?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/control (added)
+++ packages/libalberta2/trunk/debian/control Thu Oct 30 11:02:37 2008
@@ -1,0 +1,56 @@
+Source: libalberta2
+Priority: extra
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaded: André Gaul <gaul at web-yard.de>, 
+ Sylvestre Ledru <sylvestre.ledru at inria.fr>, 
+ Torsten Werner <twerner at debian.org>
+Build-Depends: dpatch, debhelper (>= 7), autotools-dev, gfortran, 
+ libblas-dev, libx11-dev, libgl1-mesa-dev
+Standards-Version: 3.8.0
+Section: libs
+Vcs-Svn: https://web-yard.de/svn/debian/alberta/libalberta2.0
+Vcs-Browser: https://web-yard.de/svn/debian/alberta/libalberta2.0
+Homepage: http://www.alberta-fem.de
+
+Package: libalberta2-dev
+Section: libdevel
+Architecture: any
+Depends: libalberta2 (= ${binary:Version})
+Description: Adaptive finite element library (development headers)
+ ALBERTA is an adaptive finite element library
+ for solving partial differential equations (PDEs).
+ .
+ It offers a hierarchical mesh and methods for 1d, 2d 
+ and 3d stationary as well as time dependent problems.
+ It is written in C with speed and flexibility in mind.
+ .
+ This package contains development files.
+
+Package: libalberta2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Adaptive finite element library (shared libraries)
+ ALBERTA is an adaptive finite element library
+ for solving partial differential equations (PDEs).
+ .
+ It offers a hierarchical mesh and methods for 1d, 2d 
+ and 3d stationary as well as time dependent problems.
+ It is written in C with speed and flexibility in mind.
+ .
+ This package contains shared libraries.
+
+Package: libalberta2-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libalberta2 (= ${binary:Version})
+Description: Adaptive finite element library (shared libraries)
+ ALBERTA is an adaptive finite element library
+ for solving partial differential equations (PDEs).
+ .
+ It offers a hierarchical mesh and methods for 1d, 2d 
+ and 3d stationary as well as time dependent problems.
+ It is written in C with speed and flexibility in mind.
+ .
+ This package contains the debugging symbols of the library.

Added: packages/libalberta2/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/copyright?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/copyright (added)
+++ packages/libalberta2/trunk/debian/copyright Thu Oct 30 11:02:37 2008
@@ -1,0 +1,51 @@
+This package was debianized by André Gaul <gaul at web-yard.de> on
+Wed, 17 Sep 2008 19:10:50 +0200.
+
+It was downloaded from http://www.alberta-fem.de
+
+Upstream Authors:
+
+    Alfred Schmidt 
+    Kunibert G. Siebert
+    Daniel Köster
+    Oliver Kriessl
+    Claus-Justus Heine
+
+Copyright 1996-2003:
+
+    Alfred Schmidt
+    Kunibert G. Siebert
+    Claus-Justus Heine
+
+Copyright 2001-2006:
+
+    Daniel Köster
+
+Copyright 2001-2005:
+
+    Oliver Kriessl
+
+Copyright 1995:
+
+    Universitaet Freiburg
+
+License:
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, André Gaul <gaul at web-yard.de> and
+is licensed under the GPL, see above.

Added: packages/libalberta2/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/docs?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/docs (added)
+++ packages/libalberta2/trunk/debian/docs Thu Oct 30 11:02:37 2008
@@ -1,0 +1,2 @@
+NEWS
+README

Added: packages/libalberta2/trunk/debian/files
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/files?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/files (added)
+++ packages/libalberta2/trunk/debian/files Thu Oct 30 11:02:37 2008
@@ -1,0 +1,6 @@
+libalberta2-dev_2.0.1-1_i386.deb libdevel extra
+libalberta2_2.0.1-1_i386.deb libs extra
+libalberta2-dbg_2.0.1-1_i386.deb libdevel extra
+libalberta2-dev_2.0.1-1_i386.deb libdevel extra
+libalberta2_2.0.1-1_i386.deb libs extra
+libalberta2-dbg_2.0.1-1_i386.deb libdevel extra

Added: packages/libalberta2/trunk/debian/libalberta2.install
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/libalberta2.install?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/libalberta2.install (added)
+++ packages/libalberta2/trunk/debian/libalberta2.install Thu Oct 30 11:02:37 2008
@@ -1,0 +1,2 @@
+usr/lib/lib*.so.*
+

Added: packages/libalberta2/trunk/debian/libalberta2.lintian-override
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/libalberta2.lintian-override?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/libalberta2.lintian-override (added)
+++ packages/libalberta2/trunk/debian/libalberta2.lintian-override Thu Oct 30 11:02:37 2008
@@ -1,0 +1,1 @@
+libalberta2 binary: package-name-doesnt-match-sonames libalberta-1d2 libalberta-2d2 libalberta-3d2 libalberta-util2

Added: packages/libalberta2/trunk/debian/libalberta2.symbols
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/libalberta2.symbols?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/libalberta2.symbols (added)
+++ packages/libalberta2/trunk/debian/libalberta2.symbols Thu Oct 30 11:02:37 2008
@@ -1,0 +1,1263 @@
+libalberta_1d.so.2 libalberta2 #MINVER#
+ AI_add_dof_dof_vec_to_admin at Base 2.0.1
+ AI_add_dof_dowb_matrix_to_admin at Base 2.0.1
+ AI_add_dof_int_vec_to_admin at Base 2.0.1
+ AI_add_dof_matrix_to_admin at Base 2.0.1
+ AI_add_dof_ptr_vec_to_admin at Base 2.0.1
+ AI_add_dof_real_d_vec_to_admin at Base 2.0.1
+ AI_add_dof_real_vec_to_admin at Base 2.0.1
+ AI_add_dof_schar_vec_to_admin at Base 2.0.1
+ AI_add_dof_uchar_vec_to_admin at Base 2.0.1
+ AI_add_int_dof_vec_to_admin at Base 2.0.1
+ AI_advance_cookies_rec at Base 2.0.1
+ AI_check_slavery at Base 2.0.1
+ AI_coarse_recursive_1d at Base 2.0.1
+ AI_fill_missing_dofs at Base 2.0.1
+ AI_free_dof_vec_list at Base 2.0.1
+ AI_free_leaf_data at Base 2.0.1
+ AI_get_dof_admin at Base 2.0.1
+ AI_get_dof_list at Base 2.0.1
+ AI_get_dof_memory at Base 2.0.1
+ AI_get_dof_ptr_list at Base 2.0.1
+ AI_get_dof_vec_list at Base 2.0.1
+ AI_get_leaf_data at Base 2.0.1
+ AI_post_refine_1d at Base 2.0.1
+ AI_reactivate_dof at Base 2.0.1
+ AI_refine_fct_1d at Base 2.0.1
+ AI_remove_dof_dof_vec_from_admin at Base 2.0.1
+ AI_remove_dof_dowb_matrix_from_admin at Base 2.0.1
+ AI_remove_dof_int_vec_from_admin at Base 2.0.1
+ AI_remove_dof_matrix_from_admin at Base 2.0.1
+ AI_remove_dof_ptr_vec_from_admin at Base 2.0.1
+ AI_remove_dof_real_d_vec_from_admin at Base 2.0.1
+ AI_remove_dof_real_vec_from_admin at Base 2.0.1
+ AI_remove_dof_schar_vec_from_admin at Base 2.0.1
+ AI_remove_dof_uchar_vec_from_admin at Base 2.0.1
+ AI_remove_int_dof_vec_from_admin at Base 2.0.1
+ AI_run_traverse_hooks at Base 2.0.1
+ AI_test_traverse_nr at Base 2.0.1
+ AI_xdr_DOF at Base 2.0.1
+ AI_xdr_REAL at Base 2.0.1
+ AI_xdr_S_CHAR at Base 2.0.1
+ AI_xdr_U_CHAR at Base 2.0.1
+ AI_xdr_close_file at Base 2.0.1
+ AI_xdr_int at Base 2.0.1
+ AI_xdr_open_file at Base 2.0.1
+ D2_uh_at_qp at Base 2.0.1
+ D2_uh_d_at_qp at Base 2.0.1
+ H1_err at Base 2.0.1
+ H1_err_d at Base 2.0.1
+ H1_norm_uh at Base 2.0.1
+ H1_norm_uh_d at Base 2.0.1
+ L2_err at Base 2.0.1
+ L2_err_d at Base 2.0.1
+ L2_norm_uh at Base 2.0.1
+ L2_norm_uh_d at Base 2.0.1
+ L2scp_fct_bas at Base 2.0.1
+ L2scp_fct_bas_d at Base 2.0.1
+ MG at Base 2.0.1
+ MG_s_dof_copy_from_sparse at Base 2.0.1
+ MG_s_dof_copy_to_sparse at Base 2.0.1
+ MG_s_exact_solver at Base 2.0.1
+ MG_s_free_mem at Base 2.0.1
+ MG_s_gemv at Base 2.0.1
+ MG_s_prolongate at Base 2.0.1
+ MG_s_reset_mat at Base 2.0.1
+ MG_s_resid at Base 2.0.1
+ MG_s_restrict at Base 2.0.1
+ MG_s_restrict_mg_matrices at Base 2.0.1
+ MG_s_setup_levels at Base 2.0.1
+ MG_s_setup_mat_b at Base 2.0.1
+ MG_s_smoother at Base 2.0.1
+ MG_s_sort_mat at Base 2.0.1
+ adapt_method_instat at Base 2.0.1
+ adapt_method_stat at Base 2.0.1
+ add_element_d_vec at Base 2.0.1
+ add_element_dowb_matrix at Base 2.0.1
+ add_element_matrix at Base 2.0.1
+ add_element_vec at Base 2.0.1
+ add_traverse_hook at Base 2.0.1
+ alloc_macro_data at Base 2.0.1
+ check_and_get_mesh at Base 2.0.1
+ check_mesh at Base 2.0.1
+ child_edge_3d at Base 2.0.1
+ child_orientation_3d at Base 2.0.1
+ child_vertex_3d at Base 2.0.1
+ clear_dof_dowb_matrix at Base 2.0.1
+ clear_dof_matrix at Base 2.0.1
+ coarsen at Base 2.0.1
+ compute_neigh_fast at Base 2.0.1
+ coord_to_world_0d at Base 2.0.1
+ coord_to_world_1d at Base 2.0.1
+ dirichlet_bound at Base 2.0.1
+ dirichlet_bound_d at Base 2.0.1
+ dirichlet_boundary at Base 2.0.1
+ div_uh_d_at_qp at Base 2.0.1
+ dof_asum at Base 2.0.1
+ dof_axpy at Base 2.0.1
+ dof_axpy_d at Base 2.0.1
+ dof_compress at Base 2.0.1
+ dof_copy at Base 2.0.1
+ dof_copy_d at Base 2.0.1
+ dof_dot at Base 2.0.1
+ dof_dot_d at Base 2.0.1
+ dof_free_bit at Base 2.0.1
+ dof_free_mod at Base 2.0.1
+ dof_gemv at Base 2.0.1
+ dof_gemv_d at Base 2.0.1
+ dof_gemv_dowb at Base 2.0.1
+ dof_max at Base 2.0.1
+ dof_max_d at Base 2.0.1
+ dof_min at Base 2.0.1
+ dof_min_d at Base 2.0.1
+ dof_mv at Base 2.0.1
+ dof_mv_d at Base 2.0.1
+ dof_mv_dowb at Base 2.0.1
+ dof_nrm2 at Base 2.0.1
+ dof_nrm2_d at Base 2.0.1
+ dof_scal at Base 2.0.1
+ dof_scal_d at Base 2.0.1
+ dof_set at Base 2.0.1
+ dof_set_d at Base 2.0.1
+ dof_xpay at Base 2.0.1
+ dof_xpay_d at Base 2.0.1
+ el_det_0d at Base 2.0.1
+ el_det_1d at Base 2.0.1
+ el_grd_lambda_0d at Base 2.0.1
+ el_grd_lambda_1d at Base 2.0.1
+ el_volume_0d at Base 2.0.1
+ el_volume_1d at Base 2.0.1
+ ellipt_est at Base 2.0.1
+ ellipt_est_d at Base 2.0.1
+ enlarge_dof_lists at Base 2.0.1
+ eval_D2_uh at Base 2.0.1
+ eval_D2_uh_d at Base 2.0.1
+ eval_D2_uh_d_fast at Base 2.0.1
+ eval_D2_uh_fast at Base 2.0.1
+ eval_div_uh_d at Base 2.0.1
+ eval_div_uh_d_fast at Base 2.0.1
+ eval_grd_uh at Base 2.0.1
+ eval_grd_uh_d at Base 2.0.1
+ eval_grd_uh_d_fast at Base 2.0.1
+ eval_grd_uh_fast at Base 2.0.1
+ eval_uh at Base 2.0.1
+ eval_uh_d at Base 2.0.1
+ eval_uh_d_fast at Base 2.0.1
+ eval_uh_fast at Base 2.0.1
+ exit_BPX_precon at Base 2.0.1
+ exit_mat_vec_d at Base 2.0.1
+ exit_mat_vec_dowb at Base 2.0.1
+ exit_mat_vec_s at Base 2.0.1
+ f_at_qp at Base 2.0.1
+ f_d_at_qp at Base 2.0.1
+ fill_dowb_matrix_info at Base 2.0.1
+ fill_elinfo at Base 2.0.1
+ fill_macro_info at Base 2.0.1
+ fill_matrix_info at Base 2.0.1
+ find_el_at_pt at Base 2.0.1
+ free_dof at Base 2.0.1
+ free_dof_dof_vec at Base 2.0.1
+ free_dof_dowb_matrix at Base 2.0.1
+ free_dof_index at Base 2.0.1
+ free_dof_int_vec at Base 2.0.1
+ free_dof_matrix at Base 2.0.1
+ free_dof_ptr_vec at Base 2.0.1
+ free_dof_real_d_vec at Base 2.0.1
+ free_dof_real_vec at Base 2.0.1
+ free_dof_schar_vec at Base 2.0.1
+ free_dof_uchar_vec at Base 2.0.1
+ free_dowb_matrix_row at Base 2.0.1
+ free_element at Base 2.0.1
+ free_fe_space at Base 2.0.1
+ free_int_dof_vec at Base 2.0.1
+ free_macro_data at Base 2.0.1
+ free_matrix_row at Base 2.0.1
+ free_mesh at Base 2.0.1
+ free_rc_list at Base 2.0.1
+ free_real_d at Base 2.0.1
+ free_traverse_stack at Base 2.0.1
+ get_BPX_precon_d at Base 2.0.1
+ get_BPX_precon_s at Base 2.0.1
+ get_HB_precon_d at Base 2.0.1
+ get_HB_precon_s at Base 2.0.1
+ get_adapt_instat at Base 2.0.1
+ get_adapt_stat at Base 2.0.1
+ get_bas_fcts at Base 2.0.1
+ get_diag_precon_d at Base 2.0.1
+ get_diag_precon_dowb at Base 2.0.1
+ get_diag_precon_s at Base 2.0.1
+ get_discontinuous_lagrange at Base 2.0.1
+ get_dof at Base 2.0.1
+ get_dof_dof_vec at Base 2.0.1
+ get_dof_dowb_matrix at Base 2.0.1
+ get_dof_index at Base 2.0.1
+ get_dof_int_vec at Base 2.0.1
+ get_dof_matrix at Base 2.0.1
+ get_dof_ptr_vec at Base 2.0.1
+ get_dof_real_d_vec at Base 2.0.1
+ get_dof_real_vec at Base 2.0.1
+ get_dof_schar_vec at Base 2.0.1
+ get_dof_uchar_vec at Base 2.0.1
+ get_dowb_matrix_row at Base 2.0.1
+ get_element at Base 2.0.1
+ get_fe_space at Base 2.0.1
+ get_int_dof_vec at Base 2.0.1
+ get_lagrange at Base 2.0.1
+ get_lagrange_coord_flags at Base 2.0.1
+ get_lagrange_coords at Base 2.0.1
+ get_lumping_quadrature at Base 2.0.1
+ get_master at Base 2.0.1
+ get_master_binding at Base 2.0.1
+ get_matrix_row at Base 2.0.1
+ get_max_level at Base 2.0.1
+ get_q00_psi_phi at Base 2.0.1
+ get_q01_psi_phi at Base 2.0.1
+ get_q10_psi_phi at Base 2.0.1
+ get_q11_psi_phi at Base 2.0.1
+ get_quad_fast at Base 2.0.1
+ get_quadrature at Base 2.0.1
+ get_rc_list at Base 2.0.1
+ get_real_d at Base 2.0.1
+ get_slave_binding at Base 2.0.1
+ get_slave_dof_mapping at Base 2.0.1
+ get_submesh at Base 2.0.1
+ get_traverse_stack at Base 2.0.1
+ get_vertex_admin at Base 2.0.1
+ get_wall_normal_0d at Base 2.0.1
+ get_wall_normal_1d at Base 2.0.1
+ get_wall_quad_fast at Base 2.0.1
+ global_coarsen at Base 2.0.1
+ global_refine at Base 2.0.1
+ graph_clear_window at Base 2.0.1
+ graph_close_window at Base 2.0.1
+ graph_drv at Base 2.0.1
+ graph_drv_d at Base 2.0.1
+ graph_el_est at Base 2.0.1
+ graph_line at Base 2.0.1
+ graph_mesh at Base 2.0.1
+ graph_open_window at Base 2.0.1
+ graph_point at Base 2.0.1
+ graph_points at Base 2.0.1
+ grd_f_at_qp at Base 2.0.1
+ grd_f_d_at_qp at Base 2.0.1
+ grd_uh_at_qp at Base 2.0.1
+ grd_uh_d_at_qp at Base 2.0.1
+ heat_est at Base 2.0.1
+ heat_est_d at Base 2.0.1
+ init_leaf_data at Base 2.0.1
+ init_mat_vec_d at Base 2.0.1
+ init_mat_vec_dowb at Base 2.0.1
+ init_mat_vec_s at Base 2.0.1
+ integrate_std_simp at Base 2.0.1
+ interpol at Base 2.0.1
+ interpol_d at Base 2.0.1
+ macro_data2mesh at Base 2.0.1
+ macro_test at Base 2.0.1
+ marking at Base 2.0.1
+ mat_vec_d at Base 2.0.1
+ mat_vec_dowb at Base 2.0.1
+ mat_vec_s at Base 2.0.1
+ max_err_at_qp at Base 2.0.1
+ max_err_at_vert at Base 2.0.1
+ max_err_d_at_qp at Base 2.0.1
+ mesh2macro_data at Base 2.0.1
+ mesh_traverse at Base 2.0.1
+ mg_s at Base 2.0.1
+ mg_s_exit at Base 2.0.1
+ mg_s_init at Base 2.0.1
+ mg_s_solve at Base 2.0.1
+ new_bas_fcts at Base 2.0.1
+ oem_solve_d at Base 2.0.1
+ oem_solve_dowb at Base 2.0.1
+ oem_solve_s at Base 2.0.1
+ param_D2_uh_at_qp at Base 2.0.1
+ param_D2_uh_d_at_qp at Base 2.0.1
+ param_div_uh_d_at_qp at Base 2.0.1
+ param_grd_uh_at_qp at Base 2.0.1
+ param_grd_uh_d_at_qp at Base 2.0.1
+ print_dof_dowb_matrix at Base 2.0.1
+ print_dof_int_vec at Base 2.0.1
+ print_dof_matrix at Base 2.0.1
+ print_dof_ptr_vec at Base 2.0.1
+ print_dof_real_d_vec at Base 2.0.1
+ print_dof_real_vec at Base 2.0.1
+ print_dof_schar_vec at Base 2.0.1
+ print_dof_uchar_vec at Base 2.0.1
+ print_quadrature at Base 2.0.1
+ read_dof_int_vec at Base 2.0.1
+ read_dof_int_vec_xdr at Base 2.0.1
+ read_dof_real_d_vec at Base 2.0.1
+ read_dof_real_d_vec_xdr at Base 2.0.1
+ read_dof_real_vec at Base 2.0.1
+ read_dof_real_vec_xdr at Base 2.0.1
+ read_dof_schar_vec at Base 2.0.1
+ read_dof_schar_vec_xdr at Base 2.0.1
+ read_dof_uchar_vec at Base 2.0.1
+ read_dof_uchar_vec_xdr at Base 2.0.1
+ read_macro at Base 2.0.1
+ read_macro_bin at Base 2.0.1
+ read_macro_xdr at Base 2.0.1
+ read_mesh at Base 2.0.1
+ read_mesh_xdr at Base 2.0.1
+ read_submesh at Base 2.0.1
+ read_submesh_xdr at Base 2.0.1
+ refine at Base 2.0.1
+ remove_traverse_hook at Base 2.0.1
+ rgb_albert at Base 2.0.1
+ rgb_alberta at Base 2.0.1
+ rgb_black at Base 2.0.1
+ rgb_blue at Base 2.0.1
+ rgb_cyan at Base 2.0.1
+ rgb_green at Base 2.0.1
+ rgb_grey50 at Base 2.0.1
+ rgb_magenta at Base 2.0.1
+ rgb_red at Base 2.0.1
+ rgb_white at Base 2.0.1
+ rgb_yellow at Base 2.0.1
+ sor_d at Base 2.0.1
+ sor_dowb at Base 2.0.1
+ sor_s at Base 2.0.1
+ sort_wall_indices at Base 2.0.1
+ sort_wall_indices_0d at Base 2.0.1
+ sort_wall_indices_1d at Base 2.0.1
+ sorted_wall_indices at Base 2.0.1
+ sorted_wall_indices_0d at Base 2.0.1
+ sorted_wall_indices_1d at Base 2.0.1
+ ssor_d at Base 2.0.1
+ ssor_dowb at Base 2.0.1
+ ssor_s at Base 2.0.1
+ subtree_traverse_first at Base 2.0.1
+ test_dof_dowb_matrix at Base 2.0.1
+ test_dof_matrix at Base 2.0.1
+ test_traverse at Base 2.0.1
+ trace_dof_real_d_vec at Base 2.0.1
+ trace_dof_real_vec at Base 2.0.1
+ traverse_first at Base 2.0.1
+ traverse_neighbour at Base 2.0.1
+ traverse_next at Base 2.0.1
+ traverse_parent at Base 2.0.1
+ uh_at_qp at Base 2.0.1
+ uh_d_at_qp at Base 2.0.1
+ unchain_submesh at Base 2.0.1
+ update_dof_dowb_matrix at Base 2.0.1
+ update_dof_matrix at Base 2.0.1
+ update_dof_real_d_vec at Base 2.0.1
+ update_dof_real_vec at Base 2.0.1
+ update_dowb_matrix at Base 2.0.1
+ update_matrix at Base 2.0.1
+ update_real_d_vec at Base 2.0.1
+ update_real_vec at Base 2.0.1
+ use_lagrange_parametric at Base 2.0.1
+ vertex_of_edge_2d at Base 2.0.1
+ vertex_of_edge_3d at Base 2.0.1
+ wall_orientation at Base 2.0.1
+ wall_orientation_0d at Base 2.0.1
+ wall_orientation_1d at Base 2.0.1
+ world_to_coord_0d at Base 2.0.1
+ world_to_coord_1d at Base 2.0.1
+ write_dof_int_vec at Base 2.0.1
+ write_dof_int_vec_xdr at Base 2.0.1
+ write_dof_matrix_pbm at Base 2.0.1
+ write_dof_real_d_vec at Base 2.0.1
+ write_dof_real_d_vec_xdr at Base 2.0.1
+ write_dof_real_vec at Base 2.0.1
+ write_dof_real_vec_xdr at Base 2.0.1
+ write_dof_schar_vec at Base 2.0.1
+ write_dof_schar_vec_xdr at Base 2.0.1
+ write_dof_uchar_vec at Base 2.0.1
+ write_dof_uchar_vec_xdr at Base 2.0.1
+ write_dof_vec_gmv at Base 2.0.1
+ write_macro at Base 2.0.1
+ write_macro_bin at Base 2.0.1
+ write_macro_data at Base 2.0.1
+ write_macro_data_bin at Base 2.0.1
+ write_macro_data_xdr at Base 2.0.1
+ write_macro_xdr at Base 2.0.1
+ write_mesh at Base 2.0.1
+ write_mesh_gmv at Base 2.0.1
+ write_mesh_ps at Base 2.0.1
+ write_mesh_xdr at Base 2.0.1
+libalberta_2d.so.2 libalberta2 #MINVER#
+ AI_add_dof_dof_vec_to_admin at Base 2.0.1
+ AI_add_dof_dowb_matrix_to_admin at Base 2.0.1
+ AI_add_dof_int_vec_to_admin at Base 2.0.1
+ AI_add_dof_matrix_to_admin at Base 2.0.1
+ AI_add_dof_ptr_vec_to_admin at Base 2.0.1
+ AI_add_dof_real_d_vec_to_admin at Base 2.0.1
+ AI_add_dof_real_vec_to_admin at Base 2.0.1
+ AI_add_dof_schar_vec_to_admin at Base 2.0.1
+ AI_add_dof_uchar_vec_to_admin at Base 2.0.1
+ AI_add_int_dof_vec_to_admin at Base 2.0.1
+ AI_advance_cookies_rec at Base 2.0.1
+ AI_bisect_element_2d at Base 2.0.1
+ AI_bisect_patch_2d at Base 2.0.1
+ AI_check_slavery at Base 2.0.1
+ AI_coarse_patch_2d at Base 2.0.1
+ AI_coarse_recursive_1d at Base 2.0.1
+ AI_fill_missing_dofs at Base 2.0.1
+ AI_free_dof_vec_list at Base 2.0.1
+ AI_free_leaf_data at Base 2.0.1
+ AI_get_dof_admin at Base 2.0.1
+ AI_get_dof_list at Base 2.0.1
+ AI_get_dof_memory at Base 2.0.1
+ AI_get_dof_ptr_list at Base 2.0.1
+ AI_get_dof_vec_list at Base 2.0.1
+ AI_get_leaf_data at Base 2.0.1
+ AI_post_refine_1d at Base 2.0.1
+ AI_post_refine_2d at Base 2.0.1
+ AI_reactivate_dof at Base 2.0.1
+ AI_refine_fct_1d at Base 2.0.1
+ AI_remove_dof_dof_vec_from_admin at Base 2.0.1
+ AI_remove_dof_dowb_matrix_from_admin at Base 2.0.1
+ AI_remove_dof_int_vec_from_admin at Base 2.0.1
+ AI_remove_dof_matrix_from_admin at Base 2.0.1
+ AI_remove_dof_ptr_vec_from_admin at Base 2.0.1
+ AI_remove_dof_real_d_vec_from_admin at Base 2.0.1
+ AI_remove_dof_real_vec_from_admin at Base 2.0.1
+ AI_remove_dof_schar_vec_from_admin at Base 2.0.1
+ AI_remove_dof_uchar_vec_from_admin at Base 2.0.1
+ AI_remove_int_dof_vec_from_admin at Base 2.0.1
+ AI_run_traverse_hooks at Base 2.0.1
+ AI_test_traverse_nr at Base 2.0.1
+ AI_xdr_DOF at Base 2.0.1
+ AI_xdr_REAL at Base 2.0.1
+ AI_xdr_S_CHAR at Base 2.0.1
+ AI_xdr_U_CHAR at Base 2.0.1
+ AI_xdr_close_file at Base 2.0.1
+ AI_xdr_int at Base 2.0.1
+ AI_xdr_open_file at Base 2.0.1
+ D2_uh_at_qp at Base 2.0.1
+ D2_uh_d_at_qp at Base 2.0.1
+ H1_err at Base 2.0.1
+ H1_err_d at Base 2.0.1
+ H1_norm_uh at Base 2.0.1
+ H1_norm_uh_d at Base 2.0.1
+ L2_err at Base 2.0.1
+ L2_err_d at Base 2.0.1
+ L2_norm_uh at Base 2.0.1
+ L2_norm_uh_d at Base 2.0.1
+ L2scp_fct_bas at Base 2.0.1
+ L2scp_fct_bas_d at Base 2.0.1
+ MG at Base 2.0.1
+ MG_s_dof_copy_from_sparse at Base 2.0.1
+ MG_s_dof_copy_to_sparse at Base 2.0.1
+ MG_s_exact_solver at Base 2.0.1
+ MG_s_free_mem at Base 2.0.1
+ MG_s_gemv at Base 2.0.1
+ MG_s_prolongate at Base 2.0.1
+ MG_s_reset_mat at Base 2.0.1
+ MG_s_resid at Base 2.0.1
+ MG_s_restrict at Base 2.0.1
+ MG_s_restrict_mg_matrices at Base 2.0.1
+ MG_s_setup_levels at Base 2.0.1
+ MG_s_setup_mat_b at Base 2.0.1
+ MG_s_smoother at Base 2.0.1
+ MG_s_sort_mat at Base 2.0.1
+ adapt_method_instat at Base 2.0.1
+ adapt_method_stat at Base 2.0.1
+ add_element_d_vec at Base 2.0.1
+ add_element_dowb_matrix at Base 2.0.1
+ add_element_matrix at Base 2.0.1
+ add_element_vec at Base 2.0.1
+ add_traverse_hook at Base 2.0.1
+ alloc_macro_data at Base 2.0.1
+ check_and_get_mesh at Base 2.0.1
+ check_mesh at Base 2.0.1
+ child_edge_3d at Base 2.0.1
+ child_orientation_3d at Base 2.0.1
+ child_vertex_3d at Base 2.0.1
+ clear_dof_dowb_matrix at Base 2.0.1
+ clear_dof_matrix at Base 2.0.1
+ coarsen at Base 2.0.1
+ compute_neigh_fast at Base 2.0.1
+ coord_to_world_0d at Base 2.0.1
+ coord_to_world_1d at Base 2.0.1
+ coord_to_world_2d at Base 2.0.1
+ dirichlet_bound at Base 2.0.1
+ dirichlet_bound_d at Base 2.0.1
+ dirichlet_boundary at Base 2.0.1
+ div_uh_d_at_qp at Base 2.0.1
+ dof_asum at Base 2.0.1
+ dof_axpy at Base 2.0.1
+ dof_axpy_d at Base 2.0.1
+ dof_compress at Base 2.0.1
+ dof_copy at Base 2.0.1
+ dof_copy_d at Base 2.0.1
+ dof_dot at Base 2.0.1
+ dof_dot_d at Base 2.0.1
+ dof_free_bit at Base 2.0.1
+ dof_free_mod at Base 2.0.1
+ dof_gemv at Base 2.0.1
+ dof_gemv_d at Base 2.0.1
+ dof_gemv_dowb at Base 2.0.1
+ dof_max at Base 2.0.1
+ dof_max_d at Base 2.0.1
+ dof_min at Base 2.0.1
+ dof_min_d at Base 2.0.1
+ dof_mv at Base 2.0.1
+ dof_mv_d at Base 2.0.1
+ dof_mv_dowb at Base 2.0.1
+ dof_nrm2 at Base 2.0.1
+ dof_nrm2_d at Base 2.0.1
+ dof_scal at Base 2.0.1
+ dof_scal_d at Base 2.0.1
+ dof_set at Base 2.0.1
+ dof_set_d at Base 2.0.1
+ dof_xpay at Base 2.0.1
+ dof_xpay_d at Base 2.0.1
+ el_det_0d at Base 2.0.1
+ el_det_1d at Base 2.0.1
+ el_det_2d at Base 2.0.1
+ el_grd_lambda_0d at Base 2.0.1
+ el_grd_lambda_1d at Base 2.0.1
+ el_grd_lambda_2d at Base 2.0.1
+ el_volume_0d at Base 2.0.1
+ el_volume_1d at Base 2.0.1
+ el_volume_2d at Base 2.0.1
+ ellipt_est at Base 2.0.1
+ ellipt_est_d at Base 2.0.1
+ enlarge_dof_lists at Base 2.0.1
+ eval_D2_uh at Base 2.0.1
+ eval_D2_uh_d at Base 2.0.1
+ eval_D2_uh_d_fast at Base 2.0.1
+ eval_D2_uh_fast at Base 2.0.1
+ eval_div_uh_d at Base 2.0.1
+ eval_div_uh_d_fast at Base 2.0.1
+ eval_grd_uh at Base 2.0.1
+ eval_grd_uh_d at Base 2.0.1
+ eval_grd_uh_d_fast at Base 2.0.1
+ eval_grd_uh_fast at Base 2.0.1
+ eval_uh at Base 2.0.1
+ eval_uh_d at Base 2.0.1
+ eval_uh_d_fast at Base 2.0.1
+ eval_uh_fast at Base 2.0.1
+ exit_BPX_precon at Base 2.0.1
+ exit_mat_vec_d at Base 2.0.1
+ exit_mat_vec_dowb at Base 2.0.1
+ exit_mat_vec_s at Base 2.0.1
+ f_at_qp at Base 2.0.1
+ f_d_at_qp at Base 2.0.1
+ fill_dowb_matrix_info at Base 2.0.1
+ fill_elinfo at Base 2.0.1
+ fill_macro_info at Base 2.0.1
+ fill_matrix_info at Base 2.0.1
+ find_el_at_pt at Base 2.0.1
+ find_level at Base 2.0.1
+ free_dof at Base 2.0.1
+ free_dof_dof_vec at Base 2.0.1
+ free_dof_dowb_matrix at Base 2.0.1
+ free_dof_index at Base 2.0.1
+ free_dof_int_vec at Base 2.0.1
+ free_dof_matrix at Base 2.0.1
+ free_dof_ptr_vec at Base 2.0.1
+ free_dof_real_d_vec at Base 2.0.1
+ free_dof_real_vec at Base 2.0.1
+ free_dof_schar_vec at Base 2.0.1
+ free_dof_uchar_vec at Base 2.0.1
+ free_dowb_matrix_row at Base 2.0.1
+ free_element at Base 2.0.1
+ free_fe_space at Base 2.0.1
+ free_int_dof_vec at Base 2.0.1
+ free_macro_data at Base 2.0.1
+ free_matrix_row at Base 2.0.1
+ free_mesh at Base 2.0.1
+ free_rc_list at Base 2.0.1
+ free_real_d at Base 2.0.1
+ free_traverse_stack at Base 2.0.1
+ get_BPX_precon_d at Base 2.0.1
+ get_BPX_precon_s at Base 2.0.1
+ get_HB_precon_d at Base 2.0.1
+ get_HB_precon_s at Base 2.0.1
+ get_adapt_instat at Base 2.0.1
+ get_adapt_stat at Base 2.0.1
+ get_bas_fcts at Base 2.0.1
+ get_diag_precon_d at Base 2.0.1
+ get_diag_precon_dowb at Base 2.0.1
+ get_diag_precon_s at Base 2.0.1
+ get_discontinuous_lagrange at Base 2.0.1
+ get_dof at Base 2.0.1
+ get_dof_dof_vec at Base 2.0.1
+ get_dof_dowb_matrix at Base 2.0.1
+ get_dof_index at Base 2.0.1
+ get_dof_int_vec at Base 2.0.1
+ get_dof_matrix at Base 2.0.1
+ get_dof_ptr_vec at Base 2.0.1
+ get_dof_real_d_vec at Base 2.0.1
+ get_dof_real_vec at Base 2.0.1
+ get_dof_schar_vec at Base 2.0.1
+ get_dof_uchar_vec at Base 2.0.1
+ get_dowb_matrix_row at Base 2.0.1
+ get_element at Base 2.0.1
+ get_fe_space at Base 2.0.1
+ get_int_dof_vec at Base 2.0.1
+ get_lagrange at Base 2.0.1
+ get_lagrange_coord_flags at Base 2.0.1
+ get_lagrange_coords at Base 2.0.1
+ get_lumping_quadrature at Base 2.0.1
+ get_master at Base 2.0.1
+ get_master_binding at Base 2.0.1
+ get_matrix_row at Base 2.0.1
+ get_max_level at Base 2.0.1
+ get_q00_psi_phi at Base 2.0.1
+ get_q01_psi_phi at Base 2.0.1
+ get_q10_psi_phi at Base 2.0.1
+ get_q11_psi_phi at Base 2.0.1
+ get_quad_fast at Base 2.0.1
+ get_quadrature at Base 2.0.1
+ get_rc_list at Base 2.0.1
+ get_real_d at Base 2.0.1
+ get_slave_binding at Base 2.0.1
+ get_slave_dof_mapping at Base 2.0.1
+ get_submesh at Base 2.0.1
+ get_traverse_stack at Base 2.0.1
+ get_vertex_admin at Base 2.0.1
+ get_wall_normal_0d at Base 2.0.1
+ get_wall_normal_1d at Base 2.0.1
+ get_wall_normal_2d at Base 2.0.1
+ get_wall_quad_fast at Base 2.0.1
+ global_coarsen at Base 2.0.1
+ global_refine at Base 2.0.1
+ graph_clear_window at Base 2.0.1
+ graph_close_window at Base 2.0.1
+ graph_drv at Base 2.0.1
+ graph_drv_d at Base 2.0.1
+ graph_el_est at Base 2.0.1
+ graph_fvalues_2d at Base 2.0.1
+ graph_level_2d at Base 2.0.1
+ graph_level_d_2d at Base 2.0.1
+ graph_levels_2d at Base 2.0.1
+ graph_levels_d_2d at Base 2.0.1
+ graph_line at Base 2.0.1
+ graph_mesh at Base 2.0.1
+ graph_mesh_mg_2d at Base 2.0.1
+ graph_open_window at Base 2.0.1
+ graph_point at Base 2.0.1
+ graph_points at Base 2.0.1
+ graph_values_mg_2d at Base 2.0.1
+ grd_f_at_qp at Base 2.0.1
+ grd_f_d_at_qp at Base 2.0.1
+ grd_uh_at_qp at Base 2.0.1
+ grd_uh_d_at_qp at Base 2.0.1
+ heat_est at Base 2.0.1
+ heat_est_d at Base 2.0.1
+ init_leaf_data at Base 2.0.1
+ init_mat_vec_d at Base 2.0.1
+ init_mat_vec_dowb at Base 2.0.1
+ init_mat_vec_s at Base 2.0.1
+ integrate_std_simp at Base 2.0.1
+ interpol at Base 2.0.1
+ interpol_d at Base 2.0.1
+ level_coord_to_el_coord_2d at Base 2.0.1
+ level_coord_to_world_2d at Base 2.0.1
+ level_element_det_2d at Base 2.0.1
+ macro_data2mesh at Base 2.0.1
+ macro_test at Base 2.0.1
+ marking at Base 2.0.1
+ mat_vec_d at Base 2.0.1
+ mat_vec_dowb at Base 2.0.1
+ mat_vec_s at Base 2.0.1
+ max_err_at_qp at Base 2.0.1
+ max_err_at_vert at Base 2.0.1
+ max_err_d_at_qp at Base 2.0.1
+ mesh2macro_data at Base 2.0.1
+ mesh_traverse at Base 2.0.1
+ mg_s at Base 2.0.1
+ mg_s_exit at Base 2.0.1
+ mg_s_init at Base 2.0.1
+ mg_s_solve at Base 2.0.1
+ new_bas_fcts at Base 2.0.1
+ oem_solve_d at Base 2.0.1
+ oem_solve_dowb at Base 2.0.1
+ oem_solve_s at Base 2.0.1
+ param_D2_uh_at_qp at Base 2.0.1
+ param_D2_uh_d_at_qp at Base 2.0.1
+ param_div_uh_d_at_qp at Base 2.0.1
+ param_grd_uh_at_qp at Base 2.0.1
+ param_grd_uh_d_at_qp at Base 2.0.1
+ print_dof_dowb_matrix at Base 2.0.1
+ print_dof_int_vec at Base 2.0.1
+ print_dof_matrix at Base 2.0.1
+ print_dof_ptr_vec at Base 2.0.1
+ print_dof_real_d_vec at Base 2.0.1
+ print_dof_real_vec at Base 2.0.1
+ print_dof_schar_vec at Base 2.0.1
+ print_dof_uchar_vec at Base 2.0.1
+ print_quadrature at Base 2.0.1
+ read_dof_int_vec at Base 2.0.1
+ read_dof_int_vec_xdr at Base 2.0.1
+ read_dof_real_d_vec at Base 2.0.1
+ read_dof_real_d_vec_xdr at Base 2.0.1
+ read_dof_real_vec at Base 2.0.1
+ read_dof_real_vec_xdr at Base 2.0.1
+ read_dof_schar_vec at Base 2.0.1
+ read_dof_schar_vec_xdr at Base 2.0.1
+ read_dof_uchar_vec at Base 2.0.1
+ read_dof_uchar_vec_xdr at Base 2.0.1
+ read_macro at Base 2.0.1
+ read_macro_bin at Base 2.0.1
+ read_macro_xdr at Base 2.0.1
+ read_mesh at Base 2.0.1
+ read_mesh_xdr at Base 2.0.1
+ read_submesh at Base 2.0.1
+ read_submesh_xdr at Base 2.0.1
+ refine at Base 2.0.1
+ remove_traverse_hook at Base 2.0.1
+ rgb_albert at Base 2.0.1
+ rgb_alberta at Base 2.0.1
+ rgb_black at Base 2.0.1
+ rgb_blue at Base 2.0.1
+ rgb_cyan at Base 2.0.1
+ rgb_green at Base 2.0.1
+ rgb_grey50 at Base 2.0.1
+ rgb_magenta at Base 2.0.1
+ rgb_red at Base 2.0.1
+ rgb_white at Base 2.0.1
+ rgb_yellow at Base 2.0.1
+ set_element_mark at Base 2.0.1
+ sor_d at Base 2.0.1
+ sor_dowb at Base 2.0.1
+ sor_s at Base 2.0.1
+ sort_wall_indices at Base 2.0.1
+ sort_wall_indices_0d at Base 2.0.1
+ sort_wall_indices_1d at Base 2.0.1
+ sort_wall_indices_2d at Base 2.0.1
+ sorted_wall_indices at Base 2.0.1
+ sorted_wall_indices_0d at Base 2.0.1
+ sorted_wall_indices_1d at Base 2.0.1
+ sorted_wall_indices_2d at Base 2.0.1
+ ssor_d at Base 2.0.1
+ ssor_dowb at Base 2.0.1
+ ssor_s at Base 2.0.1
+ subtree_traverse_first at Base 2.0.1
+ test_dof_dowb_matrix at Base 2.0.1
+ test_dof_matrix at Base 2.0.1
+ test_traverse at Base 2.0.1
+ trace_dof_real_d_vec at Base 2.0.1
+ trace_dof_real_vec at Base 2.0.1
+ traverse_first at Base 2.0.1
+ traverse_neighbour at Base 2.0.1
+ traverse_next at Base 2.0.1
+ traverse_parent at Base 2.0.1
+ uh_at_qp at Base 2.0.1
+ uh_d_at_qp at Base 2.0.1
+ unchain_submesh at Base 2.0.1
+ update_dof_dowb_matrix at Base 2.0.1
+ update_dof_matrix at Base 2.0.1
+ update_dof_real_d_vec at Base 2.0.1
+ update_dof_real_vec at Base 2.0.1
+ update_dowb_matrix at Base 2.0.1
+ update_matrix at Base 2.0.1
+ update_real_d_vec at Base 2.0.1
+ update_real_vec at Base 2.0.1
+ use_lagrange_parametric at Base 2.0.1
+ vertex_of_edge_2d at Base 2.0.1
+ vertex_of_edge_3d at Base 2.0.1
+ wall_orientation at Base 2.0.1
+ wall_orientation_0d at Base 2.0.1
+ wall_orientation_1d at Base 2.0.1
+ wall_orientation_2d at Base 2.0.1
+ world_to_coord_0d at Base 2.0.1
+ world_to_coord_1d at Base 2.0.1
+ world_to_coord_2d at Base 2.0.1
+ write_dof_int_vec at Base 2.0.1
+ write_dof_int_vec_xdr at Base 2.0.1
+ write_dof_matrix_pbm at Base 2.0.1
+ write_dof_real_d_vec at Base 2.0.1
+ write_dof_real_d_vec_xdr at Base 2.0.1
+ write_dof_real_vec at Base 2.0.1
+ write_dof_real_vec_xdr at Base 2.0.1
+ write_dof_schar_vec at Base 2.0.1
+ write_dof_schar_vec_xdr at Base 2.0.1
+ write_dof_uchar_vec at Base 2.0.1
+ write_dof_uchar_vec_xdr at Base 2.0.1
+ write_dof_vec_gmv at Base 2.0.1
+ write_macro at Base 2.0.1
+ write_macro_bin at Base 2.0.1
+ write_macro_data at Base 2.0.1
+ write_macro_data_bin at Base 2.0.1
+ write_macro_data_xdr at Base 2.0.1
+ write_macro_xdr at Base 2.0.1
+ write_mesh at Base 2.0.1
+ write_mesh_gmv at Base 2.0.1
+ write_mesh_ps at Base 2.0.1
+ write_mesh_xdr at Base 2.0.1
+libalberta_3d.so.2 libalberta2 #MINVER#
+ AI_add_dof_dof_vec_to_admin at Base 2.0.1
+ AI_add_dof_dowb_matrix_to_admin at Base 2.0.1
+ AI_add_dof_int_vec_to_admin at Base 2.0.1
+ AI_add_dof_matrix_to_admin at Base 2.0.1
+ AI_add_dof_ptr_vec_to_admin at Base 2.0.1
+ AI_add_dof_real_d_vec_to_admin at Base 2.0.1
+ AI_add_dof_real_vec_to_admin at Base 2.0.1
+ AI_add_dof_schar_vec_to_admin at Base 2.0.1
+ AI_add_dof_uchar_vec_to_admin at Base 2.0.1
+ AI_add_int_dof_vec_to_admin at Base 2.0.1
+ AI_advance_cookies_rec at Base 2.0.1
+ AI_bisect_element_2d at Base 2.0.1
+ AI_bisect_patch_2d at Base 2.0.1
+ AI_check_slavery at Base 2.0.1
+ AI_coarse_patch_2d at Base 2.0.1
+ AI_coarse_recursive_1d at Base 2.0.1
+ AI_fill_missing_dofs at Base 2.0.1
+ AI_free_dof_vec_list at Base 2.0.1
+ AI_free_leaf_data at Base 2.0.1
+ AI_get_dof_admin at Base 2.0.1
+ AI_get_dof_list at Base 2.0.1
+ AI_get_dof_memory at Base 2.0.1
+ AI_get_dof_ptr_list at Base 2.0.1
+ AI_get_dof_vec_list at Base 2.0.1
+ AI_get_leaf_data at Base 2.0.1
+ AI_get_neigh_on_patch_3d at Base 2.0.1
+ AI_get_orientation at Base 2.0.1
+ AI_post_refine_1d at Base 2.0.1
+ AI_post_refine_2d at Base 2.0.1
+ AI_reactivate_dof at Base 2.0.1
+ AI_refine_fct_1d at Base 2.0.1
+ AI_remove_dof_dof_vec_from_admin at Base 2.0.1
+ AI_remove_dof_dowb_matrix_from_admin at Base 2.0.1
+ AI_remove_dof_int_vec_from_admin at Base 2.0.1
+ AI_remove_dof_matrix_from_admin at Base 2.0.1
+ AI_remove_dof_ptr_vec_from_admin at Base 2.0.1
+ AI_remove_dof_real_d_vec_from_admin at Base 2.0.1
+ AI_remove_dof_real_vec_from_admin at Base 2.0.1
+ AI_remove_dof_schar_vec_from_admin at Base 2.0.1
+ AI_remove_dof_uchar_vec_from_admin at Base 2.0.1
+ AI_remove_int_dof_vec_from_admin at Base 2.0.1
+ AI_run_traverse_hooks at Base 2.0.1
+ AI_test_traverse_nr at Base 2.0.1
+ AI_update_elinfo_3d at Base 2.0.1
+ AI_update_elinfo_stack_3d at Base 2.0.1
+ AI_xdr_DOF at Base 2.0.1
+ AI_xdr_REAL at Base 2.0.1
+ AI_xdr_S_CHAR at Base 2.0.1
+ AI_xdr_U_CHAR at Base 2.0.1
+ AI_xdr_close_file at Base 2.0.1
+ AI_xdr_int at Base 2.0.1
+ AI_xdr_open_file at Base 2.0.1
+ D2_uh_at_qp at Base 2.0.1
+ D2_uh_d_at_qp at Base 2.0.1
+ H1_err at Base 2.0.1
+ H1_err_d at Base 2.0.1
+ H1_norm_uh at Base 2.0.1
+ H1_norm_uh_d at Base 2.0.1
+ L2_err at Base 2.0.1
+ L2_err_d at Base 2.0.1
+ L2_norm_uh at Base 2.0.1
+ L2_norm_uh_d at Base 2.0.1
+ L2scp_fct_bas at Base 2.0.1
+ L2scp_fct_bas_d at Base 2.0.1
+ MG at Base 2.0.1
+ MG_s_dof_copy_from_sparse at Base 2.0.1
+ MG_s_dof_copy_to_sparse at Base 2.0.1
+ MG_s_exact_solver at Base 2.0.1
+ MG_s_free_mem at Base 2.0.1
+ MG_s_gemv at Base 2.0.1
+ MG_s_prolongate at Base 2.0.1
+ MG_s_reset_mat at Base 2.0.1
+ MG_s_resid at Base 2.0.1
+ MG_s_restrict at Base 2.0.1
+ MG_s_restrict_mg_matrices at Base 2.0.1
+ MG_s_setup_levels at Base 2.0.1
+ MG_s_setup_mat_b at Base 2.0.1
+ MG_s_smoother at Base 2.0.1
+ MG_s_sort_mat at Base 2.0.1
+ adapt_method_instat at Base 2.0.1
+ adapt_method_stat at Base 2.0.1
+ add_element_d_vec at Base 2.0.1
+ add_element_dowb_matrix at Base 2.0.1
+ add_element_matrix at Base 2.0.1
+ add_element_vec at Base 2.0.1
+ add_traverse_hook at Base 2.0.1
+ adjacent_child_3d at Base 2.0.1
+ alloc_macro_data at Base 2.0.1
+ check_and_get_mesh at Base 2.0.1
+ check_mesh at Base 2.0.1
+ child_edge_3d at Base 2.0.1
+ child_orientation_3d at Base 2.0.1
+ child_vertex_3d at Base 2.0.1
+ clear_dof_dowb_matrix at Base 2.0.1
+ clear_dof_matrix at Base 2.0.1
+ coarsen at Base 2.0.1
+ compute_neigh_fast at Base 2.0.1
+ coord_to_world_0d at Base 2.0.1
+ coord_to_world_1d at Base 2.0.1
+ coord_to_world_2d at Base 2.0.1
+ coord_to_world_3d at Base 2.0.1
+ dirichlet_bound at Base 2.0.1
+ dirichlet_bound_d at Base 2.0.1
+ dirichlet_boundary at Base 2.0.1
+ div_uh_d_at_qp at Base 2.0.1
+ dof_asum at Base 2.0.1
+ dof_axpy at Base 2.0.1
+ dof_axpy_d at Base 2.0.1
+ dof_compress at Base 2.0.1
+ dof_copy at Base 2.0.1
+ dof_copy_d at Base 2.0.1
+ dof_dot at Base 2.0.1
+ dof_dot_d at Base 2.0.1
+ dof_free_bit at Base 2.0.1
+ dof_free_mod at Base 2.0.1
+ dof_gemv at Base 2.0.1
+ dof_gemv_d at Base 2.0.1
+ dof_gemv_dowb at Base 2.0.1
+ dof_max at Base 2.0.1
+ dof_max_d at Base 2.0.1
+ dof_min at Base 2.0.1
+ dof_min_d at Base 2.0.1
+ dof_mv at Base 2.0.1
+ dof_mv_d at Base 2.0.1
+ dof_mv_dowb at Base 2.0.1
+ dof_nrm2 at Base 2.0.1
+ dof_nrm2_d at Base 2.0.1
+ dof_scal at Base 2.0.1
+ dof_scal_d at Base 2.0.1
+ dof_set at Base 2.0.1
+ dof_set_d at Base 2.0.1
+ dof_xpay at Base 2.0.1
+ dof_xpay_d at Base 2.0.1
+ edge_of_dofs_3d at Base 2.0.1
+ el_det_0d at Base 2.0.1
+ el_det_1d at Base 2.0.1
+ el_det_2d at Base 2.0.1
+ el_det_3d at Base 2.0.1
+ el_grd_lambda_0d at Base 2.0.1
+ el_grd_lambda_1d at Base 2.0.1
+ el_grd_lambda_2d at Base 2.0.1
+ el_grd_lambda_3d at Base 2.0.1
+ el_volume_0d at Base 2.0.1
+ el_volume_1d at Base 2.0.1
+ el_volume_2d at Base 2.0.1
+ el_volume_3d at Base 2.0.1
+ ellipt_est at Base 2.0.1
+ ellipt_est_d at Base 2.0.1
+ enlarge_dof_lists at Base 2.0.1
+ eval_D2_uh at Base 2.0.1
+ eval_D2_uh_d at Base 2.0.1
+ eval_D2_uh_d_fast at Base 2.0.1
+ eval_D2_uh_fast at Base 2.0.1
+ eval_div_uh_d at Base 2.0.1
+ eval_div_uh_d_fast at Base 2.0.1
+ eval_grd_uh at Base 2.0.1
+ eval_grd_uh_d at Base 2.0.1
+ eval_grd_uh_d_fast at Base 2.0.1
+ eval_grd_uh_fast at Base 2.0.1
+ eval_uh at Base 2.0.1
+ eval_uh_d at Base 2.0.1
+ eval_uh_d_fast at Base 2.0.1
+ eval_uh_fast at Base 2.0.1
+ exit_BPX_precon at Base 2.0.1
+ exit_mat_vec_d at Base 2.0.1
+ exit_mat_vec_dowb at Base 2.0.1
+ exit_mat_vec_s at Base 2.0.1
+ f_at_qp at Base 2.0.1
+ f_d_at_qp at Base 2.0.1
+ fill_dowb_matrix_info at Base 2.0.1
+ fill_elinfo at Base 2.0.1
+ fill_macro_info at Base 2.0.1
+ fill_matrix_info at Base 2.0.1
+ find_el_at_pt at Base 2.0.1
+ find_level at Base 2.0.1
+ free_dof at Base 2.0.1
+ free_dof_dof_vec at Base 2.0.1
+ free_dof_dowb_matrix at Base 2.0.1
+ free_dof_index at Base 2.0.1
+ free_dof_int_vec at Base 2.0.1
+ free_dof_matrix at Base 2.0.1
+ free_dof_ptr_vec at Base 2.0.1
+ free_dof_real_d_vec at Base 2.0.1
+ free_dof_real_vec at Base 2.0.1
+ free_dof_schar_vec at Base 2.0.1
+ free_dof_uchar_vec at Base 2.0.1
+ free_dowb_matrix_row at Base 2.0.1
+ free_element at Base 2.0.1
+ free_fe_space at Base 2.0.1
+ free_int_dof_vec at Base 2.0.1
+ free_macro_data at Base 2.0.1
+ free_matrix_row at Base 2.0.1
+ free_mesh at Base 2.0.1
+ free_rc_list at Base 2.0.1
+ free_real_d at Base 2.0.1
+ free_traverse_stack at Base 2.0.1
+ get_BPX_precon_d at Base 2.0.1
+ get_BPX_precon_s at Base 2.0.1
+ get_HB_precon_d at Base 2.0.1
+ get_HB_precon_s at Base 2.0.1
+ get_adapt_instat at Base 2.0.1
+ get_adapt_stat at Base 2.0.1
+ get_bas_fcts at Base 2.0.1
+ get_diag_precon_d at Base 2.0.1
+ get_diag_precon_dowb at Base 2.0.1
+ get_diag_precon_s at Base 2.0.1
+ get_discontinuous_lagrange at Base 2.0.1
+ get_dof at Base 2.0.1
+ get_dof_dof_vec at Base 2.0.1
+ get_dof_dowb_matrix at Base 2.0.1
+ get_dof_index at Base 2.0.1
+ get_dof_int_vec at Base 2.0.1
+ get_dof_matrix at Base 2.0.1
+ get_dof_ptr_vec at Base 2.0.1
+ get_dof_real_d_vec at Base 2.0.1
+ get_dof_real_vec at Base 2.0.1
+ get_dof_schar_vec at Base 2.0.1
+ get_dof_uchar_vec at Base 2.0.1
+ get_dowb_matrix_row at Base 2.0.1
+ get_element at Base 2.0.1
+ get_fe_space at Base 2.0.1
+ get_int_dof_vec at Base 2.0.1
+ get_lagrange at Base 2.0.1
+ get_lagrange_coord_flags at Base 2.0.1
+ get_lagrange_coords at Base 2.0.1
+ get_lumping_quadrature at Base 2.0.1
+ get_master at Base 2.0.1
+ get_master_binding at Base 2.0.1
+ get_matrix_row at Base 2.0.1
+ get_max_level at Base 2.0.1
+ get_q00_psi_phi at Base 2.0.1
+ get_q01_psi_phi at Base 2.0.1
+ get_q10_psi_phi at Base 2.0.1
+ get_q11_psi_phi at Base 2.0.1
+ get_quad_fast at Base 2.0.1
+ get_quadrature at Base 2.0.1
+ get_rc_list at Base 2.0.1
+ get_real_d at Base 2.0.1
+ get_slave_binding at Base 2.0.1
+ get_slave_dof_mapping at Base 2.0.1
+ get_submesh at Base 2.0.1
+ get_traverse_stack at Base 2.0.1
+ get_vertex_admin at Base 2.0.1
+ get_wall_normal_0d at Base 2.0.1
+ get_wall_normal_1d at Base 2.0.1
+ get_wall_normal_2d at Base 2.0.1
+ get_wall_normal_3d at Base 2.0.1
+ get_wall_quad_fast at Base 2.0.1
+ global_coarsen at Base 2.0.1
+ global_refine at Base 2.0.1
+ graph_clear_window at Base 2.0.1
+ graph_close_window at Base 2.0.1
+ graph_drv at Base 2.0.1
+ graph_drv_d at Base 2.0.1
+ graph_el_est at Base 2.0.1
+ graph_line at Base 2.0.1
+ graph_mesh at Base 2.0.1
+ graph_open_window at Base 2.0.1
+ graph_point at Base 2.0.1
+ graph_points at Base 2.0.1
+ grd_f_at_qp at Base 2.0.1
+ grd_f_d_at_qp at Base 2.0.1
+ grd_uh_at_qp at Base 2.0.1
+ grd_uh_d_at_qp at Base 2.0.1
+ heat_est at Base 2.0.1
+ heat_est_d at Base 2.0.1
+ init_leaf_data at Base 2.0.1
+ init_mat_vec_d at Base 2.0.1
+ init_mat_vec_dowb at Base 2.0.1
+ init_mat_vec_s at Base 2.0.1
+ integrate_std_simp at Base 2.0.1
+ interpol at Base 2.0.1
+ interpol_d at Base 2.0.1
+ level_coord_to_el_coord_2d at Base 2.0.1
+ level_coord_to_el_coord_3d at Base 2.0.1
+ level_coord_to_world_2d at Base 2.0.1
+ level_coord_to_world_3d at Base 2.0.1
+ level_element_det_2d at Base 2.0.1
+ level_element_det_3d at Base 2.0.1
+ macro_data2mesh at Base 2.0.1
+ macro_test at Base 2.0.1
+ marking at Base 2.0.1
+ mat_vec_d at Base 2.0.1
+ mat_vec_dowb at Base 2.0.1
+ mat_vec_s at Base 2.0.1
+ max_err_at_qp at Base 2.0.1
+ max_err_at_vert at Base 2.0.1
+ max_err_d_at_qp at Base 2.0.1
+ mesh2macro_data at Base 2.0.1
+ mesh_traverse at Base 2.0.1
+ mg_s at Base 2.0.1
+ mg_s_exit at Base 2.0.1
+ mg_s_init at Base 2.0.1
+ mg_s_solve at Base 2.0.1
+ n_child_edge_3d at Base 2.0.1
+ n_child_face_3d at Base 2.0.1
+ new_bas_fcts at Base 2.0.1
+ oem_solve_d at Base 2.0.1
+ oem_solve_dowb at Base 2.0.1
+ oem_solve_s at Base 2.0.1
+ param_D2_uh_at_qp at Base 2.0.1
+ param_D2_uh_d_at_qp at Base 2.0.1
+ param_div_uh_d_at_qp at Base 2.0.1
+ param_grd_uh_at_qp at Base 2.0.1
+ param_grd_uh_d_at_qp at Base 2.0.1
+ print_dof_dowb_matrix at Base 2.0.1
+ print_dof_int_vec at Base 2.0.1
+ print_dof_matrix at Base 2.0.1
+ print_dof_ptr_vec at Base 2.0.1
+ print_dof_real_d_vec at Base 2.0.1
+ print_dof_real_vec at Base 2.0.1
+ print_dof_schar_vec at Base 2.0.1
+ print_dof_uchar_vec at Base 2.0.1
+ print_quadrature at Base 2.0.1
+ read_dof_int_vec at Base 2.0.1
+ read_dof_int_vec_xdr at Base 2.0.1
+ read_dof_real_d_vec at Base 2.0.1
+ read_dof_real_d_vec_xdr at Base 2.0.1
+ read_dof_real_vec at Base 2.0.1
+ read_dof_real_vec_xdr at Base 2.0.1
+ read_dof_schar_vec at Base 2.0.1
+ read_dof_schar_vec_xdr at Base 2.0.1
+ read_dof_uchar_vec at Base 2.0.1
+ read_dof_uchar_vec_xdr at Base 2.0.1
+ read_macro at Base 2.0.1
+ read_macro_bin at Base 2.0.1
+ read_macro_xdr at Base 2.0.1
+ read_mesh at Base 2.0.1
+ read_mesh_xdr at Base 2.0.1
+ read_submesh at Base 2.0.1
+ read_submesh_xdr at Base 2.0.1
+ refine at Base 2.0.1
+ remove_traverse_hook at Base 2.0.1
+ rgb_albert at Base 2.0.1
+ rgb_alberta at Base 2.0.1
+ rgb_black at Base 2.0.1
+ rgb_blue at Base 2.0.1
+ rgb_cyan at Base 2.0.1
+ rgb_green at Base 2.0.1
+ rgb_grey50 at Base 2.0.1
+ rgb_magenta at Base 2.0.1
+ rgb_red at Base 2.0.1
+ rgb_white at Base 2.0.1
+ rgb_yellow at Base 2.0.1
+ set_element_mark at Base 2.0.1
+ sor_d at Base 2.0.1
+ sor_dowb at Base 2.0.1
+ sor_s at Base 2.0.1
+ sort_wall_indices at Base 2.0.1
+ sort_wall_indices_0d at Base 2.0.1
+ sort_wall_indices_1d at Base 2.0.1
+ sort_wall_indices_2d at Base 2.0.1
+ sort_wall_indices_3d at Base 2.0.1
+ sorted_wall_indices at Base 2.0.1
+ sorted_wall_indices_0d at Base 2.0.1
+ sorted_wall_indices_1d at Base 2.0.1
+ sorted_wall_indices_2d at Base 2.0.1
+ sorted_wall_indices_3d at Base 2.0.1
+ ssor_d at Base 2.0.1
+ ssor_dowb at Base 2.0.1
+ ssor_s at Base 2.0.1
+ subtree_traverse_first at Base 2.0.1
+ test_dof_dowb_matrix at Base 2.0.1
+ test_dof_matrix at Base 2.0.1
+ test_traverse at Base 2.0.1
+ trace_dof_real_d_vec at Base 2.0.1
+ trace_dof_real_vec at Base 2.0.1
+ traverse_first at Base 2.0.1
+ traverse_neighbour at Base 2.0.1
+ traverse_next at Base 2.0.1
+ traverse_parent at Base 2.0.1
+ uh_at_qp at Base 2.0.1
+ uh_d_at_qp at Base 2.0.1
+ unchain_submesh at Base 2.0.1
+ update_dof_dowb_matrix at Base 2.0.1
+ update_dof_matrix at Base 2.0.1
+ update_dof_real_d_vec at Base 2.0.1
+ update_dof_real_vec at Base 2.0.1
+ update_dowb_matrix at Base 2.0.1
+ update_matrix at Base 2.0.1
+ update_real_d_vec at Base 2.0.1
+ update_real_vec at Base 2.0.1
+ use_lagrange_parametric at Base 2.0.1
+ vertex_of_edge_2d at Base 2.0.1
+ vertex_of_edge_3d at Base 2.0.1
+ wall_orientation at Base 2.0.1
+ wall_orientation_0d at Base 2.0.1
+ wall_orientation_1d at Base 2.0.1
+ wall_orientation_2d at Base 2.0.1
+ wall_orientation_3d at Base 2.0.1
+ world_to_coord_0d at Base 2.0.1
+ world_to_coord_1d at Base 2.0.1
+ world_to_coord_2d at Base 2.0.1
+ world_to_coord_3d at Base 2.0.1
+ write_dof_int_vec at Base 2.0.1
+ write_dof_int_vec_xdr at Base 2.0.1
+ write_dof_matrix_pbm at Base 2.0.1
+ write_dof_real_d_vec at Base 2.0.1
+ write_dof_real_d_vec_xdr at Base 2.0.1
+ write_dof_real_vec at Base 2.0.1
+ write_dof_real_vec_xdr at Base 2.0.1
+ write_dof_schar_vec at Base 2.0.1
+ write_dof_schar_vec_xdr at Base 2.0.1
+ write_dof_uchar_vec at Base 2.0.1
+ write_dof_uchar_vec_xdr at Base 2.0.1
+ write_dof_vec_gmv at Base 2.0.1
+ write_macro at Base 2.0.1
+ write_macro_bin at Base 2.0.1
+ write_macro_data at Base 2.0.1
+ write_macro_data_bin at Base 2.0.1
+ write_macro_data_xdr at Base 2.0.1
+ write_macro_xdr at Base 2.0.1
+ write_mesh at Base 2.0.1
+ write_mesh_gmv at Base 2.0.1
+ write_mesh_ps at Base 2.0.1
+ write_mesh_xdr at Base 2.0.1
+libalberta_util.so.2 libalberta2 #MINVER#
+ Add_parameter at Base 2.0.1
+ add_parameter at Base 2.0.1
+ alberta_alloc at Base 2.0.1
+ alberta_calloc at Base 2.0.1
+ alberta_free at Base 2.0.1
+ alberta_matrix at Base 2.0.1
+ alberta_realloc at Base 2.0.1
+ alberta_wait at Base 2.0.1
+ break_info at Base 2.0.1
+ change_error_out at Base 2.0.1
+ change_msg_out at Base 2.0.1
+ check_workspace at Base 2.0.1
+ clear_workspace at Base 2.0.1
+ dexpy_ at Base 2.0.1
+ dmxpy_ at Base 2.0.1
+ drandn_ at Base 2.0.1
+ dxpay_ at Base 2.0.1
+ free_alberta_matrix at Base 2.0.1
+ free_oem_workspace at Base 2.0.1
+ free_void_list_element at Base 2.0.1
+ free_workspace at Base 2.0.1
+ funcName at Base 2.0.1
+ generate_filename at Base 2.0.1
+ get_parameter at Base 2.0.1
+ get_void_list_element at Base 2.0.1
+ get_workspace at Base 2.0.1
+ gmres_k_residual_0 at Base 2.0.1
+ init_param_func_name at Base 2.0.1
+ init_parameters at Base 2.0.1
+ init_parameters_cpp at Base 2.0.1
+ msg_info at Base 2.0.1
+ msg_wait at Base 2.0.1
+ nls_banach at Base 2.0.1
+ nls_newton at Base 2.0.1
+ nls_newton_br at Base 2.0.1
+ nls_newton_ds at Base 2.0.1
+ nls_newton_fs at Base 2.0.1
+ oem_bicgstab at Base 2.0.1
+ oem_cg at Base 2.0.1
+ oem_gmres at Base 2.0.1
+ oem_gmres_k at Base 2.0.1
+ oem_odir at Base 2.0.1
+ oem_ores at Base 2.0.1
+ oem_spcg at Base 2.0.1
+ oem_tfqmr at Base 2.0.1
+ open_error_file at Base 2.0.1
+ open_msg_file at Base 2.0.1
+ print_error_funcname at Base 2.0.1
+ print_error_msg at Base 2.0.1
+ print_error_msg_exit at Base 2.0.1
+ print_funcname at Base 2.0.1
+ print_int_vec at Base 2.0.1
+ print_mem_use at Base 2.0.1
+ print_msg at Base 2.0.1
+ print_parameters at Base 2.0.1
+ print_real_vec at Base 2.0.1
+ print_warn_funcname at Base 2.0.1
+ print_warn_msg at Base 2.0.1
+ realloc_workspace at Base 2.0.1
+ save_parameters at Base 2.0.1
+ solve_info at Base 2.0.1
+ start_info at Base 2.0.1

Added: packages/libalberta2/trunk/debian/patches/00_as-needed.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/patches/00_as-needed.patch?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/patches/00_as-needed.patch (added)
+++ packages/libalberta2/trunk/debian/patches/00_as-needed.patch Thu Oct 30 11:02:37 2008
@@ -1,0 +1,38 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 00_as-needed.dpatch by  <andre at localhost>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: add --as-needed linker flag
+
+ at DPATCH@
+
+--- alberta-2.0/ltmain.sh.orig	2008-10-25 19:06:56.000000000 +0200
++++ alberta-2.0/ltmain.sh	2008-10-25 19:07:02.000000000 +0200
+@@ -1808,6 +1808,11 @@
+ 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+ 	;;
+ 
++      -Wl,--as-needed)
++	deplibs="$deplibs $arg"
++	continue
++	;;
++      
+       -Wl,*)
+ 	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
+ 	arg=
+@@ -2148,6 +2153,15 @@
+ 	lib=
+ 	found=no
+ 	case $deplib in
++	-Wl,--as-needed)
++		if test "$linkmode,$pass" = "prog,link"; then
++			compile_deplibs="$deplib $compile_deplibs"
++			finalize_deplibs="$deplib $finalize_deplibs"
++		else
++			deplibs="$deplib $deplibs"
++		fi
++		continue
++		;;
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ 	  if test "$linkmode,$pass" = "prog,link"; then
+ 	    compile_deplibs="$deplib $compile_deplibs"

Propchange: packages/libalberta2/trunk/debian/patches/00_as-needed.patch
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libalberta2/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/patches/00list?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/patches/00list (added)
+++ packages/libalberta2/trunk/debian/patches/00list Thu Oct 30 11:02:37 2008
@@ -1,0 +1,2 @@
+00_as-needed.patch
+01_linkfix.dpatch

Added: packages/libalberta2/trunk/debian/patches/01_linkfix.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/patches/01_linkfix.dpatch?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/patches/01_linkfix.dpatch (added)
+++ packages/libalberta2/trunk/debian/patches/01_linkfix.dpatch Thu Oct 30 11:02:37 2008
@@ -1,0 +1,106 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_linkfix.dpatch by  <andre at localhost>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: link alberta_util, blas, X and GL libs correctly
+
+ at DPATCH@
+
+diff -Nru alberta-2.0-orig/alberta/src/alberta_1d/Makefile.am alberta-2.0/alberta/src/alberta_1d/Makefile.am
+--- alberta-2.0-orig/alberta/src/alberta_1d/Makefile.am	2007-09-27 15:48:17.000000000 +0200
++++ alberta-2.0/alberta/src/alberta_1d/Makefile.am	2008-09-17 19:59:03.000000000 +0200
+@@ -13,6 +13,8 @@
+ AM_CFLAGS = $(ALBERTA_OPTIMIZE_CFLAGS)
+ 
+ nodist_libalberta_1d_la_SOURCES = $(sources)
++libalberta_1d_la_LIBADD = ../../../alberta_util/src/.libs/libalberta_util.la $(OPENGL_ALL_LIB)
++libalberta_1d_la_LDFLAGS = --as-needed -version-info 2:0:0
+ 
+ if HAVE_GLTOOLS
+ nodist_libalberta_1d_la_SOURCES += ../Common/gltools.c
+diff -Nru alberta-2.0-orig/alberta/src/alberta_1d_debug/Makefile.am alberta-2.0/alberta/src/alberta_1d_debug/Makefile.am
+--- alberta-2.0-orig/alberta/src/alberta_1d_debug/Makefile.am	2007-09-27 15:48:17.000000000 +0200
++++ alberta-2.0/alberta/src/alberta_1d_debug/Makefile.am	2008-09-17 20:01:36.000000000 +0200
+@@ -13,6 +13,8 @@
+ AM_CFLAGS = $(ALBERTA_DEBUG_CFLAGS)
+ 
+ nodist_libalberta_1d_debug_la_SOURCES = $(sources)
++libalberta_1d_debug_la_LIBADD = ../../../alberta_util/src/.libs/libalberta_util_debug.la $(OPENGL_ALL_LIB)
++libalberta_1d_debug_la_LDFLAGS = --as-needed -version-info 2:0:0
+ 
+ if HAVE_GLTOOLS
+ nodist_libalberta_1d_debug_la_SOURCES += ../Common/gltools.c
+diff -Nru alberta-2.0-orig/alberta/src/alberta_2d/Makefile.am alberta-2.0/alberta/src/alberta_2d/Makefile.am
+--- alberta-2.0-orig/alberta/src/alberta_2d/Makefile.am	2007-09-27 15:48:17.000000000 +0200
++++ alberta-2.0/alberta/src/alberta_2d/Makefile.am	2008-09-17 19:59:19.000000000 +0200
+@@ -13,6 +13,8 @@
+ AM_CFLAGS = $(ALBERTA_OPTIMIZE_CFLAGS)
+ 
+ nodist_libalberta_2d_la_SOURCES = $(sources)
++libalberta_2d_la_LIBADD = ../../../alberta_util/src/.libs/libalberta_util.la $(OPENGL_ALL_LIB)
++libalberta_2d_la_LDFLAGS = --as-needed -version-info 2:0:0
+ 
+ if HAVE_GLTOOLS
+ nodist_libalberta_2d_la_SOURCES += ../Common/gltools.c
+diff -Nru alberta-2.0-orig/alberta/src/alberta_2d_debug/Makefile.am alberta-2.0/alberta/src/alberta_2d_debug/Makefile.am
+--- alberta-2.0-orig/alberta/src/alberta_2d_debug/Makefile.am	2007-09-27 15:48:17.000000000 +0200
++++ alberta-2.0/alberta/src/alberta_2d_debug/Makefile.am	2008-09-17 20:01:29.000000000 +0200
+@@ -13,6 +13,8 @@
+ AM_CFLAGS = $(ALBERTA_DEBUG_CFLAGS)
+ 
+ nodist_libalberta_2d_debug_la_SOURCES = $(sources)
++libalberta_2d_debug_la_LIBADD = ../../../alberta_util/src/.libs/libalberta_util_debug.la $(OPENGL_ALL_LIB)
++libalberta_2d_debug_la_LDFLAGS = --as-needed -version-info 2:0:0
+ 
+ if HAVE_GLTOOLS
+ nodist_libalberta_2d_debug_la_SOURCES += ../Common/gltools.c
+diff -Nru alberta-2.0-orig/alberta/src/alberta_3d/Makefile.am alberta-2.0/alberta/src/alberta_3d/Makefile.am
+--- alberta-2.0-orig/alberta/src/alberta_3d/Makefile.am	2007-09-27 15:48:17.000000000 +0200
++++ alberta-2.0/alberta/src/alberta_3d/Makefile.am	2008-09-17 19:59:29.000000000 +0200
+@@ -13,6 +13,8 @@
+ AM_CFLAGS = $(ALBERTA_OPTIMIZE_CFLAGS)
+ 
+ nodist_libalberta_3d_la_SOURCES = $(sources)
++libalberta_3d_la_LIBADD = ../../../alberta_util/src/.libs/libalberta_util.la $(OPENGL_ALL_LIB)
++libalberta_3d_la_LDFLAGS = --as-needed -version-info 2:0:0
+ 
+ if HAVE_GLTOOLS
+ nodist_libalberta_3d_la_SOURCES += ../Common/gltools.c
+diff -Nru alberta-2.0-orig/alberta/src/alberta_3d_debug/Makefile.am alberta-2.0/alberta/src/alberta_3d_debug/Makefile.am
+--- alberta-2.0-orig/alberta/src/alberta_3d_debug/Makefile.am	2007-09-27 15:48:17.000000000 +0200
++++ alberta-2.0/alberta/src/alberta_3d_debug/Makefile.am	2008-09-17 20:01:18.000000000 +0200
+@@ -13,6 +13,8 @@
+ AM_CFLAGS = $(ALBERTA_DEBUG_CFLAGS)
+ 
+ nodist_libalberta_3d_debug_la_SOURCES = $(sources)
++libalberta_3d_debug_la_LIBADD = ../../../alberta_util/src/.libs/libalberta_util_debug.la $(OPENGL_ALL_LIB)
++libalberta_3d_debug_la_LDFLAGS = --as-needed -version-info 2:0:0
+ 
+ if HAVE_GLTOOLS
+ nodist_libalberta_3d_debug_la_SOURCES += ../Common/gltools.c
+diff -Nru alberta-2.0-orig/alberta_util/src/Makefile.am alberta-2.0/alberta_util/src/Makefile.am
+--- alberta-2.0-orig/alberta_util/src/Makefile.am	2007-09-27 15:56:20.000000000 +0200
++++ alberta-2.0/alberta_util/src/Makefile.am	2008-09-17 19:58:20.000000000 +0200
+@@ -1,4 +1,7 @@
+-lib_LTLIBRARIES = libalberta_util.la libalberta_util_debug.la
++lib_LTLIBRARIES = libalberta_util.la 
++if ALBERTA_DEBUG
++lib_LTLIBRARIES += libalberta_util_debug.la
++endif
+ 
+ UTIL_SRC = alberta_util.h divers.c \
+ msg.c alloc.c parameters.c cg.c gmres.c newton_fs.c spcg.c \
+@@ -7,9 +7,13 @@
+ 
+ libalberta_util_la_SOURCES = $(UTIL_SRC)
+ libalberta_util_la_CFLAGS = $(ALBERTA_OPTIMIZE_CFLAGS)
++libalberta_util_la_LIBADD = $(BLAS_LIB)
++libalberta_util_la_LDFLAGS = --as-needed -version-info 2:0:0
+ 
+ libalberta_util_debug_la_SOURCES = $(UTIL_SRC)
+ libalberta_util_debug_la_CFLAGS = $(ALBERTA_DEBUG_CFLAGS)
++libalberta_util_debug_la_LIBADD = $(BLAS_LIB)
++libalberta_util_debug_la_LDFLAGS = --as-needed -version-info 2:0:0
+ 
+ F77LD = $(CCLD)
+ 

Propchange: packages/libalberta2/trunk/debian/patches/01_linkfix.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libalberta2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libalberta2/trunk/debian/rules?rev=35291&op=file
==============================================================================
--- packages/libalberta2/trunk/debian/rules (added)
+++ packages/libalberta2/trunk/debian/rules Thu Oct 30 11:02:37 2008
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+
+DEB_CONFIGURE_USER_FLAGS := --prefix=/usr --mandir=\$${prefix}/share/man --without-grape --without-silo --without-dx --without-gltools --disable-install-libtool --disable-debug --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
+
+DEB_MAKE_INSTALL_TARGET := DESTDIR=$(CURDIR)/debian/tmp install

Propchange: packages/libalberta2/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the debian-science-commits mailing list