trixi-framework / HOHQMesh

High Order Hex-Quad Mesh (HOHQMesh) package to automatically generate all-quadrilateral meshes with high order boundary information.
https://trixi-framework.github.io/HOHQMesh
Other
45 stars 8 forks source link

Add user manual in Markdown format #10

Closed DavidAKopriva closed 3 years ago

DavidAKopriva commented 3 years ago

Markdown file plus Figure directory.

codecov[bot] commented 3 years ago

Codecov Report

Merging #10 (05856a4) into master (e09caad) will not change coverage. The diff coverage is 81.81%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   57.12%   57.12%           
=======================================
  Files          65       65           
  Lines        9471     9471           
=======================================
  Hits         5410     5410           
  Misses       4061     4061           
Flag Coverage Δ
unittests 57.12% <81.81%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ce/Curves/DiscreteCurves/FRSegmentedCurveClass.f90 71.91% <ø> (ø)
Source/Mesh/LaplaceMeshSmoother.f90 0.00% <0.00%> (ø)
Source/Mesh/MeshBoundaryMethods.f90 73.70% <ø> (ø)
Source/Mesh/MeshCleaner.f90 67.44% <ø> (ø)
Source/Project/Sizer/Sizer.f90 70.62% <ø> (ø)
Source/Testing/CurveTests.f90 100.00% <ø> (ø)
Source/Foundation/Geometry.f90 82.92% <85.71%> (ø)
Source/MeshObjects/SMMeshObjects.f90 62.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5f4a262...05856a4. Read the comment docs.

DavidAKopriva commented 3 years ago

This is the first draft of the user manual in markdown format. It differs from the pdf that is currently in the repo.

DavidAKopriva commented 3 years ago

The table of contents looks different than in the local markdown editor. There seems to be one figure missing.

sloede commented 3 years ago

Superseded by #12.