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.DofMapper

warp.fem.DofMapper#

class warp.fem.DofMapper[source]#

Base class from mapping node degrees of freedom to function values

__init__()#

Methods

__init__()

Attributes

dof_to_value

value_to_dof

value_dtype

dof_dtype

DOF_SIZE

value_dtype: type#
dof_dtype: type#
DOF_SIZE: int#
dof_to_value = <Function DofMapper__dof_to_value(dof: typing.Any)>#
Parameters:

dof (Any)

value_to_dof = <Function DofMapper__value_to_dof(val: typing.Any)>#
Parameters:

val (Any)

previous

warp.fem.DiscreteField

next

warp.fem.Domain

On this page
  • DofMapper
    • __init__()
    • value_dtype
    • dof_dtype
    • DOF_SIZE
    • dof_to_value
    • value_to_dof
Edit on GitHub
NVIDIA NVIDIA

Copyright © 2022-2026 NVIDIA Corporation.