OpenCMISS-Iron FORTRAN API Documentation

The analytic function types for a Laplace equation. More...

Collaboration diagram for OPENCMISS::EquationsSet::AnalyticFunctionTypes::Laplace:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_laplace_equation_two_dim_1 = EQUATIONS_SET_LAPLACE_EQUATION_TWO_DIM_1
 u=x**2+2*x*y-y**2 More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_laplace_equation_two_dim_2 = EQUATIONS_SET_LAPLACE_EQUATION_TWO_DIM_2
 u=cos(x)cosh(y) More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_laplace_equation_three_dim_1 = EQUATIONS_SET_LAPLACE_EQUATION_THREE_DIM_1
 u=x**2-2*y**2+z**2 More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_laplace_equation_three_dim_2 = EQUATIONS_SET_LAPLACE_EQUATION_THREE_DIM_2
 u=cos(x)*cosh(y)*z More...
 

Detailed Description

The analytic function types for a Laplace equation.

See also
OPENCMISS::EquationsSet::AnalyticFunctionTypes,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_laplace_equation_three_dim_1 = EQUATIONS_SET_LAPLACE_EQUATION_THREE_DIM_1

u=x**2-2*y**2+z**2

See also
OPENCMISS::EquationsSet::AnalyticFunctionTypes::Laplace,OPENCMISS

Definition at line 2631 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_laplace_equation_three_dim_2 = EQUATIONS_SET_LAPLACE_EQUATION_THREE_DIM_2

u=cos(x)*cosh(y)*z

See also
OPENCMISS::EquationsSet::AnalyticFunctionTypes::Laplace,OPENCMISS

Definition at line 2632 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_laplace_equation_two_dim_1 = EQUATIONS_SET_LAPLACE_EQUATION_TWO_DIM_1

u=x**2+2*x*y-y**2

See also
OPENCMISS::EquationsSet::AnalyticFunctionTypes::Laplace,OPENCMISS

Definition at line 2629 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_laplace_equation_two_dim_2 = EQUATIONS_SET_LAPLACE_EQUATION_TWO_DIM_2

u=cos(x)cosh(y)

See also
OPENCMISS::EquationsSet::AnalyticFunctionTypes::Laplace,OPENCMISS

Definition at line 2630 of file opencmiss_iron.f90.