Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
HO_homog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Baptiste Durand
HO_homog
Commits
033b80cd
Commit
033b80cd
authored
Apr 29, 2021
by
Baptiste Durand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Homog beam: Minor fix for PeriodicDomain.pbc_dual_base
parent
0fcf94e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ho_homog/homog_beam.py
ho_homog/homog_beam.py
+1
-1
No files found.
ho_homog/homog_beam.py
View file @
033b80cd
...
...
@@ -60,7 +60,7 @@ class FenicsHomogenizationBeam(object):
self
.
rve
=
fenics_2d_rve
self
.
topo_dim
=
topo_dim
=
fenics_2d_rve
.
dim
self
.
pbc
=
periodicity
.
PeriodicDomain
.
pbc_dual_base
(
fenics_2d_rve
.
gen_vect
,
"X"
,
topo_dim
fenics_2d_rve
.
gen_vect
,
"X"
,
dim
=
topo_dim
)
# * Périodicité selon X seulement
solver
=
kwargs
.
pop
(
"solver"
,
{})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment