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
8f4ea8fe
Commit
8f4ea8fe
authored
12 years ago
by
Nicolas Marsic
Browse files
Options
Downloads
Patches
Plain Diff
Assembly debuging
parent
e4903126
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
FunctionSpace/BasisTest.cpp
+4
-4
4 additions, 4 deletions
FunctionSpace/BasisTest.cpp
FunctionSpace/FunctionSpace.h
+3
-1
3 additions, 1 deletion
FunctionSpace/FunctionSpace.h
with
7 additions
and
5 deletions
FunctionSpace/BasisTest.cpp
+
4
−
4
View file @
8f4ea8fe
...
...
@@ -15,8 +15,8 @@
#include
"PlotBasis.h"
using
namespace
std
;
/*
int
main
(int argc, char** argv){
int
test
(
int
argc
,
char
**
argv
){
// Init Gmsh //
GmshInitialize
(
argc
,
argv
);
...
...
@@ -24,7 +24,7 @@ int main(int argc, char** argv){
Mesh
msh
(
argv
[
1
]);
// Plot Basis //
Quad
EdgeBasis b(1);
Hex
EdgeBasis
b
(
1
);
PlotBasis
plot
(
msh
.
getGroup
(
2
),
b
);
plot
.
write
(
"basis"
);
...
...
@@ -34,4 +34,4 @@ int main(int argc, char** argv){
return
0
;
}
*/
This diff is collapsed.
Click to expand it.
FunctionSpace/FunctionSpace.h
+
3
−
1
View file @
8f4ea8fe
...
...
@@ -11,7 +11,9 @@
This class represents a Function Space
@todo Hybrid Mesh
@todo
Hybrid Mesh@n
Put DofManager::dofFromElement here ??
*/
class
FunctionSpace
{
...
...
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