New common module for mesh module to avoid repetition
This commit is contained in:
parent
6f8656bc21
commit
f566776af2
8 changed files with 170 additions and 327 deletions
|
|
@ -18,7 +18,7 @@ all: moduleMesh.o inout.o 3DCart.o 2DCyl.o 2DCart.o 1DRad.o 1DCart.o 0D.o
|
|||
0D.o: moduleMesh.o
|
||||
$(MAKE) -C 0D all
|
||||
|
||||
moduleMesh.o: moduleMesh.f90
|
||||
moduleMesh.o: moduleMeshCommon.o moduleMesh.f90
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
|
||||
$(FC) $(FCFLAGS) -c moduleMesh@elements.f90 -o $(OBJDIR)/$@
|
||||
$(FC) $(FCFLAGS) -c moduleMesh@boundary.f90 -o $(OBJDIR)/$@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue