|
The Open FUSION Toolkit 1.0.0-beta5
Modeling tools for plasma and fusion research and engineering
|
Nedelec H1 FE field handling.
Functions/Subroutines | |
| subroutine | oft_h1_create (new, level, cache, native) |
| Create a H1 field. | |
| subroutine | oft_hgrad_create (new, level, cache, native) |
| Create a H1(Grad) field. | |
| subroutine oft_h1_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 H1 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_hgrad_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 H1(Grad) field.
| [out] | new | field to create |
| [in] | level | FE level for init (optional) |
| [in] | cache | Allow caching (optional) |
| [in] | native | Force native representation (optional) |