Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fenicsR13
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Lambert Theisen
fenicsR13
Commits
3e3cb3cd
Commit
3e3cb3cd
authored
1 year ago
by
Lambert Theisen
Browse files
Options
Downloads
Patches
Plain Diff
Add meshes from Adithya, but dont how to get the mesh size series (needs
redoing of test cases maybe)
parent
e80e56cc
No related branches found
No related tags found
No related merge requests found
Pipeline
#1162458
passed
1 year ago
Stage: prepare
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/3d_mesh/old/annulusg.geo
+11
-0
11 additions, 0 deletions
tests/3d_mesh/old/annulusg.geo
with
11 additions
and
0 deletions
tests/3d_mesh/old/annulusg.geo
0 → 100644
+
11
−
0
View file @
3e3cb3cd
//+
SetFactory("OpenCASCADE");
Sphere(1) = {0, 0, 0, 0.5, -Pi/2, Pi/2, 2*Pi};
//+
Sphere(2) = {-0, 0, 0, 2, -Pi/2, Pi/2, 2*Pi};
//+
BooleanDifference{ Volume{2}; Delete; }{ Volume{1}; Delete; }
//+
Physical Surface("inner1", 10000) = {1};
//+
Physical Surface("outer", 10001) = {2};
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