SheafSystem  0.0.0.0
dof_descriptor_array.h File Reference

Interface and implementation for class dof_descriptor_array Crude implementation of reference count array for descriptor of each dof from beginning of dof tuple (There is no file dof_descriptor_array.cc) More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/assert_contract.h"
#include "SheafSystem/sheaf.h"
#include "SheafSystem/std_iostream.h"

Go to the source code of this file.

Classes

class  sheaf::dof_descriptor_array
 An array for storing structs which describe the size, alignment, and offset of dofs within a dof tuple. More...
 
class  sheaf::dof_descriptor_array::dof_descriptor
 Basic description of a dof. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Functions

SHEAF_DLL_SPEC std::ostream & sheaf::operator<< (std::ostream &os, const dof_descriptor_array &p)
 Insert dof_descriptor_array& p into ostream& os. More...
 
SHEAF_DLL_SPEC std::ostream & sheaf::operator<< (std::ostream &os, const dof_descriptor_array::dof_descriptor &p)
 Insert dof_descriptor_array::dof_descriptor& p into ostream& os. More...
 
SHEAF_DLL_SPEC size_t sheaf::deep_size (const dof_descriptor_array &xp, bool xinclude_shallow=true)
 The deep size of the referenced object of type dof_descriptor_array. More...
 

Detailed Description

Interface and implementation for class dof_descriptor_array Crude implementation of reference count array for descriptor of each dof from beginning of dof tuple (There is no file dof_descriptor_array.cc)

Definition in file dof_descriptor_array.h.