The method Epetra_MultiVector.PutScalar in C++ is used to set all the values of a multi-vector to a specified scalar value. This method is useful when you want to initialize or reset the values of a multi-vector to a common scalar value.
C++ (Cpp) Epetra_MultiVector::PutScalar - 30 examples found. These are the top rated real world C++ (Cpp) examples of Epetra_MultiVector::PutScalar extracted from open source projects. You can rate examples to help us improve the quality of examples.