Package mathcomp.assemble.minimalsurface

Minimal surface problems.

See:
          Description

Class Summary
FixedPointAssembler This assembler is used to solve the minimal suface problem using fixed point iteration.
L2Interpolation This class is used to initialize the iterative assemblers, giving the value for the first iteration
MinimalSurfaceAssembler This class is used to ensure that the problem of minimal surface that is being solved it's the same for the two iterative assemblers (NewtonAssembler and FixedPointAssembler) that extends this class.
MSErrorCalculator  
NewtonAssembler This assembler is used to solve the minimal suface problem using Newtons's iterative method.
 

Package mathcomp.assemble.minimalsurface Description

Minimal surface problems.