OOPS
oops::LocalIncrement Class Reference

#include <LocalIncrement.h>

Inheritance diagram for oops::LocalIncrement:
Collaboration diagram for oops::LocalIncrement:

Public Member Functions

 LocalIncrement (const oops::Variables vars, std::vector< double > vals, std::vector< int > varlens)
 
const oops::VariablesgetVars () const
 
const std::vector< double > & getVals () const
 
void setVals (std::vector< double > &)
 
LocalIncrementoperator*= (const std::vector< double > &)
 Linear algebra operators. More...
 

Private Member Functions

void print (std::ostream &os) const
 

Private Attributes

const oops::Variables vars_
 
std::vector< double > vals_
 
const std::vector< int > varlens_
 

Detailed Description

Definition at line 19 of file LocalIncrement.h.

Constructor & Destructor Documentation

◆ LocalIncrement()

oops::LocalIncrement::LocalIncrement ( const oops::Variables  vars,
std::vector< double >  vals,
std::vector< int >  varlens 
)
inline

Definition at line 21 of file LocalIncrement.h.

Member Function Documentation

◆ getVals()

const std::vector<double>& oops::LocalIncrement::getVals ( ) const
inline

Definition at line 27 of file LocalIncrement.h.

Here is the caller graph for this function:

◆ getVars()

const oops::Variables& oops::LocalIncrement::getVars ( ) const
inline

Definition at line 26 of file LocalIncrement.h.

◆ operator*=()

LocalIncrement & oops::LocalIncrement::operator*= ( const std::vector< double > &  rhs)

Linear algebra operators.

Definition at line 14 of file LocalIncrement.cc.

◆ print()

void oops::LocalIncrement::print ( std::ostream &  os) const
inlineprivate

Definition at line 34 of file LocalIncrement.h.

◆ setVals()

void oops::LocalIncrement::setVals ( std::vector< double > &  valsIn)

Definition at line 22 of file LocalIncrement.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ vals_

std::vector<double> oops::LocalIncrement::vals_
private

Definition at line 38 of file LocalIncrement.h.

◆ varlens_

const std::vector<int> oops::LocalIncrement::varlens_
private

Definition at line 39 of file LocalIncrement.h.

◆ vars_

const oops::Variables oops::LocalIncrement::vars_
private

Definition at line 37 of file LocalIncrement.h.


The documentation for this class was generated from the following files: