Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
7a28b4a0
Commit
7a28b4a0
authored
13 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
53dcd69b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tutorial/t14.geo
+5
-6
5 additions, 6 deletions
tutorial/t14.geo
with
5 additions
and
6 deletions
tutorial/t14.geo
+
5
−
6
View file @
7a28b4a0
...
...
@@ -9,10 +9,9 @@
// Homology computation in Gmsh finds representative chains of
// (relative) homology spaces using a mesh of a model. Those
// representatives generate the (relative) homology spaces of the
// model. Alternatively, Gmsh can only look for the ranks of the
// (relative) homology spaces, the Betti numbers of the model.
// model.
// The generator
s
chains are stored in a given .msh-file as physical
// The generator chains are stored in a given .msh-file as physical
// groups, whose mesh elements are oriented such that their
// coefficients are 1 in the generator chain.
...
...
@@ -65,13 +64,13 @@ Physical Surface(75) = bnd[];
// the four terminals.
Homology
{{
1
},
{
70
,
71
,
72
,
73
}};
// Find the corresponding thick cuts
Cohomology
{{
1
},
{
70
,
71
,
72
,
73
}};
// Find the corresponding thin cuts, generators of relative homology
// spaces modulo the non-terminal domain surface.
Homology
{{
1
},
{
75
}};
// Find the corresponding thick cuts.
Cohomology
{{
1
},
{
70
,
71
,
72
,
73
}};
// More examples:
// Homology {1};
// Homology;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment