OGS
ProcessLib::BoundaryConditionAndSourceTerm::Python::FlagAndFluxAndDFlux Struct Reference

Detailed Description

Definition at line 18 of file BcOrStData.h.

#include <BcOrStData.h>

Public Attributes

bool flag
 
double flux
 The computed flux.
 
std::vector< double > dFlux
 

Member Data Documentation

◆ dFlux

std::vector<double> ProcessLib::BoundaryConditionAndSourceTerm::Python::FlagAndFluxAndDFlux::dFlux

The partial derivates of FlagAndFluxAndDFlux::flux w.r.t. each primary variable.

Definition at line 30 of file BcOrStData.h.

◆ flag

bool ProcessLib::BoundaryConditionAndSourceTerm::Python::FlagAndFluxAndDFlux::flag

Indicates if flux and dflux have been computed. If false, don't use FlagAndFluxAndDFlux::flux nor FlagAndFluxAndDFlux::dFlux.

Definition at line 23 of file BcOrStData.h.

◆ flux

double ProcessLib::BoundaryConditionAndSourceTerm::Python::FlagAndFluxAndDFlux::flux

The computed flux.

Definition at line 26 of file BcOrStData.h.


The documentation for this struct was generated from the following file: