25 #include "SheafSystem/field_at0.h" 37 require(precondition_of(\
46 ensure(postcondition_of(\
61 require(precondition_of(\
70 ensure(postcondition_of(\
85 require(precondition_of(\
94 ensure(postcondition_of(\
109 require(precondition_of(\
118 ensure(postcondition_of(\
133 require(precondition_of(\
142 ensure(postcondition_of(\
sec_ed & property() const
The dependent variable of this field.
void SHEAF_DLL_SPEC dot(const field_ed &x0, const field_ed &x1, field_at0 &xresult, bool xauto_access)
The Euclidean "dot" product of x0 with x2.
SHEAF_DLL_SPEC void length(const sec_ed &x0, sec_at0 &xresult, bool xauto_access)
The Euclidean length (magnitude) of x0.
sec_at0 & property() const
The dependent variable of this field.
void SHEAF_DLL_SPEC length(const field_ed &x0, field_at0 &xresult, bool xauto_access)
The Euclidean length (magnitude) of x0.
SHEAF_DLL_SPEC void put_length(sec_ed &x0, const vd_value_type &xlength, bool xauto_access)
Set the Euclidean length (magnitude) of x0 to xlength.
A property of type sec_ed as a function of global coordinates.
SHEAF_DLL_SPEC vd_value_type dot(const ed &x0, const ed &x1, bool xauto_access)
The Euclidean "dot" product of x0 with x1 (version for persistent types).
SHEAF_DLL_SPEC vd_value_type length(const ed &x0, bool xauto_access)
The Euclidean length (magnitude) of x0 (version for persistent types).
void SHEAF_DLL_SPEC normalize(const field_ed &x0, field_ed &xresult, bool xauto_access)
Normalize x0 (convert to a unit vector).
SHEAF_DLL_SPEC void put_length(ed &x0, const vd_value_type &xlength, bool xauto_access)
Set the Euclidean length (magnitude) of x0 to xlength. (version for persistent types).
SHEAF_DLL_SPEC void normalize(const ed &x0, ed &xresult, bool xauto_access)
Normalize x0 (convert to a unit vector) (pre_allocated version for persistent types).
SHEAF_DLL_SPEC void normalize(const sec_ed &x0, sec_ed &xresult, bool xauto_access)
Normalize x0 (convert to a unit vector).
A property of type sec_at0 as a function of global coordinates.
void SHEAF_DLL_SPEC put_length(field_ed &x0, const vd_value_type &xlength, bool xauto_access)
Set the Euclidean length (magnitude) of x0 to xlength.
SHEAF_DLL_SPEC void dot(const sec_ed &x0, const sec_ed &x1, sec_at0 &xresult, bool xauto_access)
The Euclidean "dot" product of x0 with x2.
double vd_value_type
The type of component in the fiber; the scalar type in the fiber vector space.