Skip to content

Commit

Permalink
Cleaned up assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Mattheus-Moerman committed Apr 26, 2024
1 parent 99898c5 commit c1d211d
Show file tree
Hide file tree
Showing 57 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [Unreleased]

- Moved excess data from assets folder to dedicated repository


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pkg> add https://github.com/COMODO-research/Comodo.jl
# Getting started
To get started install the package, study the documentation, and test some of the demos provided in the [`examples`](https://github.com/COMODO-research/Comodo.jl/tree/main/examples) folder.

<img src="assets/img/comodo_snippets.gif" alt="comodo overview" width="50%"/>
<img src="https://github.com/COMODO-research/Comodo_data_docs/blob/main/img_anim/comodo_snippets.gif" alt="Comodo snippets" width="50%"/>


# Documentation
Expand All @@ -26,7 +26,7 @@ To get started install the package, study the documentation, and test some of th
# Combining with finite element analysis
For finite element analysis users are encouraged to combine the Comodo capabilities with the open source C++ solver [FEBio](https://febio.org/), e.g. based on the Julia wrapper [FEBio.jl](https://github.com/febiosoftware/FEBio.jl). In addition, users may want to explore the Julia packages [Gridap.jl](https://github.com/gridap/Gridap.jl) and [Ferrite.jl](https://github.com/Ferrite-FEM/Ferrite.jl).

<img src="assets/img/febio_example_01.gif" alt="febio functionality" width="50%"/>
<img src="https://github.com/COMODO-research/Comodo_data_docs/blob/main/img_anim/febio_example_01.gif" alt="febio functionality" width="50%"/>

# Testing
You can test Comodo by running
Expand Down
Binary file removed assets/img/batman_01.jpg
Binary file not shown.
Binary file removed assets/img/boundaryedges_01.jpg
Binary file not shown.
Binary file removed assets/img/circlepoints_01.jpg
Binary file not shown.
Binary file removed assets/img/comodo_all.gif
Binary file not shown.
Binary file removed assets/img/comodo_snippets.gif
Binary file not shown.
Binary file removed assets/img/count_edge_face_01.jpg
Binary file not shown.
Binary file removed assets/img/dirplot_01.jpg
Binary file not shown.
Binary file removed assets/img/dist_01.jpg
Binary file not shown.
Binary file removed assets/img/distmarch_01.jpg
Binary file not shown.
Binary file removed assets/img/edgeangles_01.jpg
Binary file not shown.
Binary file removed assets/img/edges2curve_01.jpg
Binary file not shown.
Binary file removed assets/img/evenly_sample_01.jpg
Binary file not shown.
Binary file removed assets/img/extrudecurve_01.jpg
Binary file not shown.
Binary file removed assets/img/facearea_01.jpg
Binary file not shown.
Binary file removed assets/img/facenormal_01.jpg
Binary file not shown.
Binary file removed assets/img/febio_example_01.gif
Binary file not shown.
Binary file removed assets/img/geosphere_01.jpg
Binary file not shown.
Binary file removed assets/img/gridpoints_01.jpg
Binary file not shown.
Binary file removed assets/img/gridpoints_equilateral_01.jpg
Binary file not shown.
Binary file removed assets/img/hexbox_01.jpg
Binary file not shown.
Binary file removed assets/img/interp_biharmonic_01.jpg
Binary file not shown.
Binary file removed assets/img/interp_biharmonic_spline_01.jpg
Binary file not shown.
Binary file removed assets/img/kabsch_rot_01.jpg
Binary file not shown.
Binary file removed assets/img/lerp_01.jpg
Binary file not shown.
Binary file removed assets/img/loftlinear_01.jpg
Binary file not shown.
Binary file removed assets/img/mergevertices_01.jpg
Diff not rendered.
Binary file removed assets/img/mergevertices_anim.gif
Diff not rendered.
Binary file removed assets/img/mesh_curvature_polynomial_01.jpg
Diff not rendered.
Binary file removed assets/img/meshconnectivity_01.jpg
Diff not rendered.
Binary file removed assets/img/meshgroup_01.jpg
Diff not rendered.
Binary file removed assets/img/mindist_01.jpg
Diff not rendered.
Binary file removed assets/img/nbezier_01.jpg
Diff not rendered.
Binary file removed assets/img/platonicsolid_01.jpg
Diff not rendered.
Binary file removed assets/img/quad2tri_01.jpg
Diff not rendered.
Binary file removed assets/img/quadplate_01.jpg
Diff not rendered.
Binary file removed assets/img/quadsphere_01.jpg
Diff not rendered.
Binary file removed assets/img/ray_triangle_intersect_01.jpg
Diff not rendered.
Binary file removed assets/img/regiontrimesh_01.jpg
Diff not rendered.
Binary file removed assets/img/regiontrimesh_02.jpg
Diff not rendered.
Binary file removed assets/img/remove_unused_vertices_01.jpg
Diff not rendered.
Binary file removed assets/img/revolvecurve_01.jpg
Diff not rendered.
Binary file removed assets/img/simplexcenter_01.jpg
Diff not rendered.
Binary file removed assets/img/smoothmesh_hc_01.jpg
Diff not rendered.
Binary file removed assets/img/smoothmesh_laplacian_01.jpg
Diff not rendered.
Binary file removed assets/img/subquad_01.jpg
Diff not rendered.
Binary file removed assets/img/subtri_01.jpg
Diff not rendered.
Binary file removed assets/img/surface_mesh_smoothing_anim.gif
Diff not rendered.
Binary file removed assets/img/surface_mesh_smoothing_anim.mp4
Binary file not shown.
Binary file removed assets/img/sweep_loft_anim_01.mp4
Binary file not shown.
Binary file removed assets/img/sweep_loft_anim_02.mp4
Binary file not shown.
Binary file removed assets/img/sweeploft_01.jpg
Diff not rendered.
Binary file removed assets/img/tridisc_01.jpg
Diff not rendered.
Binary file removed assets/img/triplate_01.jpg
Diff not rendered.
Binary file removed assets/img/trisurfslice_01.jpg
Diff not rendered.
Binary file removed assets/img/vertexnormal_01.jpg
Diff not rendered.

0 comments on commit c1d211d

Please sign in to comment.