-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3be80d1
commit 15f3597
Showing
22 changed files
with
34 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SUBDIRS := const utils math mtx auto_diff num interp_1d interp_2d chem eos forum colors rates neu gyre kap | ||
SUBDIRS := const utils math mtx auto_diff num interp_1d interp_2d chem eos forum colors rates neu net gyre kap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
include ../make/defaults-module.mk | ||
|
||
# Build | ||
|
||
MODULE_NAME := net | ||
SRCS := public/net_def.f90 \ | ||
public/net_lib.f90 \ | ||
private/net_screen.f90 \ | ||
private/net_derivs_support.f90 \ | ||
private/net_derivs.f90 \ | ||
private/net_approx21.f90 \ | ||
private/net_burn_support.f90 \ | ||
private/net_initialize.f90 \ | ||
private/net_eval.f90 \ | ||
private/net_burn.f90 \ | ||
private/net_burn_const_density.f90 \ | ||
private/net_burn_const_p.f90 | ||
SRCS_CHECK := test/src/test_net.f90 | ||
INTERNAL_DEPENDS_ON := const utils math mtx num chem rates interp_1d eos | ||
EXTERNAL_DEPENDS_ON := | ||
BINTYPE := static-lib | ||
|
||
# Testing | ||
|
||
CHECK_RESULTS_GOLDEN := test/test_output | ||
|
||
# Install | ||
|
||
MODULES := net_def.mod net_lib.mod | ||
INSTALL_INCLUDES := public/burner_const_density_get_eos_info.inc \ | ||
public/burner_finish_substep.inc | ||
|
||
include $(MAKE_DIR)/Makefile |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters