SOFA plugin: SofaImplicitField  master
Open source framework for multi-physics simuation
python-scalarfield Namespace Reference

Classes

class  Sphere
 
class  SphereWithCustomHessianAndGradient
 
class  FieldController
 

Functions

def createScene (root)
 

Function Documentation

◆ createScene()

def python-scalarfield.createScene (   root)
In this scene we create two scalar field of spherical shape, the two are implemented using
python. The first one is overriding only the getValue, the hessian and gradient is thus computed using
finite difference in the c++ code. The second field is overriding the hessian and gradient function