← Back to 3MAH
Contents:
Overview
Installation
Quick Start
Geometry and Mesh (
fedoo.mesh
)
Constitutive Law (
fedoo.constitutivelaw
)
Weak Formulation (
fedoo.weakform
)
Class Assembly
Time Integration (
fedoo.time
)
Problem (
fedoo.problem
)
fedoo.problem.Linear
fedoo.problem.NonLinear
fedoo.problem.Newmark
fedoo.problem.Newmark.GetElasticEnergy
fedoo.problem.Newmark.GetExternalForceWork
fedoo.problem.Newmark.GetKineticEnergy
fedoo.problem.Newmark.GetNodalElasticEnergy
fedoo.problem.Newmark.GetVelocity
fedoo.problem.Newmark.SetInitialAcceleration
fedoo.problem.Newmark.SetInitialDisplacement
fedoo.problem.Newmark.SetInitialVelocity
fedoo.problem.Newmark.SetRayleighDamping
fedoo.problem.Newmark.add_global_dof
fedoo.problem.Newmark.add_output
fedoo.problem.Newmark.apply_boundary_conditions
fedoo.problem.Newmark.get_A
fedoo.problem.Newmark.get_Acceleration
fedoo.problem.Newmark.get_B
fedoo.problem.Newmark.get_D
fedoo.problem.Newmark.get_DampingPower
fedoo.problem.Newmark.get_X
fedoo.problem.Newmark.get_Xdot
fedoo.problem.Newmark.get_Xdotdot
fedoo.problem.Newmark.get_active
fedoo.problem.Newmark.get_all
fedoo.problem.Newmark.get_disp
fedoo.problem.Newmark.get_dof_solution
fedoo.problem.Newmark.get_ext_forces
fedoo.problem.Newmark.get_results
fedoo.problem.Newmark.init_bc_start_value
fedoo.problem.Newmark.initialize
fedoo.problem.Newmark.invalidate_factorization
fedoo.problem.Newmark.make_active
fedoo.problem.Newmark.save_results
fedoo.problem.Newmark.set_A
fedoo.problem.Newmark.set_B
fedoo.problem.Newmark.set_D
fedoo.problem.Newmark.set_X
fedoo.problem.Newmark.set_active
fedoo.problem.Newmark.set_dof_solution
fedoo.problem.Newmark.set_reuse_factorization
fedoo.problem.Newmark.set_solver
fedoo.problem.Newmark.solve
fedoo.problem.Newmark.update
fedoo.problem.Newmark.updateStiffness
fedoo.problem.Newmark.update_boundary_conditions
fedoo.problem.Newmark.active
fedoo.problem.Newmark.global_dof
fedoo.problem.Newmark.n_dof
fedoo.problem.Newmark.n_global_dof
fedoo.problem.Newmark.n_node_dof
fedoo.problem.Newmark.name
fedoo.problem.Newmark.results
fedoo.problem.Newmark.solver
fedoo.problem.Newmark.space
fedoo.problem.Newmark.bc
fedoo.problem.NonLinearNewmark
fedoo.problem.ExplicitDynamic
fedoo.core.base.ProblemBase
fedoo.Problem
Boundary conditions and constraints
Post-Processing
Examples
Heterogeneous structures
fedoo
Problem (
fedoo.problem
)
fedoo.problem.Newmark
fedoo.problem.Newmark.apply_boundary_conditions
View page source
fedoo.problem.Newmark.apply_boundary_conditions
Newmark.
apply_boundary_conditions
(
t_fact
=
1
,
t_fact_old
=
None
)