PINNacleUsageUsage⭐ Define Your Own PDE⭐ Define Your Own PDEContactContact (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Welcome
    • Installation
    • Usage
    • CLI Help
  • Trainer
    • Burgers' Equation
    • Poisson Equation
    • Heat Equation
    • Navier-Stokes Equation
    • Wave Equation
    • Chaotic Equation
    • Inverse Problem
    • Parametric PDE
    • Create Your Own
    • LRA & NTK
    • RAR
    • MultiAdam
    • Loss Function
    • LAAF & GAAF
    • FBPINN
    • VPINN
    • Hard Constraint
    • Fourier Feature
  • Callback
  • API
    • Model
      • Fnn
      • Hard Constraint
      • Laaf
    • Optimizer
      • Adam Lbfgs
      • Lr Adaptor
      • Multiadam
      • Ntk
    • PDE
      • Baseclass
      • Burgers
      • Chaotic
      • Heat
      • Helmholtz
      • Inverse
      • Ns
      • Poisson
      • Wave
    • Utils
      • Args
      • Callbacks
      • Func Cache
      • Geom
      • Plot
      • Random
      • Rar
      • Summary

On This Page

  • Functions
Question? Give us feedback → (opens in a new tab)Edit this page
API
Model
Hard Constraint

Module PINNacle.src.model.hard_constraint

Functions

hard_constraint_wrapper(net, data, alpha=5) : Wrapper for hard constrain. output = ic + t * NN

FnnLaaf

Docs for PINNacle