Skip to main content
Ctrl+K
Warp 1.11.0 - Home Warp 1.11.0 - Home

Warp 1.11.0

  • GitHub
  • PyPI
Warp 1.11.0 - Home Warp 1.11.0 - Home

Warp 1.11.0

  • GitHub
  • PyPI

Table of Contents

User Guide

  • Installation
  • Basics
  • Runtime
  • Devices
  • Differentiability
  • Generics
  • Tiles
  • Interoperability
  • Configuration
  • Debugging
  • Limitations
  • Contribution Guide
  • Publications using Warp
  • Compatibility & Support
  • FAQ
  • Changelog

Deep Dive

  • Code Generation
  • Allocators
  • Concurrency
  • Profiling

Domain Modules

  • Sparse Matrices
  • FEM Toolkit
  • Rendering

API Reference

  • warp
  • warp.autograd
  • warp.config
  • warp.fem
  • warp.jax_experimental
  • warp.optim
  • warp.render
  • warp.sparse
  • warp.types
  • warp.utils

Language Reference

  • Built-Ins

Project Links

  • GitHub
  • PyPI
  • warp.fem
  • warp.fem.make_discrete_field

warp.fem.make_discrete_field#

warp.fem.make_discrete_field(space, space_partition=None)[source]#

Constructs a zero-initialized discrete field over a function space or partition

See also: warp.fem.FunctionSpace.make_field()

Parameters:
  • space (FunctionSpace)

  • space_partition (SpacePartition | None)

Return type:

DiscreteField

previous

warp.fem.make_covariant_function_space

next

warp.fem.make_element_based_space_topology

On this page
  • make_discrete_field()
Edit on GitHub
NVIDIA NVIDIA

Copyright © 2022-2026 NVIDIA Corporation.