Skip to content

d_tract

gripyth.solving.assembly.d_tract

Python wrapper for d_tract() Fortran routine.

FUNCTION DESCRIPTION
d_tract

Assembles the nodal force vector due to an increment in surface tractions.

d_tract

d_tract(
    quadrature: Quadrature,
    mesh: Mesh,
    bc: BoundaryConditions,
    t_increment: NDArray[float64],
    d_rhs_tract: NDArray[float64],
) -> None

Assembles the nodal force vector due to an increment in surface tractions.

Modifies the output nodal force vector d_rhs_tract in place.