next up previous
Next: Mesh Loading/Partitioning Up: PMDB User's Manual Previous: PMDB User's Manual

Introduction

This document describes the routines or operators available in the PMDB runtime library. PMDB executes a copy of MDB in SPMD mode on each processor and provides the following categories of procedures to manipulate, manage, and provide information about the distributed mesh:

The following types are used and are described in detail in the SCOREC MDB manual [].

Throughout manual the variable names given below appear extensively as parameters to library routines:

Figure gif presents an example code of how PMDB library can be used to load and partition a mesh using orthogonal bisection. The code presents a standard template of calls to load and distribute a mesh over processors. The call to pmdb_ortho_rb() can be replaced with any other mesh loading or partitioning routines described in section gif. The call to do_something() can be replaced with code that uses the library routines presented in this manual.



next up previous
Next: Mesh LoadingPartitioning Up: PMDB User's Manual Previous: PMDB User's Manual



Jim Teresco
Tue Aug 1 14:37:38 EDT 1995