Stellarator-Tools
|
Contains module surface_context. More...
Data Types | |
interface | surface_context::surface_context_class |
Base class representing a surface context. This contains all memory needed to operate surface. More... | |
Modules | |
module | surface_context |
Defines the base class of the type surface_context_class. This module contains all the code necessary define a surface for cariddi to read a virtual surface from. | |
Functions/Subroutines | |
class(surface_context_class) function, pointer | surface_context::surface_context_construct (wout_file_name, surface_file_name, parallel, io_unit) |
Construct a surface_context_class object. More... | |
subroutine | surface_context::surface_context_destruct (this) |
Deconstruct a bmw_context_class object. More... | |
subroutine | surface_context::surface_context_set_vector_potential (this, io_unit, parallel) |
Set the vector potential on the surface. More... | |
subroutine | surface_context::surface_context_write (this, output_file, io_unit, parallel) |
Contains module surface_context.