Commit 7e9a572b authored by Tomáš Jakubec's avatar Tomáš Jakubec
Browse files

This first commit of new implementation of 2D and 3D unstructured mesh.

Now the intent is clear and only few things like center points are to be implemented.
Then create wrappers for cells, faces etc.
Also is necessary to create methods for calculating lebesgue meassure.
parents
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt

SOURCES += \
        main.cpp \
    ../debug/debug.cpp

HEADERS += \
    cellboundaryconnection.h \
    cellconnection.h \
    ../debug/debug.h \
    ../debug/htmllogger.h \
    mesh_element.h \
    unstructed_mesh_define.h \
    unstructuredmesh.h \
    vertex.h
+0 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −0

File added.

Preview size limit exceeded, changes collapsed.