autopdex.variational_schemes.strong_form_galerkin
- autopdex.variational_schemes.strong_form_galerkin(x_i, w_i, int_point_number, local_dofs, settings, static_settings, set)[source]
Computes the strong form Galerkin residual at an integration point.
Takes the set of pdes from static_settings[‘model’]
- Parameters:
x_i – Coordinates of the integration point.
- Returns:
Computed strong form Galerkin residual.
- Return type:
float