$ ls
Makefile.am Makefile.old run.sh
Makefile.in introduction_ex1.C
$ make
make: *** No targets specified and no makefile found. Stop.
Nothing I do seems to actually work, though if I just follow the 1st MOOSE tutorial step, everything works and I'm able to see the mug's heat transfer. Of course, that doesn't really help me generate my own mesh.
What I really want to do is generate a mesh from a 3D array of points, either 0 or 1, where 1 represents a filled space and 0 represents an empty space. In a way, it is already a mesh, but I need to generate them in a way that is interpretable by MOOSE, and I don't have access to a Exodus II mesh-generating piece of software.
Thank you for any clarity you can provide, I am quite confused on what I should really be trying to do.
I'm completely new to MOOSE, Libmesh, and the world simulation in general, so I apologize if I'm just missing something quite basic.I've installed/compiled MOOSE and Libmesh on my system, and right now am just trying to understand the Libmesh examples to build a simple mesh. So far, however, I can't seem to actually even reach step 1, which I consider to be building a simple mesh using the libmesh examples. Are these examples in the libmesh files supposed to be working?$ ls
Makefile.am Makefile.old run.sh
Makefile.in introduction_ex1.C
$ make
make: *** No targets specified and no makefile found. Stop.
Nothing I do seems to actually work, though if I just follow the 1st MOOSE tutorial step, everything works and I'm able to see the mug's heat transfer. Of course, that doesn't really help me generate my own mesh.
What I really want to do is generate a mesh from a 3D array of points, either 0 or 1, where 1 represents a filled space and 0 represents an empty space. In a way, it is already a mesh, but I need to generate them in a way that is interpretable by MOOSE, and I don't have access to a Exodus II mesh-generating piece of software.
On Tue, Aug 11, 2015 at 12:54 AM, AnTu Xie <ant...@gmail.com> wrote:I'm completely new to MOOSE, Libmesh, and the world simulation in general, so I apologize if I'm just missing something quite basic.I've installed/compiled MOOSE and Libmesh on my system, and right now am just trying to understand the Libmesh examples to build a simple mesh. So far, however, I can't seem to actually even reach step 1, which I consider to be building a simple mesh using the libmesh examples. Are these examples in the libmesh files supposed to be working?$ ls
Makefile.am Makefile.old run.sh
Makefile.in introduction_ex1.C
$ make
make: *** No targets specified and no makefile found. Stop.
The libmesh examples are used differently depending on whether you are in the "build" directory or the "installed" directory. From what you pasted above, it looks like you are in the build directory,