create_immersed Subroutine

public subroutine create_immersed(res, identifier, equi, mesh, filename)

Arguments

Type IntentOptional Attributes Name
class(immersed_t), intent(out), allocatable :: res

Created immersed type

integer, intent(in) :: identifier

Integer specifying the immersed to create (see header)

class(equilibrium_t), intent(inout) :: equi

Equilibrium

type(mesh_cart_t), intent(in) :: mesh

Mesh

character(len=*), intent(in), optional :: filename

Filename, where to read parameters from, if not provided default parameters will be used


Calls

proc~~create_immersed~~CallsGraph proc~create_immersed create_immersed init init proc~create_immersed->init proc~handle_error handle_error proc~create_immersed->proc~handle_error none~handle_error error_handler_t%handle_error proc~handle_error->none~handle_error