Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
p_laplacian.h

The p-Laplacian problem by the Newton method – class header.

The p-Laplacian problem by the Newton method – class header

class p_laplacian {
public:
typedef field value_type;
typedef Float float_type;
p_laplacian (Float p, const geo& omega, string approx);
field initial() const;
field residue (const field& uh) const;
void update_derivative (const field& uh) const;
field derivative_solve (const field& mrh) const;
field derivative_trans_mult (const field& mrh) const;
Float space_norm (const field& uh) const;
Float dual_space_norm (const field& mrh) const;
mutable form a1;
mutable problem pa1;
};
#include "p_laplacian1.icc"
#include "p_laplacian2.icc"
see the Float page for the full documentation
see the field page for the full documentation
see the form page for the full documentation
see the geo page for the full documentation
Float dual_space_norm(const field &mrh) const
field derivative_trans_mult(const field &mrh) const
Float float_type
Definition p_laplacian.h:28
field derivative_solve(const field &mrh) const
problem pa1
Definition p_laplacian.h:43
field value_type
Definition p_laplacian.h:27
Float space_norm(const field &uh) const
field initial() const
void update_derivative(const field &uh) const
field residue(const field &uh) const
problem pm
Definition p_laplacian.h:41
see the problem page for the full documentation
see the space page for the full documentation
The p-Laplacian problem by the Newton method – class body.
The p-Laplacian problem by the Newton method – class body.
Definition sphere.icc:25