se_fval Subroutine

public subroutine se_fval(n, xcur, fcur, rpar, ipar, ierr)

Calculates the nonlinear function.

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: n
real(kind=rp), intent(in), dimension(*):: xcur
real(kind=rp), intent(out), dimension(*):: fcur
real(kind=rp), intent(in), dimension(*):: rpar
integer, intent(in), dimension(*):: ipar
integer, intent(out) :: ierr

Calls

proc~~se_fval~~CallsGraph proc~se_fval se_fval proc~calc_drift calc_drift proc~se_fval->proc~calc_drift proc~ia_calc_forces ia_calc_forces proc~calc_drift->proc~ia_calc_forces dsymv dsymv proc~calc_drift->dsymv proc~ia_add_external_forces ia_add_external_forces proc~ia_calc_forces->proc~ia_add_external_forces proc~ia_add_bond_forces ia_add_bond_forces proc~ia_calc_forces->proc~ia_add_bond_forces proc~ia_add_vdw_forces ia_add_vdw_forces proc~ia_calc_forces->proc~ia_add_vdw_forces proc~ia_add_tether_forces ia_add_tether_forces proc~ia_calc_forces->proc~ia_add_tether_forces proc~ia_get_bond_force ia_get_bond_force proc~ia_add_bond_forces->proc~ia_get_bond_force proc~ia_get_vdw_force ia_get_vdw_force proc~ia_add_vdw_forces->proc~ia_get_vdw_force proc~pt_build pt_build proc~ia_add_vdw_forces->proc~pt_build proc~ia_get_tether_force ia_get_tether_force proc~ia_add_tether_forces->proc~ia_get_tether_force proc~vdw_lj_coul_debye vdw_lj_coul_debye proc~ia_get_vdw_force->proc~vdw_lj_coul_debye proc~vdw_cosine vdw_cosine proc~ia_get_vdw_force->proc~vdw_cosine proc~vdw_gaussian vdw_gaussian proc~ia_get_vdw_force->proc~vdw_gaussian proc~vdw_lj vdw_lj proc~ia_get_vdw_force->proc~vdw_lj proc~vdw_dpd vdw_dpd proc~ia_get_vdw_force->proc~vdw_dpd proc~vdw_lj_coul vdw_lj_coul proc~ia_get_vdw_force->proc~vdw_lj_coul proc~bond_fene bond_fene proc~ia_get_bond_force->proc~bond_fene proc~bond_harm bond_harm proc~ia_get_bond_force->proc~bond_harm proc~bond_kg bond_kg proc~ia_get_bond_force->proc~bond_kg proc~bond_ms bond_ms proc~ia_get_bond_force->proc~bond_ms proc~build_pt_cell_list build_pt_cell_list proc~pt_build->proc~build_pt_cell_list proc~build_pt_n2 build_pt_n2 proc~pt_build->proc~build_pt_n2 proc~build_pt_aabbtree build_pt_aabbtree proc~pt_build->proc~build_pt_aabbtree proc~build_pt_verlet build_pt_verlet proc~pt_build->proc~build_pt_verlet proc~teth_rigid teth_rigid proc~ia_get_tether_force->proc~teth_rigid proc~teth_harm teth_harm proc~ia_get_tether_force->proc~teth_harm proc~cl_build cl_build proc~build_pt_cell_list->proc~cl_build proc~cl_get_num_cells cl_get_num_cells proc~build_pt_cell_list->proc~cl_get_num_cells proc~cl_get_nbr_cells cl_get_nbr_cells proc~build_pt_cell_list->proc~cl_get_nbr_cells proc~cl_get_contents cl_get_contents proc~build_pt_cell_list->proc~cl_get_contents interface~str_from_num str_from_num proc~bond_fene->interface~str_from_num proc~bond_kg->interface~str_from_num interface~ivector_init ivector_init proc~build_pt_aabbtree->interface~ivector_init proc~bond_ms->interface~str_from_num interface~ivector_init->interface~ivector_init proc~ivector_from_array ivector_from_array interface~ivector_init->proc~ivector_from_array proc~str_from_ilnum str_from_ilnum interface~str_from_num->proc~str_from_ilnum proc~str_from_inum str_from_inum interface~str_from_num->proc~str_from_inum proc~str_from_dnum str_from_dnum interface~str_from_num->proc~str_from_dnum proc~ivector_from_array->interface~ivector_init proc~str_trimzero str_trimzero proc~str_from_dnum->proc~str_trimzero

Contents

None