Skip to content

Commit

Permalink
FEM: solver base writer, add document as attribut
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 14, 2020
1 parent 853360a commit ef7eb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/femsolver/writerbase.py
Expand Up @@ -50,6 +50,7 @@ def __init__(
self.solver_obj = solver_obj
self.analysis_type = self.solver_obj.AnalysisType
self.mesh_object = mesh_obj
self.document = self.analysis.Document
# materials
self.material_objects = member.mats_linear
self.material_nonlinear_objects = member.mats_nonlinear
Expand Down

0 comments on commit ef7eb72

Please sign in to comment.