OpenCMISS-Iron FORTRAN API Documentation

The solution method parameters. More...

Collaboration diagram for OPENCMISS::EquationsSet::SolutionMethods:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_fem_solution_method = EQUATIONS_SET_FEM_SOLUTION_METHOD
 Finite Element Method solution method. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_bem_solution_method = EQUATIONS_SET_BEM_SOLUTION_METHOD
 Boundary Element Method solution method. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_fd_solution_method = EQUATIONS_SET_FD_SOLUTION_METHOD
 Finite Difference solution method. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_fv_solution_method = EQUATIONS_SET_FV_SOLUTION_METHOD
 Finite Volume solution method. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_gfem_solution_method = EQUATIONS_SET_GFEM_SOLUTION_METHOD
 Grid-based Finite Element Method solution method. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_gfd_solution_method = EQUATIONS_SET_GFD_SOLUTION_METHOD
 Grid-based Finite Difference solution method. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_gfv_solution_method = EQUATIONS_SET_GFV_SOLUTION_METHOD
 Grid-based Finite Volume solution method. More...
 

Detailed Description

The solution method parameters.

See also
OPENCMISS::EquationsSet,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_bem_solution_method = EQUATIONS_SET_BEM_SOLUTION_METHOD

Boundary Element Method solution method.

See also
OPENCMISS::EquationsSet::SolutionMethods,OPENCMISS

Definition at line 2581 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_fd_solution_method = EQUATIONS_SET_FD_SOLUTION_METHOD

Finite Difference solution method.

See also
OPENCMISS::EquationsSet::SolutionMethods,OPENCMISS

Definition at line 2582 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_fem_solution_method = EQUATIONS_SET_FEM_SOLUTION_METHOD

Finite Element Method solution method.

See also
OPENCMISS::EquationsSet::SolutionMethods,OPENCMISS

Definition at line 2580 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_fv_solution_method = EQUATIONS_SET_FV_SOLUTION_METHOD

Finite Volume solution method.

See also
OPENCMISS::EquationsSet::SolutionMethods,OPENCMISS

Definition at line 2583 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_gfd_solution_method = EQUATIONS_SET_GFD_SOLUTION_METHOD

Grid-based Finite Difference solution method.

See also
OPENCMISS::EquationsSet::SolutionMethods,OPENCMISS

Definition at line 2585 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_gfem_solution_method = EQUATIONS_SET_GFEM_SOLUTION_METHOD

Grid-based Finite Element Method solution method.

See also
OPENCMISS::EquationsSet::SolutionMethods,OPENCMISS

Definition at line 2584 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_equations_set_gfv_solution_method = EQUATIONS_SET_GFV_SOLUTION_METHOD

Grid-based Finite Volume solution method.

See also
OPENCMISS::EquationsSet::SolutionMethods,OPENCMISS

Definition at line 2586 of file opencmiss_iron.f90.