19 #include "SheafSystem/base_space_poset.h" 25 #include "SheafSystem/namespace_poset.h" 26 #include "SheafSystem/poset_handle_factory.h" 27 #include "SheafSystem/std_fstream.h" 28 #include "SheafSystem/std_iostream.h" 29 #include "SheafSystem/storage_agent.h" 33 #include "SheafSystem/fiber_bundles_namespace.h" 41 main(
int argc,
char** argv)
48 ifstream ltest(argv[1]);
56 cout <<
"warning: no such filename " << argv[1] <<
"\n";
62 cerr <<
"usage: dumpsheaf sheaf_file [enable_error_report]\n";
68 fiber_bundles_namespace::initialize_prototypes();
79 sa.put_member_record_buffer_ub(15);
80 sa.put_dof_tuple_record_buffer_ub(15);
The default name space; a poset which contains other posets as members.
virtual void get_read_write_access(bool xrelease_read_only_access=false)
Get read write access to the state associated with this. If release_read_only_access is requested...
Namespace for the fiber_bundles component of the sheaf system.
Agent responsible for importing and exporting posets from an external name space which resides on dis...