Structure for 3D Cartesian Grid created.
Unification of boundary conditions into one file. Some changes to input file for reference cases. This should have been done in another branch but I wanto to commit to save progress and I don't want to deal with tswitching branches right now, I'm very busy watching Futurama.
This commit is contained in:
parent
eb6b045734
commit
ac2965621a
29 changed files with 1549 additions and 40455 deletions
8
src/modules/mesh/3DCart/makefile
Normal file
8
src/modules/mesh/3DCart/makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
all : moduleMesh3DCart.o moduleMesh3DCartRead.o
|
||||
|
||||
moduleMesh3DCart.o: moduleMesh3DCart.f90
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
|
||||
|
||||
moduleMesh3DCartRead.o: moduleMesh3DCart.o moduleMesh3DCartRead.f90
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue