<!--
This file is generated by a tool. Do not edit directly.
For open-source contributions the docs will be updated automatically.
-->

*Last updated: 2023-03-16.*

<div itemscope itemtype="http://developers.google.com/ReferenceObject">
<meta itemprop="name" content="tf_quant_finance.math.pde.boundary_conditions" />
<meta itemprop="path" content="Stable" />
</div>

# Module: tf_quant_finance.math.pde.boundary_conditions

<!-- Insert buttons and diff -->

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>

<a target="_blank" href="https://github.com/paolodelia99/tf-quant-finance/blob/main/tf_quant_finance/math/pde/boundary_conditions.py">View source</a>



Helper functions to construct boundary conditions of PDEs.



## Functions

[`dirichlet(...)`](../../../tf_quant_finance/math/pde/boundary_conditions/dirichlet.md): Wrapper for Dirichlet boundary conditions to be used in PDE solvers.

[`neumann(...)`](../../../tf_quant_finance/math/pde/boundary_conditions/neumann.md): Wrapper for Neumann boundary condition to be used in PDE solvers.

