Home
last modified time | relevance | path

Searched refs:gxzminus (Results 1 – 3 of 3) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dsystem_projection.C1735 Number gxzminus = (gxpym(2) - gxmym(2))
1738 Ue(current_dof) = (gxzplus - gxzminus)
/dports/math/libmesh/libmesh-1.6.2/include/systems/
H A Dgeneric_projector.h2221 FValue gxzminus = (grad_component(gxpym, 2) - grad_component(gxmym, 2)) in operator() local
2225 (gxzplus - gxzminus) / 2. / delta_x, in operator()
/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Ddof_map_constraints.C1014 Number gxzminus = (gxpym(2) - gxmym(2)) in apply_dirichlet_impl() local
1017 Ue(current_dof) = (gxzplus - gxzminus) in apply_dirichlet_impl()