.DS_Store
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
environment.yml
environment_doc.yml
fedOOLogos.png
fedOOLogos.svg
pyproject.toml
setup.py
.github/workflows/build-and-test.yml
.github/workflows/conda-packaging-linux.yml
.github/workflows/conda-packaging-osx.yml
.github/workflows/conda-packaging-windows.yml
.github/workflows/conda-packaging.yml
.github/workflows/pre-commit.yml
.github/workflows/pypi-packaging-no_test.yml
.github/workflows/pypi-packaging-test.yml
.github/workflows/pypi-packaging.yml
conda.recipe/meta.yaml
docs/Assembly.rst
docs/ConstitutiveLaw.rst
docs/Install.rst
docs/Makefile
docs/Mesh.rst
docs/Overview.rst
docs/Problem.rst
docs/Quick_Start.rst
docs/WeakForm.rst
docs/boundary_conditions.rst
docs/conf.py
docs/heterogeneous.rst
docs/index.rst
docs/make.bat
docs/post-treatment.rst
docs/requirements.txt
docs/simple_examples.rst
docs/_static/fedOOLogos.png
docs/_static/fedOOLogos_ss_fond.png
docs/_static/examples/disk_rectangle_contact.mp4
docs/_static/examples/example_plot_dataset.png
docs/_static/examples/example_plot_dataset_nl.png
docs/_static/examples/heterogeneous.png
docs/_static/examples/multiplot.png
docs/_static/examples/plate_with_hole.png
docs/_templates/custom-class-template.rst
examples/README.rst
examples/01-simple/I_shape_beam_bending.py
examples/01-simple/Plate_with_hole_in_tension.py
examples/01-simple/README.rst
examples/01-simple/plate_with_hole.msh
examples/01-simple/poison_eq.py
examples/01-simple/simpleBeamElementExample.py
examples/01-simple/simple_cantilever_beam_3D_model.py
examples/01-simple/simple_cantilever_beam_3D_model_nlgeom.py
examples/02-constraints/Periodic_BC_2D_Plate_with_hole.py
examples/02-constraints/README.rst
examples/02-constraints/disk_rectangle_contact.py
examples/02-constraints/rigid_tie.py
examples/FE2/FE2.py
examples/FE2/octet_surf.msh
examples/PeriodicBoundaryConditions/2D_Periodic_BC_in_composite_ply.py
examples/PeriodicBoundaryConditions/3D_periodic_BC.py
examples/PeriodicBoundaryConditions/cell_taffetas.inp
examples/contact/disk_rectangle_contact.py
examples/contact/self_contact.py
examples/dynamique/Broberg2D_10000_10000.msh
examples/dynamique/Broberg2D_Dynamic.py
examples/heterogeneous/heterogeneous_struct.py
examples/heterogeneous/heterogeneous_struct_nl.py
examples/homogenization/getL.py
examples/homogenization/periodic_homogenization.py
examples/homogenization/periodic_homogenization_from_scratch.py
examples/homogenization/data/output.dat
examples/homogenization/data/path.txt
examples/plasticity/2DplasticBending.py
examples/plasticity/2DplasticBending_from_scratch.py
examples/plasticity/plastic_bending_3D.py
examples/plasticity/rotation_test.py
examples/plasticity/shear_test.py
examples/plasticity/torsion_test.py
examples/shell_elements/LaminateExample.py
examples/shell_elements/simplePlateElementExample.py
examples/slider/slider.py
examples/slider/slider_cantilever_beam.py
examples/slider/slider_ellipse.py
examples/thermal/octet_surf.msh
examples/thermal/thermal_condution_2D.py
examples/thermal/thermal_condution_3D.py
examples/thermal/thermo_meca_weak_coupling_3D.py
examples/thermal/thermo_meca_weak_coupling_3D_post_tt.py
examples/user_equation/fluid_mechanics.py
examples/user_equation/navier_stokes.py
examples/user_equation/recirculating_flow.py
fedoo/.DS_Store
fedoo/__init__.py
fedoo/_version.py
fedoo.egg-info/PKG-INFO
fedoo.egg-info/SOURCES.txt
fedoo.egg-info/dependency_links.txt
fedoo.egg-info/requires.txt
fedoo.egg-info/top_level.txt
fedoo/constitutivelaw/__init__.py
fedoo/constitutivelaw/beam.py
fedoo/constitutivelaw/cohesivelaw.py
fedoo/constitutivelaw/cohesivelaw_mod.py
fedoo/constitutivelaw/composite_ud.py
fedoo/constitutivelaw/elastic_anisotropic.py
fedoo/constitutivelaw/elastic_isotrop.py
fedoo/constitutivelaw/elastic_orthotropic.py
fedoo/constitutivelaw/elasto_plasticity.py
fedoo/constitutivelaw/fe2.py
fedoo/constitutivelaw/heterogeneous.py
fedoo/constitutivelaw/shell.py
fedoo/constitutivelaw/simcoon_umat.py
fedoo/constitutivelaw/spring.py
fedoo/constitutivelaw/thermal_prop.py
fedoo/constitutivelaw/viso_elastic_orthotropic.py
fedoo/constraint/__init__.py
fedoo/constraint/contact.py
fedoo/constraint/distributed_load.py
fedoo/constraint/periodic_bc.py
fedoo/constraint/rigid_tie.py
fedoo/core/__init__.py
fedoo/core/_sparsematrix.py
fedoo/core/assembly.py
fedoo/core/assembly_sum.py
fedoo/core/base.py
fedoo/core/boundary_conditions.py
fedoo/core/dataset.py
fedoo/core/diffop.py
fedoo/core/mechanical3d.py
fedoo/core/mesh.py
fedoo/core/modelingspace.py
fedoo/core/output.py
fedoo/core/problem.py
fedoo/core/weakform.py
fedoo/homogen/__init__.py
fedoo/homogen/tangent_stiffness.py
fedoo/lib_elements/__init__.py
fedoo/lib_elements/beam.py
fedoo/lib_elements/cohesive.py
fedoo/lib_elements/element_base.py
fedoo/lib_elements/element_list.py
fedoo/lib_elements/finite_difference_1d.py
fedoo/lib_elements/hexahedron.py
fedoo/lib_elements/incompressible.py
fedoo/lib_elements/line.py
fedoo/lib_elements/plate.py
fedoo/lib_elements/quadrangle.py
fedoo/lib_elements/tetrahedron.py
fedoo/lib_elements/triangle.py
fedoo/lib_elements/wedge.py
fedoo/mesh/__init__.py
fedoo/mesh/functions.py
fedoo/mesh/importmesh.py
fedoo/mesh/simple.py
fedoo/mesh/structured_mesh.py
fedoo/pgd/AssemblyPGD.py
fedoo/pgd/MeshPGD.py
fedoo/pgd/PeriodicBoundaryConditionPGD.py
fedoo/pgd/ProblemPGD.py
fedoo/pgd/SeparatedArray.py
fedoo/pgd/SeparatedOperator.py
fedoo/pgd/UsualFunctions.py
fedoo/pgd/__init__.py
fedoo/problem/__init__.py
fedoo/problem/explicit_dynamic.py
fedoo/problem/linear.py
fedoo/problem/newmark.py
fedoo/problem/nl_newmark.py
fedoo/problem/non_linear.py
fedoo/util/__init__.py
fedoo/util/abaqus_inp.py
fedoo/util/localframe.py
fedoo/util/mesh_writer.py
fedoo/util/simple_plot.py
fedoo/util/test_periodicity.py
fedoo/util/voigt_tensors.py
fedoo/weakform/__init__.py
fedoo/weakform/beam.py
fedoo/weakform/beam_parametric.py
fedoo/weakform/distributed_load.py
fedoo/weakform/heat_equation.py
fedoo/weakform/implicit_dynamic.py
fedoo/weakform/inertia.py
fedoo/weakform/interface_force.py
fedoo/weakform/plate.py
fedoo/weakform/spring.py
fedoo/weakform/stress_equilibrium.py
fedoo/weakform/stress_equilibrium_bbar.py
tests/__init__.py
tests/gyroid.msh
tests/octet_truss.msh
tests/run_tests.py
tests/test_2DDynamicPlasticBending.py
tests/test_2DDynamicPlasticBending_v2.py
tests/test_BeamElement.py
tests/test_Laminate.py
tests/test_PlateElement.py
tests/test_cantilever_beam_3D_model.py
tests/test_octet.py
tests/test_periodic.py
tests/test_platewithhol.py
tests/test_thermal3D.py
util/fedoo2pep8.py
util/fedoo2pep8_script.py
util/meshes/gyroid.msh
util/meshes/gyroid_2.msh
util/meshes/gyroid_per.vtk
util/meshes/octet_truss.msh
util/meshes/octet_truss_2.msh
util/meshes/octet_truss_quad.msh