Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Laplacian Class Reference

Static Public Member Functions

static double getElementLHS (const double &x, const double &y, const double &z, const double &phi_i, const double &phi_i_derx, const double &phi_i_dery, const double &phi_i_derz, const double &phi_j, const double &phi_j_derx, const double &phi_j_dery, const double &phi_j_derz)
 
static double getElementRHS (const double &x, const double &y, const double &z, const double &phi_i)
 
static double getBoundaryValue (const double &x, const double &y, const double &z)
 
static char getBoundaryType (const int ID, const double &x, const double &y, const double &z)
 
static double getExactSolution (const char &what, const double &x, const double &y, const double &z)
 

Detailed Description

Definition at line 67 of file Ifpack_ex_ScalarLaplacian_FEM.cpp.

Member Function Documentation

◆ getElementLHS()

static double Laplacian::getElementLHS ( const double & x,
const double & y,
const double & z,
const double & phi_i,
const double & phi_i_derx,
const double & phi_i_dery,
const double & phi_i_derz,
const double & phi_j,
const double & phi_j_derx,
const double & phi_j_dery,
const double & phi_j_derz )
inlinestatic

Definition at line 71 of file Ifpack_ex_ScalarLaplacian_FEM.cpp.

◆ getElementRHS()

static double Laplacian::getElementRHS ( const double & x,
const double & y,
const double & z,
const double & phi_i )
inlinestatic

Definition at line 89 of file Ifpack_ex_ScalarLaplacian_FEM.cpp.

◆ getBoundaryValue()

static double Laplacian::getBoundaryValue ( const double & x,
const double & y,
const double & z )
inlinestatic

Definition at line 99 of file Ifpack_ex_ScalarLaplacian_FEM.cpp.

◆ getBoundaryType()

static char Laplacian::getBoundaryType ( const int ID,
const double & x,
const double & y,
const double & z )
inlinestatic

Definition at line 105 of file Ifpack_ex_ScalarLaplacian_FEM.cpp.

◆ getExactSolution()

static double Laplacian::getExactSolution ( const char & what,
const double & x,
const double & y,
const double & z )
inlinestatic

Definition at line 111 of file Ifpack_ex_ScalarLaplacian_FEM.cpp.


The documentation for this class was generated from the following file: