On Thu, Oct 2, 2014 at 10:02 AM, Xujun Zhao <[email protected]> wrote: > > Hi all, > > I am a new user of libmesh. When I read the examples, I found libmesh uses > its only variable types, such as > Real/ RealGradient/Gradient/dof_id_type/Number ... and so on.
A good IDE can help you out with this, but to be honest I just use find and grep, e.g. find . -name "*.h" | xargs grep RealGradient > also some assert MACRO functions are a little unclear to me, like > libmesh_example_assert This macro was recently changed to libmesh_example_requires() and is defined in include/base/libmesh_common.h If you are just getting started with an older, tagged version of libmesh, I'd recommend cloning master or grabbing an up-to-date tar archive: https://github.com/libMesh/libmesh/archive/master.zip That way you won't develop new code against an old version of libmesh. -- John ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
