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
8bfa3030
Commit
8bfa3030
authored
Feb 03, 2020
by
Baptiste Durand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO comments for FenicsHomogenizationBeam
+ update .gitignore
parent
c4485da8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2408 additions
and
0 deletions
+2408
-0
.gitignore
.gitignore
+1
-0
ho_homog/homog_beam.py
ho_homog/homog_beam.py
+5
-0
test/activity___main__.log
test/activity___main__.log
+2402
-0
No files found.
.gitignore
View file @
8bfa3030
...
...
@@ -6,3 +6,4 @@
*.xdmf
*.h5
demo/loc_E12_u.pdf
*.pyc.*
ho_homog/homog_beam.py
View file @
8bfa3030
...
...
@@ -25,12 +25,17 @@ SOLVER_METHOD = "mumps"
np
.
set_printoptions
(
precision
=
4
,
linewidth
=
150
)
np
.
set_printoptions
(
suppress
=
True
)
# TODO : Log levels of UFL and FFC should be manage outside ho_homog package
logging
.
getLogger
(
"UFL"
).
setLevel
(
logging
.
DEBUG
)
logging
.
getLogger
(
"FFC"
).
setLevel
(
logging
.
DEBUG
)
# https://fenicsproject.org/qa/3669/how-can-i-diable-log-and-debug-messages-from-ffc/
logger
=
logging
.
getLogger
(
__name__
)
# ! TODO : For each field (displacement, stress, strain),
# ! TODO : definition of a method to get localization fields.
class
FenicsHomogenizationBeam
(
object
):
""" Homogenization of periodic beam in plane strain/stress
"""
...
...
test/activity___main__.log
0 → 100644
View file @
8bfa3030
This diff is collapsed.
Click to expand it.
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