Thread: Posix programming

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    5

    Posix programming

    Please help me to write Multithreaded parallel program in Pthread package to solve Laplace's Equation over a two dimensional n*n grid using Gauss-Seidel and Red-Black relaxation methods,respectively. Assume the grid is initialized to zeroes and its external boundary points along the four edges are initialized to 10.0 , 5.0 , 10.0 and 5.0.

    Please atleast give me the overview to solve this program to code it.

  2. #2
    Registered User
    Join Date
    Oct 2004
    Posts
    120
    Hey Jackass! Starting a new thread asking the same thing isn't gonna get you better results!

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Implementing POSIX Timers on AIX - Holy Moly
    By dedham_ma_man in forum C Programming
    Replies: 2
    Last Post: 10-03-2007, 02:36 AM
  2. getting status of a posix thread
    By fragglerock in forum C Programming
    Replies: 1
    Last Post: 09-24-2007, 04:12 PM
  3. POSIX threads policy and priority
    By arunj in forum Linux Programming
    Replies: 2
    Last Post: 06-13-2006, 03:48 AM
  4. posix for visual c++ 6
    By xErath in forum Tech Board
    Replies: 4
    Last Post: 05-20-2005, 12:46 AM
  5. POSIX on windows anyone?
    By Lynux-Penguin in forum Linux Programming
    Replies: 1
    Last Post: 08-27-2003, 12:56 AM