shells/parallel/BasicRCB.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef BASICRCB_H
00014 #define BASICRCB_H
00015 #include <vector>
00016
00017
00018 namespace parallel {
00019
00020 void basicRCB(std::vector<double>::iterator itcb,
00021 std::vector<double>::iterator itce,
00022 unsigned numberOfPartitions, unsigned myNumber,
00023 std::vector<unsigned>& myNodes);
00024
00025 }
00026
00027 #endif
Generated on Fri Aug 24 13:00:24 2007 for SFC Thin-Shell Finite Element Solver by
1.4.7