The Epetra_MultiVector.Update function is a method in the C++ Epetra_MultiVector class. It is used to update the values in a multi-vector object. This function takes in another multi-vector as input and updates the values in the calling multi-vector by copying the values from the input. The Update function is often used in algorithms that involve solving linear systems or performing parallel computations where the values in the multi-vector need to be updated during the computation process.
C++ (Cpp) Epetra_MultiVector::Update - 23 examples found. These are the top rated real world C++ (Cpp) examples of Epetra_MultiVector::Update extracted from open source projects. You can rate examples to help us improve the quality of examples.