]> git.leopard-lacewing.eu Git - bacc.git/commit
[dir] bem3d hinzugefügt
authortreecity <treecity@26120e32-c555-405d-b3e1-1f783fb42516>
Wed, 30 Mar 2011 12:05:37 +0000 (12:05 +0000)
committertreecity <treecity@26120e32-c555-405d-b3e1-1f783fb42516>
Wed, 30 Mar 2011 12:05:37 +0000 (12:05 +0000)
commit9d7c0673a07580d4b6c99a0a0e7b12e17aa662f8
treece38f28d946f90ca78970ed7a7a24baaf8ebd6cb
parent0f9e32135b6f43faab771aa168b9a84343719f17
[dir] bem3d hinzugefügt
[src] bem3d compeliert erfolgreich
[eclipse] Projekt erstellt

git-svn-id: https://drops.fb12.tu-berlin.de/svn/bacc/trunk@3 26120e32-c555-405d-b3e1-1f783fb42516
85 files changed:
.cproject [new file with mode: 0644]
.project [new file with mode: 0644]
src/bem3d/AUTHORS [new file with mode: 0644]
src/bem3d/COPYING [new file with mode: 0644]
src/bem3d/ChangeLog [new file with mode: 0644]
src/bem3d/Doxyfile [new file with mode: 0644]
src/bem3d/INSTALL [new file with mode: 0644]
src/bem3d/Makefile.am [new file with mode: 0644]
src/bem3d/Makefile.in [new file with mode: 0644]
src/bem3d/NEWS [new file with mode: 0644]
src/bem3d/README [new file with mode: 0644]
src/bem3d/configure [new file with mode: 0755]
src/bem3d/configure.ac [new file with mode: 0644]
src/bem3d/depcomp [new file with mode: 0755]
src/bem3d/install-sh [new file with mode: 0755]
src/bem3d/m4/ax_blas.m4 [new file with mode: 0644]
src/bem3d/m4/ax_boost_base.m4 [new file with mode: 0644]
src/bem3d/m4/ax_boost_regex.m4 [new file with mode: 0644]
src/bem3d/m4/ax_hlib.m4 [new file with mode: 0644]
src/bem3d/m4/ax_lapack.m4 [new file with mode: 0644]
src/bem3d/m4/ax_prog_doxygen.m4 [new file with mode: 0644]
src/bem3d/missing [new file with mode: 0755]
src/bem3d/src/Makefile.am [new file with mode: 0644]
src/bem3d/src/Makefile.in [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Face.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Face.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Face_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/HalfEdge.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/HalfEdge.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Makefile.am [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Makefile.in [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Mesh.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Mesh.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Vertex.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Vertex.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/generic/AbstractIteratorBase.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/generic/Marking.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/generic/Marking.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/layer/Marker.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/layer/Marker.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/layer/RefinementData.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/layer/RefinementData.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/layer/matlab_engine/Plotting.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/layer/matlab_engine/Plotting.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/layer/matlab_engine/Session.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/layer/matlab_engine/Session.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mesh_compare.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/Comparing.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/Comparing.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/ExportingMatlabFormat.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/ExportingMatlabFormat.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/ExportingObj.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/ExportingObj.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/LoadingMatlabFormat.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/LoadingMatlabFormat.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/LoadingObj.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/LoadingObj.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/MeshMixin.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/RefiningAdaptivly.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/RefiningAdaptivly.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/RefiningUniformly.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/mixin/RefiningUniformly.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/t.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/t/Testing.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/t/Testing.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/t/adap_refine.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/tools/matlab/plot_mesh.m [new file with mode: 0644]
src/bem3d/src/boundary_mesh/tools/matlab/read_obj.m [new file with mode: 0644]
src/bem3d/src/config.h.in [new file with mode: 0644]
src/bem3d/src/exception.hpp [new file with mode: 0644]
src/bem3d/src/generic/GenericVector.cpp [new file with mode: 0644]
src/bem3d/src/generic/GenericVector.hpp [new file with mode: 0644]
src/bem3d/src/generic/GenericVector_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/hilbert.hpp [new file with mode: 0644]
src/bem3d/src/laplace/Makefile.am [new file with mode: 0644]
src/bem3d/src/laplace/SimpleLayerPotential.cpp [new file with mode: 0644]
src/bem3d/src/laplace/SimpleLayerPotential.hpp [new file with mode: 0644]
src/bem3d/src/laplace/TriangleIntegrator.cpp [new file with mode: 0644]
src/bem3d/src/laplace/TriangleIntegrator.hpp [new file with mode: 0644]
src/bem3d/src/laplace/t.cpp [new file with mode: 0644]
src/bem3d/src/spaces/Makefile.am [new file with mode: 0644]
src/bem3d/src/spaces/Makefile.in [new file with mode: 0644]
src/bem3d/src/spaces/P0Space.cpp [new file with mode: 0644]
src/bem3d/src/spaces/P0Space.hpp [new file with mode: 0644]
src/bem3d/src/spaces/t.cpp [new file with mode: 0644]