expose_data Interface

interface
public module subroutine expose_data(self, data_object)

Arguments

Type IntentOptional Attributes Name
class(mesh_cart_t), intent(in), target :: self

Instance of the type

type(mesh_cart_data_t), intent(out) :: data_object

Destination mesh cart data object. Warning: the purpose of this method is to allow access to the data of the instance.

Description

Exposes mesh data through mesh_cart_data_t object