20 #include "SheafSystem/base_space_poset.h" 23 #include "SheafSystem/io.h" 26 #include "SheafSystem/namespace_poset.h" 27 #include "SheafSystem/poset_handle_factory.h" 28 #include "SheafSystem/std_iostream.h" 29 #include "SheafSystem/storage_agent.h" 33 #include "SheafSystem/fiber_bundles_namespace.h" 40 main(
int argc,
char** argv)
47 if (access(argv[1],0) == 0)
53 cout <<
"warning: no such filename " << argv[1] <<
"\n";
59 cerr <<
"usage: fiber_bundles_read sheaf_file [enable_error_report]\n";
76 sa.put_member_record_buffer_ub(15);
77 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...
static void initialize_prototypes()
Initialize all the prototypes needed by various factory methods,.
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...