|
The Open FUSION Toolkit 1.0.0-beta5
Modeling tools for plasma and fusion research and engineering
|
Nedelec scalar and vector Lagrange FE field handling.
Functions/Subroutines | |
| subroutine | oft_blag_create (new, level, cache, native) |
| Create a boundary Lagrange scalar field. | |
| subroutine | oft_lag_create (new, level, cache, native) |
| Create a Lagrange scalar field. | |
| subroutine | oft_lag_vcreate (new, level, cache, native) |
| Create a Lagrange vector field. | |
| subroutine oft_blag_create | ( | class(oft_vector), intent(out), pointer | new, |
| integer(i4), intent(in), optional | level, | ||
| logical, intent(in), optional | cache, | ||
| logical, intent(in), optional | native | ||
| ) |
Create a boundary Lagrange scalar field.
| [out] | new | field to create |
| [in] | level | FE level for init (optional) |
| [in] | cache | Allow caching (optional) |
| [in] | native | Force native representation (optional) |
| subroutine oft_lag_create | ( | class(oft_vector), intent(out), pointer | new, |
| integer(i4), intent(in), optional | level, | ||
| logical, intent(in), optional | cache, | ||
| logical, intent(in), optional | native | ||
| ) |
Create a Lagrange scalar field.
| [out] | new | field to create |
| [in] | level | FE level for init (optional) |
| [in] | cache | Allow caching (optional) |
| [in] | native | Force native representation (optional) |
| subroutine oft_lag_vcreate | ( | class(oft_vector), intent(out), pointer | new, |
| integer(i4), intent(in), optional | level, | ||
| logical, intent(in), optional | cache, | ||
| logical, intent(in), optional | native | ||
| ) |
Create a Lagrange vector field.
| [out] | new | field to create |
| [in] | level | FE level for init (optional) |
| [in] | cache | Allow caching (optional) |
| [in] | native | Force native representation (optional) |