SheafSystem  0.0.0.0
field_refiner_family.h File Reference

Interface for class field_refiner_family. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/any.h"
#include "SheafSystem/block.h"
#include "SheafSystem/std_string.h"

Go to the source code of this file.

Classes

class  sheaf::factory< T >
 A factory for instanting descendants of an abstract type T, given the class name of the descendant. Requires: virtual const string& T::class_name() the actual (descendant) class name of the prototype. virtual T* T::clone() virtual default constructor virtual bool is_initialized() true if instance is fully initialized. More...
 
class  fields::field_refiner_family
 A family of compatible local_field_refiners, one for each member of some family of cell types; a map from cell type to field_type. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 
 fiber_bundle
 Namespace for the fiber_bundles component of the sheaf system.
 
 fields
 Namespace for fields component of sheaf system.
 

Detailed Description

Interface for class field_refiner_family.

Definition in file field_refiner_family.h.