splinepy.helpme.integrate.FieldIntegrator.apply_homogeneous_dirichlet_boundary_conditions#

FieldIntegrator.apply_homogeneous_dirichlet_boundary_conditions(all_boundaries=True, north=False, east=False, south=False, west=False)[source]#

Assembles homogeneous Dirichlet boundary conditions

Parameters:
  • all_boundaries (bool) – If True, get indices of all boundary dofs and ignores values for north, south, east and west

  • north (bool) – If True, sets homogeneous Dirichlet condition on north boundary

  • east (bool)

  • south (bool)

  • west (bool)