SheafSystem  0.0.0.0
structured_block_3d.cc File Reference

Implementation for class structured_block_3d. More...

#include "SheafSystem/structured_block_3d.h"
#include "SheafSystem/assert_contract.h"
#include "SheafSystem/arg_list.h"
#include "SheafSystem/chart_point_3d.h"
#include "SheafSystem/fiber_bundles_namespace.h"
#include "SheafSystem/namespace_poset.h"
#include "SheafSystem/poset_path.h"
#include "SheafSystem/preorder_iterator.h"
#include "SheafSystem/tern.h"
#include "SheafSystem/wsv_block.h"

Go to the source code of this file.

Macros

#define NODE_ID(i, j, k)   (((i)*node_ct_y + (j))*node_ct_z + (k))
 

Detailed Description

Implementation for class structured_block_3d.

Definition in file structured_block_3d.cc.