]> git.leopard-lacewing.eu Git - bacc.git/commit
[bem3d] neuste Version eingescheckt
authortreecity <treecity@26120e32-c555-405d-b3e1-1f783fb42516>
Sat, 7 May 2011 15:00:55 +0000 (15:00 +0000)
committertreecity <treecity@26120e32-c555-405d-b3e1-1f783fb42516>
Sat, 7 May 2011 15:00:55 +0000 (15:00 +0000)
commitd9b9eeb504b290b4aa2e96fe3c5fed52a0c8c4c0
tree54a2d62ba9905a97b7925bd5c87d8333f4ceb792
parent988f026e9b274275e6418454aa1ce1eb1fce10e0
[bem3d] neuste Version eingescheckt
[bem3d] schnittstelle für achsenorientierte Rechtecke
[src] Karkulik skripte versucht zu testen -> eigenartige Lösungen

git-svn-id: https://drops.fb12.tu-berlin.de/svn/bacc/trunk@19 26120e32-c555-405d-b3e1-1f783fb42516
137 files changed:
src/bem3d/Makefile [new file with mode: 0644]
src/bem3d/ROADMAP [new file with mode: 0644]
src/bem3d/autom4te.cache/output.1
src/bem3d/autom4te.cache/output.2
src/bem3d/autom4te.cache/requests
src/bem3d/autom4te.cache/traces.1
src/bem3d/autom4te.cache/traces.2
src/bem3d/config.status [new file with mode: 0755]
src/bem3d/configure
src/bem3d/configure.ac
src/bem3d/src/HLibOperator.cpp [new file with mode: 0644]
src/bem3d/src/HLibOperator.hpp [new file with mode: 0644]
src/bem3d/src/HLibOperator_fwd.hpp [new file with mode: 0644]
src/bem3d/src/HLibOperator_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/Makefile [new file with mode: 0644]
src/bem3d/src/Makefile.am
src/bem3d/src/Makefile.in
src/bem3d/src/boundary_mesh/.deps/libhilbert_mesh_a-CouldNotDispatchCall.Po [new file with mode: 0644]
src/bem3d/src/boundary_mesh/.deps/libhilbert_mesh_a-DispatchIdNotSet.Po [new file with mode: 0644]
src/bem3d/src/boundary_mesh/.deps/libhilbert_mesh_a-FlexibleMesh.Po [new file with mode: 0644]
src/bem3d/src/boundary_mesh/.deps/libhilbert_mesh_a-GenericVector.Po [new file with mode: 0644]
src/bem3d/src/boundary_mesh/.deps/t.Po [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Face.cpp
src/bem3d/src/boundary_mesh/Face.hpp
src/bem3d/src/boundary_mesh/FaceDispatch.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/FaceDispatch_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Face_tmpl.cpp
src/bem3d/src/boundary_mesh/FlexibleMesh.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/FlexibleMesh.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/FlexibleMesh_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/HalfEdge.cpp [deleted file]
src/bem3d/src/boundary_mesh/HalfEdge.hpp
src/bem3d/src/boundary_mesh/HalfEdge_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Makefile [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Makefile.am
src/bem3d/src/boundary_mesh/Makefile.in
src/bem3d/src/boundary_mesh/Marker.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Marker_fwd.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Marker_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Mesh.cpp
src/bem3d/src/boundary_mesh/Mesh.hpp
src/bem3d/src/boundary_mesh/MeshBuilder.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/MeshBuilder_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/Vertex.cpp [deleted file]
src/bem3d/src/boundary_mesh/Vertex.hpp
src/bem3d/src/boundary_mesh/Vertex_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/algorithm/HandleObj.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/algorithm/HandleObj_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/algorithm/RefineUniformly.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/algorithm/RefineUniformly_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/dispatchTest.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/exception.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/exception/CouldNotDispatchCall.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/exception/CouldNotDispatchCall.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/exception/DispatchIdNotSet.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/exception/DispatchIdNotSet.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/exception/NoMatchingFaceType.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/exception/NoMatchingFaceType_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/exception/NoMatchingFaceType_tmpl.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/ConvexQuadrilateral.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/ConvexQuadrilateral_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/ConvexQuadrilateral_tmpl.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Parallelogram.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Parallelogram_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Parallelogram_tmpl.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Quadrilateral.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Quadrilateral_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Quadrilateral_tmpl.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Triangle.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Triangle_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/face/Triangle_tmpl.hpp [new file with mode: 0644]
src/bem3d/src/boundary_mesh/generic/AbstractIteratorBase.hpp [deleted file]
src/bem3d/src/boundary_mesh/generic/Marking.cpp [deleted file]
src/bem3d/src/boundary_mesh/generic/Marking.hpp [deleted file]
src/bem3d/src/boundary_mesh/layer/Marker.cpp [deleted file]
src/bem3d/src/boundary_mesh/layer/Marker.hpp [deleted file]
src/bem3d/src/boundary_mesh/mesh_compare.cpp
src/bem3d/src/boundary_mesh/mixin/ExportingObj.cpp [deleted file]
src/bem3d/src/boundary_mesh/mixin/ExportingObj.hpp [deleted file]
src/bem3d/src/boundary_mesh/mixin/LoadingObj.cpp [deleted file]
src/bem3d/src/boundary_mesh/mixin/LoadingObj.hpp [deleted file]
src/bem3d/src/boundary_mesh/mixin/RefiningAdaptivly.cpp
src/bem3d/src/boundary_mesh/mixin/RefiningUniformly.cpp [deleted file]
src/bem3d/src/boundary_mesh/mixin/RefiningUniformly.hpp [deleted file]
src/bem3d/src/boundary_mesh/t.cpp
src/bem3d/src/boundary_mesh/testhilbertmesh [new file with mode: 0755]
src/bem3d/src/boundary_mesh/types.hpp [new file with mode: 0644]
src/bem3d/src/config.h [new file with mode: 0644]
src/bem3d/src/generic/BaseTypes.hpp [new file with mode: 0644]
src/bem3d/src/generic/GenericVector.cpp
src/bem3d/src/generic/GenericVector.hpp
src/bem3d/src/generic/GenericVector_tmpl.cpp
src/bem3d/src/generic/Singleton.hpp [new file with mode: 0644]
src/bem3d/src/generic/Singleton_tmpl.cpp [new file with mode: 0644]
src/bem3d/src/generic/TypeList.hpp [new file with mode: 0644]
src/bem3d/src/hilbert.hpp
src/bem3d/src/laplace/.deps/testLaplace-GenericVector.Po [new file with mode: 0644]
src/bem3d/src/laplace/.deps/testLaplace-HLibOperator.Po [new file with mode: 0644]
src/bem3d/src/laplace/.deps/testLaplace-SimpleLayerPotential.Po [new file with mode: 0644]
src/bem3d/src/laplace/.deps/testLaplace-TriangleIntegrator.Po [new file with mode: 0644]
src/bem3d/src/laplace/.deps/testLaplace-t.Po [new file with mode: 0644]
src/bem3d/src/laplace/Makefile [new file with mode: 0644]
src/bem3d/src/laplace/Makefile.am
src/bem3d/src/laplace/Makefile.in [new file with mode: 0644]
src/bem3d/src/laplace/SLPrecangle.cpp [new file with mode: 0644]
src/bem3d/src/laplace/SLPrecangle.hpp [new file with mode: 0644]
src/bem3d/src/laplace/SimpleLayerPotential.cpp
src/bem3d/src/laplace/SimpleLayerPotential.hpp
src/bem3d/src/laplace/TriangleIntegrator.cpp
src/bem3d/src/laplace/TriangleIntegrator.hpp
src/bem3d/src/laplace/V.ps [new file with mode: 0644]
src/bem3d/src/laplace/clustertree.ps [new file with mode: 0644]
src/bem3d/src/laplace/clustertree.txt [new file with mode: 0644]
src/bem3d/src/laplace/t.cpp
src/bem3d/src/laplace/testLaplace [new file with mode: 0755]
src/bem3d/src/mesh_explorer/Makefile [new file with mode: 0644]
src/bem3d/src/mesh_explorer/Mesh.hpp [new file with mode: 0644]
src/bem3d/src/mesh_explorer/MeshWidget.cpp [new file with mode: 0644]
src/bem3d/src/mesh_explorer/MeshWidget.hpp [new file with mode: 0644]
src/bem3d/src/mesh_explorer/mesh_explorer.cpp [new file with mode: 0644]
src/bem3d/src/mesh_explorer/mesh_explorer.pro [new file with mode: 0644]
src/bem3d/src/mesh_explorer/moc_MeshWidget.cpp [new file with mode: 0644]
src/bem3d/src/spaces/.deps/libhilbert_spaces_a-P0Space.Po [new file with mode: 0644]
src/bem3d/src/spaces/.deps/testP0Space-t.Po [new file with mode: 0644]
src/bem3d/src/spaces/HLibSpace.hpp [new file with mode: 0644]
src/bem3d/src/spaces/Makefile [new file with mode: 0644]
src/bem3d/src/spaces/Makefile.am
src/bem3d/src/spaces/Makefile.in
src/bem3d/src/spaces/P0Space.cpp
src/bem3d/src/spaces/P0Space.hpp
src/bem3d/src/spaces/t.cpp
src/bem3d/src/spaces/testP0Space [new file with mode: 0755]
src/bem3d/src/stamp-h1 [new file with mode: 0644]
src/build_A.cpp
src/build_A.mexa64 [new file with mode: 0755]
src/exportCOEL.m [new file with mode: 0644]
src/test_solveError.m