|
| | curve (const string &name, const curveStyle &style, const label l) |
| | Construct as interpolation of an existing curve. More...
|
| |
| | curve (const string &, const curveStyle &, const scalarField &y) |
| | Construct from the components. More...
|
| |
| autoPtr< curve > | clone () const |
| |
| const string & | name () const |
| |
| const curveStyle & | style () const |
| |
| constexpr | Field () noexcept |
| | Construct null. More...
|
| |
| | Field (const label len) |
| | Construct given size. More...
|
| |
| | Field (const label len, const Type &val) |
| | Construct given size and initial value. More...
|
| |
| | Field (const label len, const zero) |
| | Construct given size and initial values of zero. More...
|
| |
| | Field (const Field< Type > &fld) |
| | Copy construct. More...
|
| |
| | Field (const UList< Type > &list) |
| | Copy construct from UList<Type> More...
|
| |
| template<class Addr > |
| | Field (const IndirectListBase< Type, Addr > &list) |
| | Copy construct from IndirectList. More...
|
| |
| | Field (Field< Type > &&fld) |
| | Move construct from Field. More...
|
| |
| | Field (List< Type > &&list) |
| | Move construct from List. More...
|
| |
| template<int SizeMin> |
| | Field (DynamicList< Type, SizeMin > &&list) |
| | Move construct from DynamicList. More...
|
| |
| | Field (const UList< Type > &mapF, const labelUList &mapAddressing) |
| | Construct by 1 to 1 mapping from the given field. More...
|
| |
| | Field (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) |
| | Construct by 1 to 1 mapping from the given tmp field. More...
|
| |
| | Field (const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) |
| | Construct by interpolative mapping from the given field. More...
|
| |
| | Field (const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) |
| | Construct by interpolative mapping from the given tmp field. More...
|
| |
| | Field (const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) |
| | Construct by mapping from the given field. More...
|
| |
| | Field (const UList< Type > &mapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) |
| | Construct by mapping from the given field. More...
|
| |
| | Field (const UList< Type > &mapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) |
| | Construct by mapping from the given field. More...
|
| |
| | Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) |
| | Construct by mapping from the given tmp field. More...
|
| |
| | Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) |
| |
| | Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) |
| |
| | Field (Field< Type > &fld, bool reuse) |
| | Copy construct or re-use as specified. More...
|
| |
| | Field (const tmp< Field< Type >> &tfld) |
| | Copy or move construct from tmp. More...
|
| |
| | Field (Istream &is) |
| | Construct from Istream. More...
|
| |
| | Field (const word &keyword, const dictionary &dict, const label len) |
| | Construct from a dictionary entry. More...
|
| |
| tmp< Field< Type > > | clone () const |
| | Clone. More...
|
| |
| void | map (const UList< Type > &mapF, const labelUList &mapAddressing) |
| | 1 to 1 map from the given field More...
|
| |
| void | map (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) |
| | 1 to 1 map from the given tmp field More...
|
| |
| void | map (const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) |
| | Interpolative map from the given field. More...
|
| |
| void | map (const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) |
| | Interpolative map from the given tmp field. More...
|
| |
| void | map (const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) |
| | Map from the given field. More...
|
| |
| void | map (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) |
| | Map from the given tmp field. More...
|
| |
| void | autoMap (const FieldMapper &map, const bool applyFlip=true) |
| | Map from self. More...
|
| |
| void | rmap (const UList< Type > &mapF, const labelUList &mapAddressing) |
| | 1 to 1 reverse-map from the given field More...
|
| |
| void | rmap (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) |
| | 1 to 1 reverse-map from the given tmp field More...
|
| |
| void | rmap (const UList< Type > &mapF, const labelUList &mapAddressing, const UList< scalar > &weights) |
| | Interpolative reverse map from the given field. More...
|
| |
| void | rmap (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing, const UList< scalar > &weights) |
| | Interpolative reverse map from the given tmp field. More...
|
| |
| void | negate () |
| | Negate this field (negative). More...
|
| |
| tmp< Field< cmptType > > | component (const direction) const |
| | Return a component field of the field. More...
|
| |
| void | replace (const direction, const UList< cmptType > &) |
| | Replace a component field of the field. More...
|
| |
| void | replace (const direction, const tmp< Field< cmptType >> &) |
| | Replace a component field of the field. More...
|
| |
| void | replace (const direction, const cmptType &) |
| | Replace a component field of the field. More...
|
| |
| template<class VSForm > |
| VSForm | block (const label start) const |
| |
| tmp< Field< Type > > | T () const |
| | Return the field transpose (only defined for second rank tensors) More...
|
| |
| void | writeEntry (const word &keyword, Ostream &os) const |
| | Write the field as a dictionary entry. More...
|
| |
| void | operator= (const Field< Type > &) |
| | Copy assignment. More...
|
| |
| void | operator= (const tmp< Field< Type >> &) |
| |
| void | operator= (const UList< Type > &) |
| |
| void | operator= (const SubField< Type > &) |
| |
| void | operator= (Field< Type > &&rhs) |
| | Move assignment. More...
|
| |
| void | operator= (List< Type > &&rhs) |
| |
| template<int SizeMin> |
| void | operator= (DynamicList< Type, SizeMin > &&rhs) |
| |
| void | operator= (const Type &val) |
| | Value assignment. More...
|
| |
| void | operator= (const zero) |
| |
| template<class Form , class Cmpt , direction nCmpt> |
| void | operator= (const VectorSpace< Form, Cmpt, nCmpt > &) |
| |
| void | operator+= (const UList< Type > &) |
| |
| void | operator+= (const tmp< Field< Type >> &) |
| |
| void | operator-= (const UList< Type > &) |
| |
| void | operator-= (const tmp< Field< Type >> &) |
| |
| void | operator*= (const UList< scalar > &) |
| |
| void | operator*= (const tmp< Field< scalar >> &) |
| |
| void | operator/= (const UList< scalar > &) |
| |
| void | operator/= (const tmp< Field< scalar >> &) |
| |
| void | operator+= (const Type &) |
| |
| void | operator-= (const Type &) |
| |
| void | operator*= (const scalar &) |
| |
| void | operator/= (const scalar &) |
| |
| template<class Type> |
| void | operator= (const tmp< Field > &rhs) |
| |
A single curve in a graph.
- Source files
-
Definition at line 58 of file curve.H.