an efficient C++ finite element environment
|
|
void update_derivative(const field &uh) const
The p-Laplacian problem by the Newton method – class body.
see the field page for the full documentation
p_laplacian(Float p, const geo &omega, string approx)
see the space page for the full documentation
field derivative_solve(const field &mrh) const
field derivative_trans_mult(const field &mrh) const
Float dual_space_norm(const field &mrh) const
see the problem page for the full documentation
see the Float page for the full documentation
field residue(const field &uh) const
Float space_norm(const field &uh) const
The p-Laplacian problem by the Newton method – class body.
see the geo page for the full documentation