Module pytop.physics.thermal

Functions

def linear_2D_poission_bilinear_form(trial_function: , test_function: , weight: Callable = None) ‑> dolfin.fem.form.Form

Bilinear form of Linear 2D elasticity.

Args: (TrialFunction, TestFunction, Callable) trial_function: trial function. test_function: test function. weight: weight function.

Returns: (Form) bilinear form.