<!--
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.grids" />
<meta itemprop="path" content="Stable" />
</div>

# Module: tf_quant_finance.math.pde.grids

<!-- 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/grids.py">View source</a>



Functions to create grids suitable for PDE pricing.



## Functions

[`log_uniform_grid(...)`](../../../tf_quant_finance/math/pde/grids/log_uniform_grid.md): Creates a grid spec for a uniform grid in a log-space.

[`log_uniform_grid_with_extra_point(...)`](../../../tf_quant_finance/math/pde/grids/log_uniform_grid_with_extra_point.md): Creates a grid for a uniform grid in a log-space with an extra grid point.

[`rectangular_grid(...)`](../../../tf_quant_finance/math/pde/grids/rectangular_grid.md): Specifies parameters for an axis-wise non-uniform grid in n-dimensions.

[`uniform_grid(...)`](../../../tf_quant_finance/math/pde/grids/uniform_grid.md): Creates a grid spec for a uniform grid.

[`uniform_grid_with_extra_point(...)`](../../../tf_quant_finance/math/pde/grids/uniform_grid_with_extra_point.md): Creates a grid spec for a uniform grid with an extra grid point.

