public void AddVectorSubdomainToGlobalMeanValue(ISubdomain subdomain, IVectorView subdomainVector, IVector globalVector) { Debug.Assert(subdomain == this.subdomain); globalVector.AddSubvectorIntoThis(0, subdomainVector, 0, subdomainVector.Length); }