atl_legpolyvar_append Subroutine

public subroutine atl_legpolyvar_append(var, varsys, pos, solverData_evalElem)

Arguments

Type IntentOptional Attributes Name
class(tem_variable_type), intent(in) :: var

Data describing the variable to append (needs to be a legpolyvar).

type(tem_varSys_type), intent(inout) :: varsys

Variable system to append the variable to.

integer, intent(out), optional :: pos

Position of the appended variable in the system.

type(tem_varSys_solverData_evalElem_type), intent(in), optional :: solverData_evalElem

A setter to allow the caller to define a routine for the construction of an element representation.


Calls

proc~~atl_legpolyvar_append~~CallsGraph proc~atl_legpolyvar_append atl_legpolyvar_append proc~tem_get_new_varsys_data_ptr tem_get_new_varSys_data_ptr proc~atl_legpolyvar_append->proc~tem_get_new_varsys_data_ptr proc~read_legpolyvar_modes read_legpolyvar_modes proc~atl_legpolyvar_append->proc~read_legpolyvar_modes proc~tem_varsys_append_dervar tem_varSys_append_derVar proc~atl_legpolyvar_append->proc~tem_varsys_append_dervar proc~tem_free_varsys_data_ptr tem_free_varSys_data_ptr proc~atl_legpolyvar_append->proc~tem_free_varsys_data_ptr mpi_comm_rank mpi_comm_rank proc~read_legpolyvar_modes->mpi_comm_rank mpi_bcast mpi_bcast proc~read_legpolyvar_modes->mpi_bcast proc~newunit newunit proc~read_legpolyvar_modes->proc~newunit proc~tem_abort tem_abort proc~read_legpolyvar_modes->proc~tem_abort proc~ply_degree_2dof ply_degree_2dof proc~read_legpolyvar_modes->proc~ply_degree_2dof

Contents