Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PaMPA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PaMPA
PaMPA
Commits
f5f470b2
Commit
f5f470b2
authored
May 06, 2019
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing licence headers
parent
2d2d89ec
Changes
163
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
163 changed files
with
4517 additions
and
232 deletions
+4517
-232
.gitlab-ci.yml
.gitlab-ci.yml
+0
-3
src/libpampa/dmesh_adapt.c
src/libpampa/dmesh_adapt.c
+28
-1
src/libpampa/dmesh_adapt.h
src/libpampa/dmesh_adapt.h
+28
-1
src/libpampa/dmesh_adapt_coarsen.c
src/libpampa/dmesh_adapt_coarsen.c
+28
-1
src/libpampa/dmesh_adapt_coarsen_grow.c
src/libpampa/dmesh_adapt_coarsen_grow.c
+28
-1
src/libpampa/dmesh_adapt_common.c
src/libpampa/dmesh_adapt_common.c
+28
-1
src/libpampa/dmesh_adapt_common.h
src/libpampa/dmesh_adapt_common.h
+28
-1
src/libpampa/dmesh_adapt_geompart.c
src/libpampa/dmesh_adapt_geompart.c
+28
-1
src/libpampa/dmesh_adapt_graph_grow.c
src/libpampa/dmesh_adapt_graph_grow.c
+28
-1
src/libpampa/dmesh_adapt_mesh_grow.c
src/libpampa/dmesh_adapt_mesh_grow.c
+28
-1
src/libpampa/dmesh_adapt_part.c
src/libpampa/dmesh_adapt_part.c
+28
-1
src/libpampa/dmesh_adapt_part_mesh_grow.c
src/libpampa/dmesh_adapt_part_mesh_grow.c
+28
-1
src/libpampa/dmesh_band.c
src/libpampa/dmesh_band.c
+28
-1
src/libpampa/dmesh_grow.c
src/libpampa/dmesh_grow.c
+28
-1
src/libpampa/dmesh_io_mesh_save.c
src/libpampa/dmesh_io_mesh_save.c
+26
-1
src/libpampa/dmesh_rebuild.c
src/libpampa/dmesh_rebuild.c
+28
-1
src/libpampa/dmesh_rebuild.h
src/libpampa/dmesh_rebuild.h
+28
-1
src/libpampa/dmesh_zone_dist.c
src/libpampa/dmesh_zone_dist.c
+28
-1
src/libpampa/dmesh_zone_dist.h
src/libpampa/dmesh_zone_dist.h
+28
-1
src/libpampa/library_av_iter.c
src/libpampa/library_av_iter.c
+30
-6
src/libpampa/library_dmesh_adapt.c
src/libpampa/library_dmesh_adapt.c
+28
-1
src/libpampa/library_dmesh_band.c
src/libpampa/library_dmesh_band.c
+28
-1
src/libpampa/library_dmesh_gather.F90
src/libpampa/library_dmesh_gather.F90
+30
-6
src/libpampa/library_dmesh_gather.c
src/libpampa/library_dmesh_gather.c
+26
-1
src/libpampa/library_dmesh_gather_induce_multiple.c
src/libpampa/library_dmesh_gather_induce_multiple.c
+26
-1
src/libpampa/library_dmesh_io_mesh_save.c
src/libpampa/library_dmesh_io_mesh_save.c
+26
-1
src/libpampa/library_dmesh_save.c
src/libpampa/library_dmesh_save.c
+26
-1
src/libpampa/library_mdmesh.c
src/libpampa/library_mdmesh.c
+26
-1
src/libpampa/library_mdmesh_coar_level_build.c
src/libpampa/library_mdmesh_coar_level_build.c
+26
-1
src/libpampa/library_mdmesh_dmesh_data.c
src/libpampa/library_mdmesh_dmesh_data.c
+26
-1
src/libpampa/library_mdmesh_iter.c
src/libpampa/library_mdmesh_iter.c
+26
-1
src/libpampa/library_mdmesh_level.c
src/libpampa/library_mdmesh_level.c
+26
-1
src/libpampa/library_mdmesh_redist.c
src/libpampa/library_mdmesh_redist.c
+26
-1
src/libpampa/library_mesh_create.c
src/libpampa/library_mesh_create.c
+26
-1
src/libpampa/library_mesh_induce_multiple.c
src/libpampa/library_mesh_induce_multiple.c
+26
-1
src/libpampa/library_mesh_io_mesh_save.c
src/libpampa/library_mesh_io_mesh_save.c
+26
-1
src/libpampa/library_mesh_io_surface_save.c
src/libpampa/library_mesh_io_surface_save.c
+26
-1
src/libpampa/library_mesh_rebuild.c
src/libpampa/library_mesh_rebuild.c
+26
-1
src/libpampa/library_smesh.c
src/libpampa/library_smesh.c
+26
-1
src/libpampa/library_smesh_build.c
src/libpampa/library_smesh_build.c
+26
-1
src/libpampa/library_smesh_data.c
src/libpampa/library_smesh_data.c
+26
-1
src/libpampa/library_smesh_io_save.c
src/libpampa/library_smesh_io_save.c
+26
-1
src/libpampa/library_smesh_mesh.c
src/libpampa/library_smesh_mesh.c
+26
-1
src/libpampa/library_smesh_values.c
src/libpampa/library_smesh_values.c
+26
-1
src/libpampa/mdmesh.c
src/libpampa/mdmesh.c
+26
-1
src/libpampa/mdmesh.h
src/libpampa/mdmesh.h
+30
-7
src/libpampa/mdmesh_coar_level_build.c
src/libpampa/mdmesh_coar_level_build.c
+60
-39
src/libpampa/mdmesh_coar_level_build.h
src/libpampa/mdmesh_coar_level_build.h
+28
-2
src/libpampa/mdmesh_iter.c
src/libpampa/mdmesh_iter.c
+26
-1
src/libpampa/mdmesh_level.c
src/libpampa/mdmesh_level.c
+26
-1
src/libpampa/mdmesh_mesh_levels.c
src/libpampa/mdmesh_mesh_levels.c
+26
-1
src/libpampa/mdmesh_mesh_levels.h
src/libpampa/mdmesh_mesh_levels.h
+28
-2
src/libpampa/mdmesh_redist.c
src/libpampa/mdmesh_redist.c
+26
-1
src/libpampa/mdmesh_redist.h
src/libpampa/mdmesh_redist.h
+26
-1
src/libpampa/mesh_create.c
src/libpampa/mesh_create.c
+35
-9
src/libpampa/mesh_create.h
src/libpampa/mesh_create.h
+30
-4
src/libpampa/mesh_graph.c
src/libpampa/mesh_graph.c
+26
-1
src/libpampa/mesh_graph.h
src/libpampa/mesh_graph.h
+26
-1
src/libpampa/mesh_induce_multiple.c
src/libpampa/mesh_induce_multiple.c
+28
-1
src/libpampa/mesh_induce_multiple.h
src/libpampa/mesh_induce_multiple.h
+28
-1
src/libpampa/mesh_io_mesh_save.c
src/libpampa/mesh_io_mesh_save.c
+26
-1
src/libpampa/mesh_io_surface_save.c
src/libpampa/mesh_io_surface_save.c
+26
-1
src/libpampa/mesh_per_build.c
src/libpampa/mesh_per_build.c
+28
-1
src/libpampa/mesh_per_build.h
src/libpampa/mesh_per_build.h
+28
-1
src/libpampa/mesh_rebuild.c
src/libpampa/mesh_rebuild.c
+28
-1
src/libpampa/mesh_rebuild.h
src/libpampa/mesh_rebuild.h
+28
-1
src/libpampa/smesh_io_save.c
src/libpampa/smesh_io_save.c
+26
-1
src/pampa-remesh/mdist.c
src/pampa-remesh/mdist.c
+28
-1
src/pampa-remesh/mdist.h
src/pampa-remesh/mdist.h
+28
-1
src/pampa-remesh/mscat.c
src/pampa-remesh/mscat.c
+28
-1
src/pampa-remesh/mscat.h
src/pampa-remesh/mscat.h
+28
-1
src/pampa-remesh/msurf.c
src/pampa-remesh/msurf.c
+28
-1
src/pampa-remesh/msurf.h
src/pampa-remesh/msurf.h
+28
-1
src/pampa-remesh/pampa-gmsh-bin.c
src/pampa-remesh/pampa-gmsh-bin.c
+28
-1
src/pampa-remesh/pampa-gmsh-bin.h
src/pampa-remesh/pampa-gmsh-bin.h
+28
-1
src/pampa-remesh/pampa-mmg3d-bin.c
src/pampa-remesh/pampa-mmg3d-bin.c
+28
-1
src/pampa-remesh/pampa-mmg3d-bin.h
src/pampa-remesh/pampa-mmg3d-bin.h
+28
-1
src/pampa-remesh/pampa-mmg3d-bin2.c
src/pampa-remesh/pampa-mmg3d-bin2.c
+28
-1
src/pampa-remesh/pampa-mmg3d-bin2.h
src/pampa-remesh/pampa-mmg3d-bin2.h
+28
-1
src/pampa-remesh/pampa-mmg3d4-bin.c
src/pampa-remesh/pampa-mmg3d4-bin.c
+28
-1
src/pampa-remesh/pampa-mmg3d4-bin.h
src/pampa-remesh/pampa-mmg3d4-bin.h
+28
-1
src/pampa-remesh/pampa-tetgen-bin.c
src/pampa-remesh/pampa-tetgen-bin.c
+28
-1
src/pampa-remesh/pampa-tetgen-bin.h
src/pampa-remesh/pampa-tetgen-bin.h
+28
-1
src/remeshers/common/library.h
src/remeshers/common/library.h
+28
-1
src/remeshers/common/library_mesh_induce_multiple.c
src/remeshers/common/library_mesh_induce_multiple.c
+28
-1
src/remeshers/common/library_mesh_induce_multiple.h
src/remeshers/common/library_mesh_induce_multiple.h
+28
-1
src/remeshers/common/library_mesh_rebuild.c
src/remeshers/common/library_mesh_rebuild.c
+28
-1
src/remeshers/common/library_mesh_rebuild.h
src/remeshers/common/library_mesh_rebuild.h
+28
-1
src/remeshers/gmsh/libpampa-gmsh/library.h
src/remeshers/gmsh/libpampa-gmsh/library.h
+28
-1
src/remeshers/gmsh/libpampa-gmsh/library_mesh_adapt.cpp
src/remeshers/gmsh/libpampa-gmsh/library_mesh_adapt.cpp
+28
-1
src/remeshers/gmsh/libpampa-gmsh/pdmesh_to_rdmesh.cpp
src/remeshers/gmsh/libpampa-gmsh/pdmesh_to_rdmesh.cpp
+28
-1
src/remeshers/gmsh/libpampa-gmsh/pdmesh_to_rdmesh.h
src/remeshers/gmsh/libpampa-gmsh/pdmesh_to_rdmesh.h
+28
-1
src/remeshers/gmsh/libpampa-gmsh/pmesh_to_rmesh.cpp
src/remeshers/gmsh/libpampa-gmsh/pmesh_to_rmesh.cpp
+28
-1
src/remeshers/gmsh/libpampa-gmsh/pmesh_to_rmesh.h
src/remeshers/gmsh/libpampa-gmsh/pmesh_to_rmesh.h
+28
-1
src/remeshers/gmsh/libpampa-gmsh/rmesh_to_pmesh.cpp
src/remeshers/gmsh/libpampa-gmsh/rmesh_to_pmesh.cpp
+28
-1
src/remeshers/gmsh/libpampa-gmsh/rmesh_to_pmesh.h
src/remeshers/gmsh/libpampa-gmsh/rmesh_to_pmesh.h
+28
-1
src/remeshers/gmsh/libpampa-gmsh/types.h
src/remeshers/gmsh/libpampa-gmsh/types.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/comm.h
src/remeshers/mmg3d/libpampa-mmg3d/comm.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/common.h
src/remeshers/mmg3d/libpampa-mmg3d/common.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/commonf.h
src/remeshers/mmg3d/libpampa-mmg3d/commonf.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library.F90
src/remeshers/mmg3d/libpampa-mmg3d/library.F90
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library.h
src/remeshers/mmg3d/libpampa-mmg3d/library.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_commonf.h
src/remeshers/mmg3d/libpampa-mmg3d/library_commonf.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_dmesh_band.c
src/remeshers/mmg3d/libpampa-mmg3d/library_dmesh_band.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_dmesh_check.c
src/remeshers/mmg3d/libpampa-mmg3d/library_dmesh_check.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_dmesh_metric.c
src/remeshers/mmg3d/libpampa-mmg3d/library_dmesh_metric.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_dmesh_weight.c
src/remeshers/mmg3d/libpampa-mmg3d/library_dmesh_weight.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_adapt.c
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_adapt.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_adapt.h
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_adapt.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_load.F90
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_load.F90
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_load.c
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_load.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_save.F90
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_save.F90
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_save.c
src/remeshers/mmg3d/libpampa-mmg3d/library_mesh_save.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_pmesh_to_rmesh.c
src/remeshers/mmg3d/libpampa-mmg3d/library_pmesh_to_rmesh.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_rmesh_to_pmesh.c
src/remeshers/mmg3d/libpampa-mmg3d/library_rmesh_to_pmesh.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/library_smesh_load.c
src/remeshers/mmg3d/libpampa-mmg3d/library_smesh_load.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/libraryf.h
src/remeshers/mmg3d/libpampa-mmg3d/libraryf.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/mesh_metric_compare.c
src/remeshers/mmg3d/libpampa-mmg3d/mesh_metric_compare.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/mesh_metric_smooth.c
src/remeshers/mmg3d/libpampa-mmg3d/mesh_metric_smooth.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/mesh_metric_smooth.h
src/remeshers/mmg3d/libpampa-mmg3d/mesh_metric_smooth.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/metric.c
src/remeshers/mmg3d/libpampa-mmg3d/metric.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/metric.h
src/remeshers/mmg3d/libpampa-mmg3d/metric.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/pmesh_check_per.c
src/remeshers/mmg3d/libpampa-mmg3d/pmesh_check_per.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/pmesh_check_per.h
src/remeshers/mmg3d/libpampa-mmg3d/pmesh_check_per.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/pmesh_to_rmesh.c
src/remeshers/mmg3d/libpampa-mmg3d/pmesh_to_rmesh.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/pmesh_to_rmesh.h
src/remeshers/mmg3d/libpampa-mmg3d/pmesh_to_rmesh.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/rmesh_to_pmesh.c
src/remeshers/mmg3d/libpampa-mmg3d/rmesh_to_pmesh.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/rmesh_to_pmesh.h
src/remeshers/mmg3d/libpampa-mmg3d/rmesh_to_pmesh.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/rmesh_to_psmesh.c
src/remeshers/mmg3d/libpampa-mmg3d/rmesh_to_psmesh.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/rmesh_to_psmesh.h
src/remeshers/mmg3d/libpampa-mmg3d/rmesh_to_psmesh.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d/types.h
src/remeshers/mmg3d/libpampa-mmg3d/types.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/commonf.h
src/remeshers/mmg3d/libpampa-mmg3d4/commonf.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library.F90
src/remeshers/mmg3d/libpampa-mmg3d4/library.F90
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library.h
src/remeshers/mmg3d/libpampa-mmg3d4/library.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_commonf.h
src/remeshers/mmg3d/libpampa-mmg3d4/library_commonf.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_dmesh_band.c
src/remeshers/mmg3d/libpampa-mmg3d4/library_dmesh_band.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_dmesh_check.c
src/remeshers/mmg3d/libpampa-mmg3d4/library_dmesh_check.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_dmesh_metric.c
src/remeshers/mmg3d/libpampa-mmg3d4/library_dmesh_metric.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_dmesh_weight.c
src/remeshers/mmg3d/libpampa-mmg3d4/library_dmesh_weight.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_adapt.c
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_adapt.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_adapt.h
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_adapt.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_load.F90
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_load.F90
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_load.c
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_load.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_save.F90
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_save.F90
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_save.c
src/remeshers/mmg3d/libpampa-mmg3d4/library_mesh_save.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/library_pmesh_to_rmesh.c
src/remeshers/mmg3d/libpampa-mmg3d4/library_pmesh_to_rmesh.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/libraryf.h
src/remeshers/mmg3d/libpampa-mmg3d4/libraryf.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/mesh_metric_smooth.c
src/remeshers/mmg3d/libpampa-mmg3d4/mesh_metric_smooth.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/mesh_metric_smooth.h
src/remeshers/mmg3d/libpampa-mmg3d4/mesh_metric_smooth.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/metric.c
src/remeshers/mmg3d/libpampa-mmg3d4/metric.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/metric.h
src/remeshers/mmg3d/libpampa-mmg3d4/metric.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/pmesh_to_rmesh.c
src/remeshers/mmg3d/libpampa-mmg3d4/pmesh_to_rmesh.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/pmesh_to_rmesh.h
src/remeshers/mmg3d/libpampa-mmg3d4/pmesh_to_rmesh.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/rmesh_to_pmesh.c
src/remeshers/mmg3d/libpampa-mmg3d4/rmesh_to_pmesh.c
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/rmesh_to_pmesh.h
src/remeshers/mmg3d/libpampa-mmg3d4/rmesh_to_pmesh.h
+28
-1
src/remeshers/mmg3d/libpampa-mmg3d4/types.h
src/remeshers/mmg3d/libpampa-mmg3d4/types.h
+28
-1
src/remeshers/tetgen/libpampa-tetgen/library.h
src/remeshers/tetgen/libpampa-tetgen/library.h
+28
-1
src/remeshers/tetgen/libpampa-tetgen/library_mesh_adapt.cpp
src/remeshers/tetgen/libpampa-tetgen/library_mesh_adapt.cpp
+28
-1
src/remeshers/tetgen/libpampa-tetgen/pmesh_to_rmesh.cpp
src/remeshers/tetgen/libpampa-tetgen/pmesh_to_rmesh.cpp
+28
-1
src/remeshers/tetgen/libpampa-tetgen/pmesh_to_rmesh.h
src/remeshers/tetgen/libpampa-tetgen/pmesh_to_rmesh.h
+28
-1
src/remeshers/tetgen/libpampa-tetgen/rmesh_to_pmesh.cpp
src/remeshers/tetgen/libpampa-tetgen/rmesh_to_pmesh.cpp
+28
-1
src/remeshers/tetgen/libpampa-tetgen/rmesh_to_pmesh.h
src/remeshers/tetgen/libpampa-tetgen/rmesh_to_pmesh.h
+28
-1
src/remeshers/tetgen/libpampa-tetgen/types.h
src/remeshers/tetgen/libpampa-tetgen/types.h
+28
-1
No files found.
.gitlab-ci.yml
View file @
f5f470b2
...
...
@@ -5,9 +5,6 @@ stages:
-
test
-
analysis
before_script
:
-
. /etc/profile.d/spack.sh
build_pampa
:
stage
:
build
artifacts
:
...
...
src/libpampa/dmesh_adapt.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt.c
...
...
src/libpampa/dmesh_adapt.h
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt.h
...
...
src/libpampa/dmesh_adapt_coarsen.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_coarsen.c
...
...
src/libpampa/dmesh_adapt_coarsen_grow.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_coarsen_grow.c
...
...
src/libpampa/dmesh_adapt_common.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_common.c
...
...
src/libpampa/dmesh_adapt_common.h
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_common.h
...
...
src/libpampa/dmesh_adapt_geompart.c
View file @
f5f470b2
/* Copyright 2014-2017 Inria */
/* Copyright 2014-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_geompart.c
...
...
src/libpampa/dmesh_adapt_graph_grow.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_graph_grow.c
...
...
src/libpampa/dmesh_adapt_mesh_grow.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_mesh_grow.c
...
...
src/libpampa/dmesh_adapt_part.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_part.c
...
...
src/libpampa/dmesh_adapt_part_mesh_grow.c
View file @
f5f470b2
/* Copyright 2013-2017 Inria */
/* Copyright 2013-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_adapt_part_mesh_grow.c
...
...
src/libpampa/dmesh_band.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_band.c
...
...
src/libpampa/dmesh_grow.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_grow.c
...
...
src/libpampa/dmesh_io_mesh_save.c
View file @
f5f470b2
/*
** The defines and includes.
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
#define DMESH_IO_SAVE
...
...
src/libpampa/dmesh_rebuild.c
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_rebuild.c
...
...
src/libpampa/dmesh_rebuild.h
View file @
f5f470b2
/* Copyright 2012-2017 Inria */
/* Copyright 2012-2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_rebuild.h
...
...
src/libpampa/dmesh_zone_dist.c
View file @
f5f470b2
/* Copyright 2017 Inria */
/* Copyright 2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**
** PaMPA is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** any later version.
**
** PaMPA is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** In this respect, the user's attention is drawn to the risks associated
** with loading, using, modifying and/or developing or reproducing the
** software by the user in light of its specific status of free software,
** that may mean that it is complicated to manipulate, and that also
** therefore means that it is reserved for developers and experienced
** professionals having in-depth computer knowledge. Users are therefore
** encouraged to load and test the software's suitability as regards
** their requirements in conditions enabling the security of their
** systems and/or data to be ensured and, more generally, to use and
** operate it in the same conditions as regards security.
**
** The fact that you are presently reading this means that you have had
** knowledge of the GPLv3 license and that you accept its terms.
*/
/************************************************************/
//!
//! \file dmesh_zone_dist.c
...
...
src/libpampa/dmesh_zone_dist.h
View file @
f5f470b2
/* Copyright 2017 Inria */
/* Copyright 2017 Inria
** This file is part of the PaMPA software package for parallel
** mesh partitioning and adaptation.
**