Skip to main content

Set

Set the kernel.

  • Once we are done setting up the finite element model for the kernel, we should call this subroutine.
  • Only after calling this routine we should proceed to the main computation
  • After initiating the kernel, we have all the information to construct the state of the kernel
  • This routine checks all the options.

Interface

INTERFACE
MODULE SUBROUTINE Set(obj)
CLASS(SteadyStokes111_), INTENT(INOUT) :: obj
END SUBROUTINE Set
END INTERFACE