www.mooseframework.org
Public Member Functions | List of all members
FXFluxBC Class Reference

Defines an FX-based BC that strongly encourages the gradients to match. More...

#include <FXFluxBC.h>

Inheritance diagram for FXFluxBC:
[legend]

Public Member Functions

 FXFluxBC (const InputParameters &parameters)
 

Detailed Description

Defines an FX-based BC that strongly encourages the gradients to match.

Definition at line 22 of file FXFluxBC.h.

Constructor & Destructor Documentation

◆ FXFluxBC()

FXFluxBC::FXFluxBC ( const InputParameters &  parameters)

Definition at line 29 of file FXFluxBC.C.

29  : FunctionNeumannBC(parameters)
30 {
31  FunctionSeries & fe_basis =
32  FunctionSeries::checkAndConvertFunction(_func, getParam<std::string>("_moose_base"), name());
33 
34  fe_basis.useCache(true);
35 }

The documentation for this class was generated from the following files:
FunctionSeries
This class uses implementations of CompositeSeriesBasisInterface to generate a function based on conv...
Definition: FunctionSeries.h:25
name
const std::string name
Definition: Setup.h:21
MemoizedFunctionInterface::useCache
void useCache(bool use)
Enable/disable the cache.
Definition: MemoizedFunctionInterface.C:75
FunctionSeries::checkAndConvertFunction
static FunctionSeries & checkAndConvertFunction(const Function &function, const std::string &typeName, const std::string &objectName)
Static function to cast a Function to SeriesFunction.
Definition: FunctionSeries.C:175