Search or add a thesis

Advanced Search (Beta)
Home > نواب صدیق حسن خان کے فن حدیث میں رجحانات: اُن کی کتاب ’’الحطہ فی ذکر صحاح ستہ‘‘ کی روشنی میں۔

نواب صدیق حسن خان کے فن حدیث میں رجحانات: اُن کی کتاب ’’الحطہ فی ذکر صحاح ستہ‘‘ کی روشنی میں۔

Thesis Info

Author

اسما سراج

Supervisor

ابرار محی الدین

Program

MA

Institute

The Islamia University of Bahawalpur

City

بہاولپور

Degree Starting Year

2013

Language

Urdu

Keywords

شخصیات

Added

2023-02-16 17:15:59

Modified

2023-02-17 21:08:06

ARI ID

1676730229132

Similar


Loading...
Loading...

Similar Books

Loading...

Similar Chapters

Loading...

Similar News

Loading...

Similar Articles

Loading...

Similar Article Headings

Loading...

22۔سیاسی عدم استحکام

پاکستان میں حکومتوں کی تبدیلی معمول کی بات ہے ۔ مشکل سے کوئی سیاسی جماعت تین سال اقتدار میں رہتی ہے کہ حکومت کا تختہ الٹ دیا جاتا ہے ۔ پھر انتخابات ہوتے ہیں ، پھر دوسری سیاسی جماعت کی حکومت بھی تبدیل کردی جاتی ہے۔پاکستان میں سیاسی عدم استحکام کی بہت سی وجوہات ہیں ،جن میں سےایک وجہ سیاسی جماعت کے قیام کی شرائط اور قواعدو ضوابط کی پابندی نہ کرنا ، دوسرا سبب یہ ہے کہ جو پارٹی بھی حکومت بناتی ہے ،وہ اپنے آپ کو قانون سے بالاتر سمجھتی ہے اورا نتقام کی پالیسی اختیار کرتی ہے۔ اس کے علاوہ سیاسی عدم استحکام کا اہم سبب عدالتی نظام میں عدل کا نہ ہونا ہے۔ وطن عزیز میں یہ سمجھا جاتا ہے کہ مقتد ر طبقہ حکومت کے آخری سال میں اپنے ذوق اور دوبارہ عوامی مینڈیٹ حاصل کرنے کے لیے قانون سازی کرتا ہے ۔ پاکستان کی سیاسی صورتحال اس کے بالکل الٹ رہی ہے ۔لہذا اس امر کی ضرورت ہے کہ سیاسی جماعتوں کو چاہیے کہ حکومت جس کو بھی ملے، اسی کو پورے پانچ سال حکومت کرنے دی جائے تاکہ وہ عوام کے سامنے سرخرو ہو سکے اور عوامی جذبات وخواہشات کے مطابق ملک میں قانون سازی کرسکیں۔ سیاسی عدم استحکام کی وجہ سے قوانین حدودوقصاص کی تنفیذ میں مشکلات آ رہی ہیں۔

Sufism and Personality Development

Personality development is the process of improvement in behaviors and attitudes to make an individual a unique person. Sufism brings about positive changes in the behaviors of individuals. The positive changes are brought through moral development within   inductive environment griped by building of character. Moral development guides through “Zuhud” and “Taqwa” for minimization of material luxuries, enhancement of repentance and self-purification. The purpose of moral development is achieved with an institution articulated with teacher-student (Murshid-Murid) relationships; this environment ensures the provision of guidance and scholarships for the engaged students. The engagement of students revolves around knowledge, awareness and behavior. In the dimension of knowledge students are helped with raising moral and spiritual awarenessto enhance firmness in faith and encouragement towards good deeds. In addition, behavioral (amal) dimension is covered with remembrance of Allah, optional prayers, fasting services, alms giving along with obligatory ones. All these behavioral deeds are performed with devotion for the sake of closeness “Taqarrub” to Allah. Finally, ma’rifat (Recognition) is applied to secure soundness in building of character.

Ale Moving Mesh Generation and High Performance Implementation Using Openmp and Mpi Libraries for Fsi and Darcy Flow Problems

A high performance algorithm for the implementation of Arbitrary Lagrangian and Eulerian (ALE) moving mesh scheme for both 2D and 3D Fluid Structure Interaction (FSI) problems for the shared and distributed memory systems is discussed in the the- sis. OpenMP library is used to implement parallel programs on shared memory systems whereas message passing interface (MPI) is employed to write parallel programs on dis- tributed memory systems. Moving mesh techniques are the integral part of a wider class of fluid mechanics problems that involve moving and deforming spatial domains, namely, free-surface flows and FSI. The moving mesh technique adopted in this work is based on the notion of nodes relocation, subjected to certain evolution as well as constraint conditions. A conjugate gradient method augmented with a preconditioning is employed for the solution of the resulting system of equations. The proposed algorithm, firstly, re- orders and partitions the mesh using an efficient divide and conquer approach and then parallelizes the ALE moving mesh. Different mesh partitioning algorithms are discussed, which include the octree method, and k-way graph partitioning technique using Parmetis library. Numerical simulations are conducted on AMD Opteron and Intel Xeon processors, and unstructured triangular and tetrahedral meshes are used for the 2D and 3D prob- lems. The better results, in terms of the speedup, are obtained for the shared memory system than the distributed memory system for both the 2D and 3D problems. The quality of meshes is checked by comparing the element Jacobians in the reference and current meshes, and by keeping track of the change in the interior angles in triangles and tetrahedrons. The proposed parallel mesh reordering algorithm using sampling approach for work load re-distribution concluded 51% of average efficiency in term of the speedup for shared memory systems. The overall maximum speedup of 6.37, for the shared mem- ory system, is achieved using eight processing elements (PEs) as compared to 4.11 for the distributed memory system including twelve PEs. As a case study, the thesis also discusses the high performance implementation of a stabilized mixed finite element method for Darcy flow using MPI library. It has a lot of practical applications in the field of petroleum engineering and earth sciences especially, where the flow of fluid is of interest in a permeable porous medium. The maximum speedup of 12.24 is achieved using 28 PEs by incorporating the proposed mesh partition- ing algorithm. Outline Chapter 1 defines and introduces the problem statement and Chapter 2 gives the gen- eral introduction of the thesis. Chapter 3 presents the literature review of ALE moving mesh generation, stabilized mixed finite element methods, k-way graph partitioning algo- rithm and tree based spatial data structures. Chapter 4 mathematically formulates the ALE mesh generation problem and presents the serial algorithm for optimization using the preconditioned conjugate gradient method. Chapter 5 presents a mesh reordering algorithm based on quadtree/octree and quick sort techniques. Chapter 6 discusses the parallelization part of mesh reordering algorithm based on a sampling approach and also discusses the experimental results for the shared memory systems. Detailed discussion about the mesh partitioning and experimental results using MPI are given in Chapter 7. Chapter 8 briefly describes the stabilized finite element method for Darcy Flow and dis- cusses the results of 2D problems for a distributed memory system. Finally, conclusions are drawn in Chapter 9 and future work is presented in Chapter 10.