Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meshmode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
meshmode
Commits
425b0a1c
Commit
425b0a1c
authored
9 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Doc and empty-group fix
parent
8684c143
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
meshmode/mesh/__init__.py
+4
-0
4 additions, 0 deletions
meshmode/mesh/__init__.py
with
4 additions
and
0 deletions
meshmode/mesh/__init__.py
+
4
−
0
View file @
425b0a1c
...
@@ -364,6 +364,7 @@ class FacialAdjacencyGroup(Record):
...
@@ -364,6 +364,7 @@ class FacialAdjacencyGroup(Record):
.. attribute:: elements
.. attribute:: elements
``element_id_t [nfagrp_elements]``. ``elements[i]``
``element_id_t [nfagrp_elements]``. ``elements[i]``
Group-local element numbers.
.. attribute:: element_faces
.. attribute:: element_faces
...
@@ -669,6 +670,9 @@ class Mesh(Record):
...
@@ -669,6 +670,9 @@ class Mesh(Record):
# {{{ node-vertex consistency test
# {{{ node-vertex consistency test
def
_test_node_vertex_consistency_simplex
(
mesh
,
mgrp
):
def
_test_node_vertex_consistency_simplex
(
mesh
,
mgrp
):
if
mgrp
.
nelements
==
0
:
return
True
from
modepy.tools
import
UNIT_VERTICES
from
modepy.tools
import
UNIT_VERTICES
resampling_mat
=
mp
.
resampling_matrix
(
resampling_mat
=
mp
.
resampling_matrix
(
mp
.
simplex_onb
(
mgrp
.
dim
,
mgrp
.
order
),
mp
.
simplex_onb
(
mgrp
.
dim
,
mgrp
.
order
),
...
...
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