Click or drag to resize

cSpaceSolver Class

[Missing <summary> documentation for "T:EwECore.cSpaceSolver"]

Inheritance Hierarchy
SystemObject
  EwECorecSpaceSolver

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cSpaceSolver

The cSpaceSolver type exposes the following members.

Constructors
  NameDescription
Public methodcSpaceSolver
Initializes a new instance of the cSpaceSolver class
Top
Methods
  NameDescription
Public methodaccumCatchData
Accumulate the fisheries data (catch) for a single group for this map cell. This is called before DerivtRed(), in the time step, so it is the condition at the start of the time step.
Public methodApplyAVmodifiers
Apply the multi function mediation functions/modifiers to 'a'(searchrate) and 'v'(vulnerability) uses MedVal(NMediationShapes) to modify A and/or V
Public methodClear
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFirstLastCells
Set the groups to iterate over.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetMedFunctions
Sets MedVal() mediation value used to modify a or v. Local version for thread safety.
Public methodsetpred
Public methodSetRelaSwitch
Sets RelaSwitch()
Public methodSetTimeStepC
Public methodSimDetritusMT
Public methodSolve
This is the method that the ThreadPool calls. It must have the object argument to match the Delegate signature required by ThreadPool.QueueUserWorkItem()
Public methodSolveC
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodYearTimeStep
Do any processing necessary at the start of a new year
Top
Fields
  NameDescription
Public fieldAMm
Public fieldBcw
Public fieldBEQLast
Public fieldBtime
Public fieldC
Public fieldCatchCPUTimeSec
Public fieldCper
Consumption rate by cell, group. EatenBy/Biomass
Public fieldd
Public fielde
Public fieldEcode
Public fieldEcoFunctions
Public fieldF
Public fieldFtimeCell
Public fieldHdenCell
Public fieldiFrstCell
Public fieldiLstCell
Public fielditt
Public fieldiYear
Public fieldLandings
Sum of Landings across cells by group fleet
Public fieldlstCellCompTimes
Public fieldm_Data
Public fieldm_Ecosim
Public fieldm_EcospaceModel
Public fieldm_PathData
Public fieldm_SimData
Public fieldm_Stanza
Public fieldm_TracerData
Public fieldMinChange
Public fieldnvar2
Public fieldPbSpace
Public fieldPconSplit
Public fieldPPScale
Public fieldRelFitness
Public fieldRelRepStanza
Public fieldResultsByFleet
Sum of Effort, Sailing Effort, Catch and Value across cells by fleet
Public fieldResultsByFleetGroup
Sum of Catch and Value across cells by fleet group
Public fieldResultsByGroup
Sum of Biomass, Relative Biomass and Catch by group across cells by group
Public fieldResultsCatchRegionGearGroup
Public fieldRunTimeSeconds
Public fieldSearch
Public fieldThreadID
Public fieldStatic memberThreadIncrementer
Public fieldTimeStep2
Public fieldTLlockOb
Public fieldTotBiomThread
Public fieldTotEatenByThread
Public fieldTotIFDweightThread
Public fieldTotLossThread
Public fieldTotPredThread
Public fieldTstanza
Public fieldWaitHandle
Wait handle
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also